From a6e6b89d71fa8480d3d664649d986c092704d2bc Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Fri, 5 Aug 2022 19:39:13 +0800 Subject: [PATCH] Mark -timings=html unstable in the document Signed-off-by: hi-rustin --- src/doc/man/generated_txt/cargo-bench.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-build.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-check.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-doc.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-fix.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-install.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-run.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-rustc.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-rustdoc.txt | 13 +++++++------ src/doc/man/generated_txt/cargo-test.txt | 13 +++++++------ src/doc/man/includes/options-timings.md | 2 +- src/doc/src/commands/cargo-bench.md | 2 +- src/doc/src/commands/cargo-build.md | 2 +- src/doc/src/commands/cargo-check.md | 2 +- src/doc/src/commands/cargo-doc.md | 2 +- src/doc/src/commands/cargo-fix.md | 2 +- src/doc/src/commands/cargo-install.md | 2 +- src/doc/src/commands/cargo-run.md | 2 +- src/doc/src/commands/cargo-rustc.md | 2 +- src/doc/src/commands/cargo-rustdoc.md | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/etc/man/cargo-bench.1 | 2 +- src/etc/man/cargo-build.1 | 2 +- src/etc/man/cargo-check.1 | 2 +- src/etc/man/cargo-doc.1 | 2 +- src/etc/man/cargo-fix.1 | 2 +- src/etc/man/cargo-install.1 | 2 +- src/etc/man/cargo-run.1 | 2 +- src/etc/man/cargo-rustc.1 | 2 +- src/etc/man/cargo-rustdoc.1 | 2 +- src/etc/man/cargo-test.1 | 2 +- 31 files changed, 91 insertions(+), 81 deletions(-) diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index 597c67d8bb6..e9a8d7cc127 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -238,12 +238,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index 16cd5de9a95..5cfa0e2aed0 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -174,12 +174,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index 4489bdc6735..e8f78717180 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -178,12 +178,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-doc.txt b/src/doc/man/generated_txt/cargo-doc.txt index 3a2f31b94d4..1a9492f3c1c 100644 --- a/src/doc/man/generated_txt/cargo-doc.txt +++ b/src/doc/man/generated_txt/cargo-doc.txt @@ -149,12 +149,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 4cbd085d29a..70466f494b0 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -251,12 +251,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index 477e93b7a1a..99940560908 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -213,12 +213,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index 01c8ae118c1..cd7ecb72627 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -93,12 +93,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index ff3bed59c1d..9311faefefd 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -182,12 +182,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index 5c718d12546..d503f550fe8 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -165,12 +165,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 2170ed2e832..af18acc9bd4 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -256,12 +256,13 @@ OPTIONS (rather than the default) is unstable and requires -Zunstable-options. Valid output formats: - o html: Write a human-readable file cargo-timing.html to the - target/cargo-timings directory with a report of the compilation. - Also write a report to the same directory with a timestamp in the - filename if you want to look at older runs. HTML output is - suitable for human consumption only, and does not provide - machine-readable timing data. + o html (unstable, requires -Zunstable-options): Write a + human-readable file cargo-timing.html to the target/cargo-timings + directory with a report of the compilation. Also write a report + to the same directory with a timestamp in the filename if you + want to look at older runs. HTML output is suitable for human + consumption only, and does not provide machine-readable timing + data. o json (unstable, requires -Zunstable-options): Emit machine-readable JSON information about timing information. diff --git a/src/doc/man/includes/options-timings.md b/src/doc/man/includes/options-timings.md index 963b30d4719..d4e5998b597 100644 --- a/src/doc/man/includes/options-timings.md +++ b/src/doc/man/includes/options-timings.md @@ -5,7 +5,7 @@ formats; `--timings` without an argument will default to `--timings=html`. Specifying an output format (rather than the default) is unstable and requires `-Zunstable-options`. Valid output formats: -- `html`: Write a human-readable file `cargo-timing.html` to the +- `html` (unstable, requires `-Zunstable-options`): Write a human-readable file `cargo-timing.html` to the `target/cargo-timings` directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index 7a619d662f0..0c4ad1649a3 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -284,7 +284,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

    -
  • html: Write a human-readable file cargo-timing.html to the +
  • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index 444a3fef151..d52024115c3 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -218,7 +218,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

      -
    • html: Write a human-readable file cargo-timing.html to the +
    • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index e1a4b97f4b2..abf152128b6 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -217,7 +217,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

        -
      • html: Write a human-readable file cargo-timing.html to the +
      • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md index d11b01b9559..a18d873c8e1 100644 --- a/src/doc/src/commands/cargo-doc.md +++ b/src/doc/src/commands/cargo-doc.md @@ -191,7 +191,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

          -
        • html: Write a human-readable file cargo-timing.html to the +
        • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index de2a5436f6f..6ca8e9537ca 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -297,7 +297,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

            -
          • html: Write a human-readable file cargo-timing.html to the +
          • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index d982ec94bd7..e83f40433ad 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -243,7 +243,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

              -
            • html: Write a human-readable file cargo-timing.html to the +
            • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index 5b5f79f2fbe..dfca1bd5334 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -125,7 +125,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

                -
              • html: Write a human-readable file cargo-timing.html to the +
              • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index fea0de2b57f..f50a0f49407 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -215,7 +215,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

                  -
                • html: Write a human-readable file cargo-timing.html to the +
                • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index 3e1a4b8615b..d2e4d31fa42 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -210,7 +210,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

                    -
                  • html: Write a human-readable file cargo-timing.html to the +
                  • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 783523bb40f..3e9d6adb10c 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -305,7 +305,7 @@ formats; --timings without an argument will default to --timi Specifying an output format (rather than the default) is unstable and requires -Zunstable-options. Valid output formats:

                      -
                    • html: Write a human-readable file cargo-timing.html to the +
                    • html (unstable, requires -Zunstable-options): Write a human-readable file cargo-timing.html to the target/cargo-timings directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index f14027cd067..be8375e8202 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -288,7 +288,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index d8e548e518d..fd9e712f3d7 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -206,7 +206,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 7c096a57529..f066dd8fe88 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -208,7 +208,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index 0d7a74d3348..1982e602ea1 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -175,7 +175,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 4ee3628d549..e8bb88134c6 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -303,7 +303,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index 7f2db3f5fe9..9264b76eda6 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -276,7 +276,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index c1902aa822f..7e2fa1556fa 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -108,7 +108,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index 9fa0173dcb8..37799165980 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -212,7 +212,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index 903fcc13296..46b4f19acfe 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -194,7 +194,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only, diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 3a8c1bb4582..9a862062b17 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -307,7 +307,7 @@ Specifying an output format (rather than the default) is unstable and requires \fB\-Zunstable\-options\fR\&. Valid output formats: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the +\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the \fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write a report to the same directory with a timestamp in the filename if you want to look at older runs. HTML output is suitable for human consumption only,