diff --git a/src/doc/man/cargo.adoc b/src/doc/man/cargo.adoc index 133b04b9a6e..c359f2f8481 100644 --- a/src/doc/man/cargo.adoc +++ b/src/doc/man/cargo.adoc @@ -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: diff --git a/src/doc/man/generated/cargo-vendor.html b/src/doc/man/generated/cargo-vendor.html index 95927267455..2485de8fb00 100644 --- a/src/doc/man/generated/cargo-vendor.html +++ b/src/doc/man/generated/cargo-vendor.html @@ -195,7 +195,7 @@

EXAMPLES

  • -

    Vendor all dependencies into a local "third-part/vendor" folder

    +

    Vendor all dependencies into a local "third-party/vendor" folder

    cargo vendor third-party/vendor
    diff --git a/src/doc/man/generated/cargo.html b/src/doc/man/generated/cargo.html index c501206d302..fcb7c32a3a3 100644 --- a/src/doc/man/generated/cargo.html +++ b/src/doc/man/generated/cargo.html @@ -372,6 +372,10 @@

    FILES

    +
    +

    Please note that the internal structure of the $CARGO_HOME directory is not +stable yet and may be subject to change.

    +
    diff --git a/src/etc/man/cargo-vendor.1 b/src/etc/man/cargo-vendor.1 index 495f1364559..eb132a87803 100644 --- a/src/etc/man/cargo-vendor.1 +++ b/src/etc/man/cargo-vendor.1 @@ -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 diff --git a/src/etc/man/cargo.1 b/src/etc/man/cargo.1 index 41b4a473c8d..05df60f81a6 100644 --- a/src/etc/man/cargo.1 +++ b/src/etc/man/cargo.1 @@ -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