Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some man pages where the files weren't rebuilt. #7332

Merged
merged 1 commit into from
Sep 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/doc/man/cargo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated/cargo-vendor.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2 id="cargo_vendor_examples">EXAMPLES</h2>
</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>
Expand Down
4 changes: 4 additions & 0 deletions src/doc/man/generated/cargo.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ <h2 id="_files">FILES</h2>
</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">
Expand Down
8 changes: 4 additions & 4 deletions src/etc/man/cargo-vendor.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions src/etc/man/cargo.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down