mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #7332 - ehuss:man-fixup, r=alexcrichton
Fix some man pages where the files weren't rebuilt. A few recent PRs edited the wrong files.
This commit is contained in:
commit
cf03f719d1
@ -182,6 +182,9 @@ include::section-exit-status.adoc[]
|
||||
`$CARGO_HOME/git/`::
|
||||
This directory contains cached downloads of git dependencies.
|
||||
|
||||
Please note that the internal structure of the `$CARGO_HOME` directory is not
|
||||
stable yet and may be subject to change.
|
||||
|
||||
== EXAMPLES
|
||||
|
||||
. Build a local package and all of its dependencies:
|
||||
|
@ -195,7 +195,7 @@ details on environment variables that Cargo reads.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p>Vendor all dependencies into a local "third-part/vendor" folder</p>
|
||||
<p>Vendor all dependencies into a local "third-party/vendor" folder</p>
|
||||
<div class="literalblock">
|
||||
<div class="content">
|
||||
<pre>cargo vendor third-party/vendor</pre>
|
||||
|
@ -372,6 +372,10 @@ downloaded dependencies.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Please note that the internal structure of the <code>$CARGO_HOME</code> directory is not
|
||||
stable yet and may be subject to change.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
@ -1,13 +1,13 @@
|
||||
'\" t
|
||||
.\" Title: cargo-vendor
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.8
|
||||
.\" Date: 2019-07-15
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2019-09-05
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "CARGO\-VENDOR" "1" "2019-07-15" "\ \&" "\ \&"
|
||||
.TH "CARGO\-VENDOR" "1" "2019-09-05" "\ \&" "\ \&"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
@ -210,7 +210,7 @@ cargo vendor
|
||||
. sp -1
|
||||
. IP " 2." 4.2
|
||||
.\}
|
||||
Vendor all dependencies into a local "third\-part/vendor" folder
|
||||
Vendor all dependencies into a local "third\-party/vendor" folder
|
||||
.sp
|
||||
.if n .RS 4
|
||||
.nf
|
||||
|
@ -1,13 +1,13 @@
|
||||
'\" t
|
||||
.\" Title: cargo
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.8
|
||||
.\" Date: 2019-06-07
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2019-09-05
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "CARGO" "1" "2019-06-07" "\ \&" "\ \&"
|
||||
.TH "CARGO" "1" "2019-09-05" "\ \&" "\ \&"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
@ -377,8 +377,8 @@ downloaded dependencies.
|
||||
This directory contains cached downloads of git dependencies.
|
||||
.RE
|
||||
.sp
|
||||
Please note that the internal structure of the $CARGO_HOME is not stable yet and may be subject to change.
|
||||
.sp
|
||||
Please note that the internal structure of the \fB$CARGO_HOME\fP directory is not
|
||||
stable yet and may be subject to change.
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user