File tree Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,9 @@ include::section-exit-status.adoc[]
182182`$CARGO_HOME/git/`::
183183 This directory contains cached downloads of git dependencies.
184184
185+ Please note that the internal structure of the `$CARGO_HOME` directory is not
186+ stable yet and may be subject to change.
187+
185188== EXAMPLES
186189
187190. Build a local package and all of its dependencies:
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ <h2 id="cargo_vendor_examples">EXAMPLES</h2>
195195</ div >
196196</ li >
197197< li >
198- < p > Vendor all dependencies into a local "third-part /vendor" folder</ p >
198+ < p > Vendor all dependencies into a local "third-party /vendor" folder</ p >
199199< div class ="literalblock ">
200200< div class ="content ">
201201< pre > cargo vendor third-party/vendor</ pre >
Original file line number Diff line number Diff line change @@ -372,6 +372,10 @@ <h2 id="_files">FILES</h2>
372372</ dd >
373373</ dl >
374374</ div >
375+ < div class ="paragraph ">
376+ < p > Please note that the internal structure of the < code > $CARGO_HOME</ code > directory is not
377+ stable yet and may be subject to change.</ p >
378+ </ div >
375379</ div >
376380</ div >
377381< div class ="sect1 ">
Original file line number Diff line number Diff line change 11'\" t
22.\" Title: cargo-vendor
33.\" Author: [see the "AUTHOR(S)" section]
4- .\" Generator: Asciidoctor 2.0.8
5- .\" Date: 2019-07-15
4+ .\" Generator: Asciidoctor 2.0.10
5+ .\" Date: 2019-09-05
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "CARGO\- VENDOR" "1" "2019-07-15 " "\ \& " "\ \& "
10+ .TH "CARGO\- VENDOR" "1" "2019-09-05 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -210,7 +210,7 @@ cargo vendor
210210. sp -1
211211. IP " 2." 4.2
212212.\}
213- Vendor all dependencies into a local "third\- part /vendor" folder
213+ Vendor all dependencies into a local "third\- party /vendor" folder
214214.sp
215215.if n .RS 4
216216.nf
Original file line number Diff line number Diff line change 11'\" t
22.\" Title: cargo
33.\" Author: [see the "AUTHOR(S)" section]
4- .\" Generator: Asciidoctor 2.0.8
5- .\" Date: 2019-06-07
4+ .\" Generator: Asciidoctor 2.0.10
5+ .\" Date: 2019-09-05
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "CARGO" "1" "2019-06-07 " "\ \& " "\ \& "
10+ .TH "CARGO" "1" "2019-09-05 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -377,8 +377,8 @@ downloaded dependencies.
377377This directory contains cached downloads of git dependencies.
378378.RE
379379.sp
380- Please note that the internal structure of the $CARGO_HOME is not stable yet and may be subject to change.
381- . sp
380+ Please note that the internal structure of the \fB $CARGO_HOME \fP directory is not
381+ stable yet and may be subject to change.
382382.SH "EXAMPLES"
383383.sp
384384.RS 4
You can’t perform that action at this time.
0 commit comments