Skip to content

Commit cf03f71

Browse files
committed
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.
2 parents 4dfc693 + 3432813 commit cf03f71

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

src/doc/man/cargo.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

src/doc/man/generated/cargo-vendor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/doc/man/generated/cargo.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

src/etc/man/cargo-vendor.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

src/etc/man/cargo.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.
377377
This 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

0 commit comments

Comments
 (0)