diff --git a/crates/mdman/doc/mdman.md b/crates/mdman/doc/mdman.md index 30d07139b..2025c13dc 100644 --- a/crates/mdman/doc/mdman.md +++ b/crates/mdman/doc/mdman.md @@ -57,11 +57,11 @@ man page: {{#option "`-t` _type_"}} Specifies the output type. The following output types are supported: -- `man` — A troff-style man page. Outputs with a numbered extension (like +- `man` — A troff-style man page. Outputs with a numbered extension (like `.1`) matching the man page section. -- `md` — A markdown file, after all handlebars processing has been finished. +- `md` — A markdown file, after all handlebars processing has been finished. Outputs with the `.md` extension. -- `txt` — A text file, rendered for situations where a man page viewer isn't +- `txt` — A text file, rendered for situations where a man page viewer isn't available. Outputs with the `.txt` extension. {{/option}} diff --git a/crates/mdman/doc/out/mdman.1 b/crates/mdman/doc/out/mdman.1 index c3a626d25..0718d6ddb 100644 --- a/crates/mdman/doc/out/mdman.1 +++ b/crates/mdman/doc/out/mdman.1 @@ -73,17 +73,17 @@ next to the source file. Templates can be included with an expression like Specifies the output type. The following output types are supported: .sp .RS 4 -\h'-04'\(bu\h'+02'\fBman\fR \[em]\ A troff\-style man page. Outputs with a numbered extension (like +\h'-04'\(bu\h'+02'\fBman\fR \[em] A troff\-style man page. Outputs with a numbered extension (like \fB\&.1\fR) matching the man page section. .RE .sp .RS 4 -\h'-04'\(bu\h'+02'\fBmd\fR \[em]\ A markdown file, after all handlebars processing has been finished. +\h'-04'\(bu\h'+02'\fBmd\fR \[em] A markdown file, after all handlebars processing has been finished. Outputs with the \fB\&.md\fR extension. .RE .sp .RS 4 -\h'-04'\(bu\h'+02'\fBtxt\fR \[em]\ A text file, rendered for situations where a man page viewer isn't +\h'-04'\(bu\h'+02'\fBtxt\fR \[em] A text file, rendered for situations where a man page viewer isn't available. Outputs with the \fB\&.txt\fR extension. .RE .RE diff --git a/crates/mdman/doc/out/mdman.md b/crates/mdman/doc/out/mdman.md index 47b2b625d..d0dd34511 100644 --- a/crates/mdman/doc/out/mdman.md +++ b/crates/mdman/doc/out/mdman.md @@ -54,36 +54,36 @@ man page:
-
-t type
-
Specifies the output type. The following output types are supported:

+
-t type
+
Specifies the output type. The following output types are supported:

-
-o outdir
-
Specifies the directory where to save the output.
+
-o outdir
+
Specifies the directory where to save the output.
-
--url base_url
-
Specifies a base URL to use for relative URLs within the document. Any +
--url base_url
+
Specifies a base URL to use for relative URLs within the document. Any relative URL will be joined with this URL.
-
--man name:section=url
-
Specifies a URL to use for the given man page. When the {{man name section}} expression is used, the given URL will be inserted as a link. This +
--man name:section=url
+
Specifies a URL to use for the given man page. When the {{man name section}} expression is used, the given URL will be inserted as a link. This may be specified multiple times. If a man page reference does not have a matching --man entry, then a relative link to a file named name.md will be used.
-
sources...
-
The source input filename, may be specified multiple times.
+
sources...
+
The source input filename, may be specified multiple times.
diff --git a/crates/mdman/doc/out/mdman.txt b/crates/mdman/doc/out/mdman.txt index b6911bf4c..83fa7de90 100644 --- a/crates/mdman/doc/out/mdman.txt +++ b/crates/mdman/doc/out/mdman.txt @@ -58,13 +58,13 @@ OPTIONS -t type Specifies the output type. The following output types are supported: - o man — A troff-style man page. Outputs with a numbered - extension (like .1) matching the man page section. + o man — A troff-style man page. Outputs with a numbered extension + (like .1) matching the man page section. - o md — A markdown file, after all handlebars processing has been + o md — A markdown file, after all handlebars processing has been finished. Outputs with the .md extension. - o txt — A text file, rendered for situations where a man page + o txt — A text file, rendered for situations where a man page viewer isn't available. Outputs with the .txt extension. -o outdir diff --git a/src/cargo/core/compiler/timings.rs b/src/cargo/core/compiler/timings.rs index 4ca85c482..5f694a9b0 100644 --- a/src/cargo/core/compiler/timings.rs +++ b/src/cargo/core/compiler/timings.rs @@ -643,7 +643,7 @@ fn render_rustc_info(bcx: &BuildContext<'_, '_>) -> String { static HTML_TMPL: &str = r#" - Cargo Build Timings — {ROOTS} + Cargo Build Timings — {ROOTS}