From 4338d34006449ad724e6a0c1cc9c781f6eebda25 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 18 Dec 2018 12:06:58 -0800 Subject: [PATCH] Fix new man page links. The rustc link checker found some problems: - The raw generated HTML files were being included when they shouldn't. Fixed by moving them out of the mdbook directory. - The `print.html` file concatenates all the pages together, causing duplicate `id`'s. Fix by giving each page a unique set of IDs. --- src/doc/Makefile | 6 +-- src/doc/man/cargo-bench.adoc | 1 + src/doc/man/cargo-build.adoc | 1 + src/doc/man/cargo-check.adoc | 1 + src/doc/man/cargo-clean.adoc | 1 + src/doc/man/cargo-doc.adoc | 1 + src/doc/man/cargo-fetch.adoc | 1 + src/doc/man/cargo-fix.adoc | 1 + src/doc/man/cargo-generate-lockfile.adoc | 1 + src/doc/man/cargo-help.adoc | 1 + src/doc/man/cargo-init.adoc | 1 + src/doc/man/cargo-install.adoc | 1 + src/doc/man/cargo-locate-project.adoc | 1 + src/doc/man/cargo-login.adoc | 1 + src/doc/man/cargo-metadata.adoc | 1 + src/doc/man/cargo-new.adoc | 1 + src/doc/man/cargo-owner.adoc | 1 + src/doc/man/cargo-package.adoc | 1 + src/doc/man/cargo-pkgid.adoc | 1 + src/doc/man/cargo-publish.adoc | 1 + src/doc/man/cargo-run.adoc | 1 + src/doc/man/cargo-rustc.adoc | 1 + src/doc/man/cargo-rustdoc.adoc | 1 + src/doc/man/cargo-search.adoc | 1 + src/doc/man/cargo-test.adoc | 1 + src/doc/man/cargo-uninstall.adoc | 1 + src/doc/man/cargo-update.adoc | 1 + src/doc/man/cargo-verify-project.adoc | 1 + src/doc/man/cargo-version.adoc | 1 + src/doc/man/cargo-yank.adoc | 1 + .../generated/cargo-bench.html | 38 +++++++++--------- .../generated/cargo-build.html | 38 +++++++++--------- .../generated/cargo-check.html | 38 +++++++++--------- .../generated/cargo-clean.html | 26 ++++++------ .../commands => man}/generated/cargo-doc.html | 40 +++++++++---------- .../generated/cargo-fetch.html | 24 +++++------ .../commands => man}/generated/cargo-fix.html | 40 +++++++++---------- .../generated/cargo-generate-lockfile.html | 22 +++++----- .../generated/cargo-help.html | 10 ++--- .../generated/cargo-init.html | 22 +++++----- .../generated/cargo-install.html | 28 ++++++------- .../generated/cargo-locate-project.html | 22 +++++----- .../generated/cargo-login.html | 22 +++++----- .../generated/cargo-metadata.html | 28 ++++++------- .../commands => man}/generated/cargo-new.html | 22 +++++----- .../generated/cargo-owner.html | 22 +++++----- .../generated/cargo-package.html | 28 ++++++------- .../generated/cargo-pkgid.html | 24 +++++------ .../generated/cargo-publish.html | 28 ++++++------- .../commands => man}/generated/cargo-run.html | 38 +++++++++--------- .../generated/cargo-rustc.html | 38 +++++++++--------- .../generated/cargo-rustdoc.html | 40 +++++++++---------- .../generated/cargo-search.html | 22 +++++----- .../generated/cargo-test.html | 40 +++++++++---------- .../generated/cargo-uninstall.html | 22 +++++----- .../generated/cargo-update.html | 24 +++++------ .../generated/cargo-verify-project.html | 22 +++++----- .../generated/cargo-version.html | 12 +++--- .../generated/cargo-yank.html | 22 +++++----- .../commands => man}/generated/cargo.html | 0 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-clean.md | 2 +- src/doc/src/commands/cargo-doc.md | 2 +- src/doc/src/commands/cargo-fetch.md | 2 +- src/doc/src/commands/cargo-fix.md | 2 +- .../src/commands/cargo-generate-lockfile.md | 2 +- src/doc/src/commands/cargo-help.md | 2 +- src/doc/src/commands/cargo-init.md | 2 +- src/doc/src/commands/cargo-install.md | 2 +- src/doc/src/commands/cargo-locate-project.md | 2 +- src/doc/src/commands/cargo-login.md | 2 +- src/doc/src/commands/cargo-metadata.md | 2 +- src/doc/src/commands/cargo-new.md | 2 +- src/doc/src/commands/cargo-owner.md | 2 +- src/doc/src/commands/cargo-package.md | 2 +- src/doc/src/commands/cargo-pkgid.md | 2 +- src/doc/src/commands/cargo-publish.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-search.md | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/doc/src/commands/cargo-uninstall.md | 2 +- src/doc/src/commands/cargo-update.md | 2 +- src/doc/src/commands/cargo-verify-project.md | 2 +- src/doc/src/commands/cargo-version.md | 2 +- src/doc/src/commands/cargo-yank.md | 2 +- src/doc/src/commands/index.md | 2 +- src/etc/man/cargo-bench.1 | 4 +- src/etc/man/cargo-build.1 | 4 +- src/etc/man/cargo-check.1 | 4 +- src/etc/man/cargo-clean.1 | 4 +- src/etc/man/cargo-doc.1 | 4 +- src/etc/man/cargo-fetch.1 | 4 +- src/etc/man/cargo-fix.1 | 4 +- src/etc/man/cargo-generate-lockfile.1 | 4 +- src/etc/man/cargo-help.1 | 4 +- src/etc/man/cargo-init.1 | 4 +- src/etc/man/cargo-install.1 | 4 +- src/etc/man/cargo-locate-project.1 | 4 +- src/etc/man/cargo-login.1 | 4 +- src/etc/man/cargo-metadata.1 | 4 +- src/etc/man/cargo-new.1 | 4 +- src/etc/man/cargo-owner.1 | 4 +- src/etc/man/cargo-package.1 | 4 +- src/etc/man/cargo-pkgid.1 | 4 +- src/etc/man/cargo-publish.1 | 4 +- src/etc/man/cargo-run.1 | 4 +- src/etc/man/cargo-rustc.1 | 4 +- src/etc/man/cargo-rustdoc.1 | 4 +- src/etc/man/cargo-search.1 | 4 +- src/etc/man/cargo-test.1 | 4 +- src/etc/man/cargo-uninstall.1 | 4 +- src/etc/man/cargo-update.1 | 4 +- src/etc/man/cargo-verify-project.1 | 4 +- src/etc/man/cargo-version.1 | 4 +- src/etc/man/cargo-yank.1 | 4 +- 119 files changed, 521 insertions(+), 492 deletions(-) rename src/doc/{src/commands => man}/generated/cargo-bench.html (93%) rename src/doc/{src/commands => man}/generated/cargo-build.html (92%) rename src/doc/{src/commands => man}/generated/cargo-check.html (92%) rename src/doc/{src/commands => man}/generated/cargo-clean.html (91%) rename src/doc/{src/commands => man}/generated/cargo-doc.html (91%) rename src/doc/{src/commands => man}/generated/cargo-fetch.html (90%) rename src/doc/{src/commands => man}/generated/cargo-fix.html (93%) rename src/doc/{src/commands => man}/generated/cargo-generate-lockfile.html (86%) rename src/doc/{src/commands => man}/generated/cargo-help.html (81%) rename src/doc/{src/commands => man}/generated/cargo-init.html (92%) rename src/doc/{src/commands => man}/generated/cargo-install.html (93%) rename src/doc/{src/commands => man}/generated/cargo-locate-project.html (84%) rename src/doc/{src/commands => man}/generated/cargo-login.html (88%) rename src/doc/{src/commands => man}/generated/cargo-metadata.html (95%) rename src/doc/{src/commands => man}/generated/cargo-new.html (92%) rename src/doc/{src/commands => man}/generated/cargo-owner.html (90%) rename src/doc/{src/commands => man}/generated/cargo-package.html (91%) rename src/doc/{src/commands => man}/generated/cargo-pkgid.html (92%) rename src/doc/{src/commands => man}/generated/cargo-publish.html (91%) rename src/doc/{src/commands => man}/generated/cargo-run.html (91%) rename src/doc/{src/commands => man}/generated/cargo-rustc.html (92%) rename src/doc/{src/commands => man}/generated/cargo-rustdoc.html (92%) rename src/doc/{src/commands => man}/generated/cargo-search.html (87%) rename src/doc/{src/commands => man}/generated/cargo-test.html (94%) rename src/doc/{src/commands => man}/generated/cargo-uninstall.html (88%) rename src/doc/{src/commands => man}/generated/cargo-update.html (90%) rename src/doc/{src/commands => man}/generated/cargo-verify-project.html (86%) rename src/doc/{src/commands => man}/generated/cargo-version.html (82%) rename src/doc/{src/commands => man}/generated/cargo-yank.html (89%) rename src/doc/{src/commands => man}/generated/cargo.html (100%) diff --git a/src/doc/Makefile b/src/doc/Makefile index fbae6620574..505532d2be8 100644 --- a/src/doc/Makefile +++ b/src/doc/Makefile @@ -4,14 +4,14 @@ # format. See https://asciidoctor.org/ for more information. # # Just run `make` and it will generate the man pages in src/etc/man and the -# HTML pages in src/doc/src/commands/generated. +# HTML pages in src/doc/man/generated. # # There are some Asciidoctor extensions, see the file `asciidoc-extensions.rb` # for the documentation. MAN_SOURCE = $(sort $(wildcard man/cargo*.adoc)) COMMANDS = $(notdir $(MAN_SOURCE)) -HTML = $(patsubst %.adoc,src/commands/generated/%.html,$(COMMANDS)) +HTML = $(patsubst %.adoc,man/generated/%.html,$(COMMANDS)) MAN_LOCATION = ../etc/man MAN = $(patsubst %.adoc,$(MAN_LOCATION)/%.1,$(COMMANDS)) ASCIIDOCOPTS = -r ./asciidoc-extension.rb @@ -21,7 +21,7 @@ all: commands-html man commands-html: $(HTML) man: $(MAN) -$(HTML): src/commands/generated/%.html : man/%.adoc asciidoc-extension.rb $(OTHER_DEPS) +$(HTML): man/generated/%.html : man/%.adoc asciidoc-extension.rb $(OTHER_DEPS) asciidoctor $(ASCIIDOCOPTS) -s $< -o $@ $(MAN): $(MAN_LOCATION)/%.1 : man/%.adoc $(OTHER_DEPS) diff --git a/src/doc/man/cargo-bench.adoc b/src/doc/man/cargo-bench.adoc index 3ac56c6e180..e1bdb149003 100644 --- a/src/doc/man/cargo-bench.adoc +++ b/src/doc/man/cargo-bench.adoc @@ -1,4 +1,5 @@ = cargo-bench(1) +:idprefix: cargo_bench_ :doctype: manpage :actionverb: Benchmark :nouns: benchmarks diff --git a/src/doc/man/cargo-build.adoc b/src/doc/man/cargo-build.adoc index 7776c8393cd..2fc660f8cc6 100644 --- a/src/doc/man/cargo-build.adoc +++ b/src/doc/man/cargo-build.adoc @@ -1,4 +1,5 @@ = cargo-build(1) +:idprefix: cargo_build_ :doctype: manpage :actionverb: Build diff --git a/src/doc/man/cargo-check.adoc b/src/doc/man/cargo-check.adoc index c9dfd58b49c..c84b1dcef4c 100644 --- a/src/doc/man/cargo-check.adoc +++ b/src/doc/man/cargo-check.adoc @@ -1,4 +1,5 @@ = cargo-check(1) +:idprefix: cargo_check_ :doctype: manpage :actionverb: Check diff --git a/src/doc/man/cargo-clean.adoc b/src/doc/man/cargo-clean.adoc index b03a88db88f..08fdb76deb3 100644 --- a/src/doc/man/cargo-clean.adoc +++ b/src/doc/man/cargo-clean.adoc @@ -1,4 +1,5 @@ = cargo-clean(1) +:idprefix: cargo_clean_ :doctype: manpage :actionverb: Clean diff --git a/src/doc/man/cargo-doc.adoc b/src/doc/man/cargo-doc.adoc index bc79d875ef3..99bfe75ff11 100644 --- a/src/doc/man/cargo-doc.adoc +++ b/src/doc/man/cargo-doc.adoc @@ -1,4 +1,5 @@ = cargo-doc(1) +:idprefix: cargo_doc_ :doctype: manpage :actionverb: Document diff --git a/src/doc/man/cargo-fetch.adoc b/src/doc/man/cargo-fetch.adoc index 536ab4903fe..8afdd6864ff 100644 --- a/src/doc/man/cargo-fetch.adoc +++ b/src/doc/man/cargo-fetch.adoc @@ -1,4 +1,5 @@ = cargo-fetch(1) +:idprefix: cargo_fetch_ :doctype: manpage :actionverb: Fetch diff --git a/src/doc/man/cargo-fix.adoc b/src/doc/man/cargo-fix.adoc index 95f2e361a32..2a7ff56a64f 100644 --- a/src/doc/man/cargo-fix.adoc +++ b/src/doc/man/cargo-fix.adoc @@ -1,4 +1,5 @@ = cargo-fix(1) +:idprefix: cargo_fix_ :doctype: manpage :actionverb: Fix diff --git a/src/doc/man/cargo-generate-lockfile.adoc b/src/doc/man/cargo-generate-lockfile.adoc index beb94736f33..2b89159782d 100644 --- a/src/doc/man/cargo-generate-lockfile.adoc +++ b/src/doc/man/cargo-generate-lockfile.adoc @@ -1,4 +1,5 @@ = cargo-generate-lockfile(1) +:idprefix: cargo_generate-lockfile_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-help.adoc b/src/doc/man/cargo-help.adoc index 87f7e481878..bcbb5ba34c3 100644 --- a/src/doc/man/cargo-help.adoc +++ b/src/doc/man/cargo-help.adoc @@ -1,4 +1,5 @@ = cargo-help(1) +:idprefix: cargo_help_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-init.adoc b/src/doc/man/cargo-init.adoc index 773ed37376a..6df38bf6836 100644 --- a/src/doc/man/cargo-init.adoc +++ b/src/doc/man/cargo-init.adoc @@ -1,4 +1,5 @@ = cargo-init(1) +:idprefix: cargo_init_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-install.adoc b/src/doc/man/cargo-install.adoc index 3abea34effb..71994bdc9e1 100644 --- a/src/doc/man/cargo-install.adoc +++ b/src/doc/man/cargo-install.adoc @@ -1,4 +1,5 @@ = cargo-install(1) +:idprefix: cargo_install_ :doctype: manpage :actionverb: Install diff --git a/src/doc/man/cargo-locate-project.adoc b/src/doc/man/cargo-locate-project.adoc index a099e6bcb2b..adfc7a39ebf 100644 --- a/src/doc/man/cargo-locate-project.adoc +++ b/src/doc/man/cargo-locate-project.adoc @@ -1,4 +1,5 @@ = cargo-locate-project(1) +:idprefix: cargo_locate-project_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-login.adoc b/src/doc/man/cargo-login.adoc index ac25955cef6..70d90d1cdd7 100644 --- a/src/doc/man/cargo-login.adoc +++ b/src/doc/man/cargo-login.adoc @@ -1,4 +1,5 @@ = cargo-login(1) +:idprefix: cargo_login_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-metadata.adoc b/src/doc/man/cargo-metadata.adoc index 6c4d90d7db9..abd33e15cfb 100644 --- a/src/doc/man/cargo-metadata.adoc +++ b/src/doc/man/cargo-metadata.adoc @@ -1,4 +1,5 @@ = cargo-metadata(1) +:idprefix: cargo_metadata_ :doctype: manpage :source-highlighter: highlightjs diff --git a/src/doc/man/cargo-new.adoc b/src/doc/man/cargo-new.adoc index eebb6cff882..6587a378960 100644 --- a/src/doc/man/cargo-new.adoc +++ b/src/doc/man/cargo-new.adoc @@ -1,4 +1,5 @@ = cargo-new(1) +:idprefix: cargo_new_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-owner.adoc b/src/doc/man/cargo-owner.adoc index 25be145589b..f83542faabc 100644 --- a/src/doc/man/cargo-owner.adoc +++ b/src/doc/man/cargo-owner.adoc @@ -1,4 +1,5 @@ = cargo-owner(1) +:idprefix: cargo_owner_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-package.adoc b/src/doc/man/cargo-package.adoc index 845626fea96..5eea83dc06c 100644 --- a/src/doc/man/cargo-package.adoc +++ b/src/doc/man/cargo-package.adoc @@ -1,4 +1,5 @@ = cargo-package(1) +:idprefix: cargo_package_ :doctype: manpage :actionverb: Package diff --git a/src/doc/man/cargo-pkgid.adoc b/src/doc/man/cargo-pkgid.adoc index 646254a205e..98ff9dd9d89 100644 --- a/src/doc/man/cargo-pkgid.adoc +++ b/src/doc/man/cargo-pkgid.adoc @@ -1,4 +1,5 @@ = cargo-pkgid(1) +:idprefix: cargo_pkgid_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-publish.adoc b/src/doc/man/cargo-publish.adoc index 759d78b35c4..23fb0c3de56 100644 --- a/src/doc/man/cargo-publish.adoc +++ b/src/doc/man/cargo-publish.adoc @@ -1,4 +1,5 @@ = cargo-publish(1) +:idprefix: cargo_publish_ :doctype: manpage :actionverb: Publish diff --git a/src/doc/man/cargo-run.adoc b/src/doc/man/cargo-run.adoc index 8869256a1f3..ab417257d87 100644 --- a/src/doc/man/cargo-run.adoc +++ b/src/doc/man/cargo-run.adoc @@ -1,4 +1,5 @@ = cargo-run(1) +:idprefix: cargo_run_ :doctype: manpage :actionverb: Run diff --git a/src/doc/man/cargo-rustc.adoc b/src/doc/man/cargo-rustc.adoc index 4bfe1f2dcc3..7ba60cb19e1 100644 --- a/src/doc/man/cargo-rustc.adoc +++ b/src/doc/man/cargo-rustc.adoc @@ -1,4 +1,5 @@ = cargo-rustc(1) +:idprefix: cargo_rustc_ :doctype: manpage :actionverb: Build diff --git a/src/doc/man/cargo-rustdoc.adoc b/src/doc/man/cargo-rustdoc.adoc index 03b888d515a..6d7fea76141 100644 --- a/src/doc/man/cargo-rustdoc.adoc +++ b/src/doc/man/cargo-rustdoc.adoc @@ -1,4 +1,5 @@ = cargo-rustdoc(1) +:idprefix: cargo_rustdoc_ :doctype: manpage :actionverb: Document diff --git a/src/doc/man/cargo-search.adoc b/src/doc/man/cargo-search.adoc index 6c18a950aa3..4d51285928f 100644 --- a/src/doc/man/cargo-search.adoc +++ b/src/doc/man/cargo-search.adoc @@ -1,4 +1,5 @@ = cargo-search(1) +:idprefix: cargo_search_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-test.adoc b/src/doc/man/cargo-test.adoc index b8a7baf0a82..8e144fe44d3 100644 --- a/src/doc/man/cargo-test.adoc +++ b/src/doc/man/cargo-test.adoc @@ -1,4 +1,5 @@ = cargo-test(1) +:idprefix: cargo_test_ :doctype: manpage :actionverb: Test :nouns: tests diff --git a/src/doc/man/cargo-uninstall.adoc b/src/doc/man/cargo-uninstall.adoc index 81b89b167b6..b75a10401e2 100644 --- a/src/doc/man/cargo-uninstall.adoc +++ b/src/doc/man/cargo-uninstall.adoc @@ -1,4 +1,5 @@ = cargo-uninstall(1) +:idprefix: cargo_uninstall_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-update.adoc b/src/doc/man/cargo-update.adoc index 0baa98903b9..71bea3b8088 100644 --- a/src/doc/man/cargo-update.adoc +++ b/src/doc/man/cargo-update.adoc @@ -1,4 +1,5 @@ = cargo-update(1) +:idprefix: cargo_update_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-verify-project.adoc b/src/doc/man/cargo-verify-project.adoc index f6f9a044fdc..7b963f8c5dd 100644 --- a/src/doc/man/cargo-verify-project.adoc +++ b/src/doc/man/cargo-verify-project.adoc @@ -1,4 +1,5 @@ = cargo-verify-project(1) +:idprefix: cargo_verify-project_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-version.adoc b/src/doc/man/cargo-version.adoc index 809ef68f8ea..4c3bb7a1be3 100644 --- a/src/doc/man/cargo-version.adoc +++ b/src/doc/man/cargo-version.adoc @@ -1,4 +1,5 @@ = cargo-version(1) +:idprefix: cargo_version_ :doctype: manpage == NAME diff --git a/src/doc/man/cargo-yank.adoc b/src/doc/man/cargo-yank.adoc index 0bb437bb116..99f430826f7 100644 --- a/src/doc/man/cargo-yank.adoc +++ b/src/doc/man/cargo-yank.adoc @@ -1,4 +1,5 @@ = cargo-yank(1) +:idprefix: cargo_yank_ :doctype: manpage == NAME diff --git a/src/doc/src/commands/generated/cargo-bench.html b/src/doc/man/generated/cargo-bench.html similarity index 93% rename from src/doc/src/commands/generated/cargo-bench.html rename to src/doc/man/generated/cargo-bench.html index 6a4e86d434c..71b4439d31e 100644 --- a/src/doc/src/commands/generated/cargo-bench.html +++ b/src/doc/man/generated/cargo-bench.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-bench - Execute benchmarks of a package

-

SYNOPSIS

+

SYNOPSIS

cargo bench [OPTIONS] [BENCHNAME] [-- BENCH-OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Compile and execute benchmarks.

@@ -42,10 +42,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Benchmark Options

+

Benchmark Options

--no-run
@@ -63,7 +63,7 @@

Benchmark Options

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -93,7 +93,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo bench will build the following targets of the selected packages:

@@ -184,7 +184,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -210,7 +210,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -258,7 +258,7 @@

Compilation Options

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -272,7 +272,7 @@

Output Options

-

Display Options

+

Display Options

By default the Rust test harness hides output from benchmark execution to keep results readable. Benchmark output can be recovered (e.g. for debugging) by @@ -341,7 +341,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -366,7 +366,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -383,7 +383,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

The --jobs argument affects the building of the benchmark executable but does not affect how many threads are used when running the benchmarks. The @@ -404,7 +404,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -427,7 +427,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -436,7 +436,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -453,7 +453,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -478,7 +478,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-test(1)

diff --git a/src/doc/src/commands/generated/cargo-build.html b/src/doc/man/generated/cargo-build.html similarity index 92% rename from src/doc/src/commands/generated/cargo-build.html rename to src/doc/man/generated/cargo-build.html index 65c7d674d7d..c6b6b556ddf 100644 --- a/src/doc/src/commands/generated/cargo-build.html +++ b/src/doc/man/generated/cargo-build.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-build - Compile the current package

-

SYNOPSIS

+

SYNOPSIS

cargo build [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Compile local packages and all of their dependencies.

@@ -19,10 +19,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -52,7 +52,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo build will build all binary and library targets of the selected packages. Binaries are skipped if @@ -116,7 +116,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -142,7 +142,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -189,13 +189,13 @@

Compilation Options

--release

Build artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -217,7 +217,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -285,7 +285,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -310,7 +310,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -327,7 +327,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -343,7 +343,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -388,7 +388,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -397,7 +397,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -414,7 +414,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -439,7 +439,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-rustc(1)

diff --git a/src/doc/src/commands/generated/cargo-check.html b/src/doc/man/generated/cargo-check.html similarity index 92% rename from src/doc/src/commands/generated/cargo-check.html rename to src/doc/man/generated/cargo-check.html index 0de23b3a992..fc90c633d1f 100644 --- a/src/doc/src/commands/generated/cargo-check.html +++ b/src/doc/man/generated/cargo-check.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-check - Check the current package

-

SYNOPSIS

+

SYNOPSIS

cargo check [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Check a local package and all of its dependencies for errors. This will @@ -23,10 +23,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -56,7 +56,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo check will check all binary and library targets of the selected packages. Binaries are skipped if @@ -120,7 +120,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -146,7 +146,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -193,7 +193,7 @@

Compilation Options

--release

Check artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

--profile NAME
@@ -207,7 +207,7 @@

Compilation Options

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -221,7 +221,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -280,7 +280,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -305,7 +305,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -322,7 +322,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -338,7 +338,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -383,7 +383,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -392,7 +392,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -409,7 +409,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -434,7 +434,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-build(1)

diff --git a/src/doc/src/commands/generated/cargo-clean.html b/src/doc/man/generated/cargo-clean.html similarity index 91% rename from src/doc/src/commands/generated/cargo-clean.html rename to src/doc/man/generated/cargo-clean.html index 46ec74a0812..302cf634444 100644 --- a/src/doc/src/commands/generated/cargo-clean.html +++ b/src/doc/man/generated/cargo-clean.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-clean - Remove generated artifacts

-

SYNOPSIS

+

SYNOPSIS

cargo clean [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Remove artifacts from the target directory that Cargo has generated in the @@ -23,10 +23,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

When no packages are selected, all packages and all dependencies in the workspace are cleaned.

@@ -43,7 +43,7 @@

Package Selection

-

Clean Options

+

Clean Options

--doc
@@ -108,7 +108,7 @@

Clean Options

-

Display Options

+

Display Options

-v
@@ -150,7 +150,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -175,7 +175,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -194,7 +194,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -203,7 +203,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -220,7 +220,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -245,7 +245,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-build(1)

diff --git a/src/doc/src/commands/generated/cargo-doc.html b/src/doc/man/generated/cargo-doc.html similarity index 91% rename from src/doc/src/commands/generated/cargo-doc.html rename to src/doc/man/generated/cargo-doc.html index 0661ca39ceb..28be3142d4d 100644 --- a/src/doc/src/commands/generated/cargo-doc.html +++ b/src/doc/man/generated/cargo-doc.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-doc - Build a package's documentation

-

SYNOPSIS

+

SYNOPSIS

cargo doc [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Build the documentation for the local package and all dependencies. The output @@ -20,10 +20,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Documentation Options

+

Documentation Options

--open
@@ -42,7 +42,7 @@

Documentation Options

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -72,7 +72,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo doc will document all binary and library targets of the selected package. The binary will be skipped @@ -102,7 +102,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -128,7 +128,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -175,13 +175,13 @@

Compilation Options

--release

Document artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -195,7 +195,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -254,7 +254,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -279,7 +279,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -296,7 +296,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -312,7 +312,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -357,7 +357,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -366,7 +366,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -383,7 +383,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -401,7 +401,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-rustdoc(1), rustdoc(1)

diff --git a/src/doc/src/commands/generated/cargo-fetch.html b/src/doc/man/generated/cargo-fetch.html similarity index 90% rename from src/doc/src/commands/generated/cargo-fetch.html rename to src/doc/man/generated/cargo-fetch.html index 3f9ef393945..845442f55d0 100644 --- a/src/doc/src/commands/generated/cargo-fetch.html +++ b/src/doc/man/generated/cargo-fetch.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-fetch - Fetch dependencies of a package from the network

-

SYNOPSIS

+

SYNOPSIS

cargo fetch [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

If a Cargo.lock file is available, this command will ensure that all of the @@ -29,10 +29,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Fetch options

+

Fetch options

--target TRIPLE
@@ -80,7 +80,7 @@

Fetch options

-

Display Options

+

Display Options

-v
@@ -122,7 +122,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -147,7 +147,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -166,7 +166,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -175,7 +175,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -192,7 +192,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -209,7 +209,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-update(1), cargo-generate-lockfile(1)

diff --git a/src/doc/src/commands/generated/cargo-fix.html b/src/doc/man/generated/cargo-fix.html similarity index 93% rename from src/doc/src/commands/generated/cargo-fix.html rename to src/doc/man/generated/cargo-fix.html index 8ed4a5a0cc1..d425badcc96 100644 --- a/src/doc/src/commands/generated/cargo-fix.html +++ b/src/doc/man/generated/cargo-fix.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-fix - Automatically fix lint warnings reported by rustc

-

SYNOPSIS

+

SYNOPSIS

cargo fix [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This Cargo subcommand will automatically take rustc’s suggestions from @@ -58,10 +58,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Fix options

+

Fix options

--broken-code
@@ -97,7 +97,7 @@

Fix options

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -127,7 +127,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo fix will fix all targets (--all-targets implied). Binaries are skipped if they have @@ -191,7 +191,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -217,7 +217,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -264,7 +264,7 @@

Compilation Options

--release

Fix artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

--profile NAME
@@ -278,7 +278,7 @@

Compilation Options

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -292,7 +292,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -351,7 +351,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -376,7 +376,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -393,7 +393,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -409,7 +409,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -454,7 +454,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -463,7 +463,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -480,7 +480,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -513,7 +513,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-check(1)

diff --git a/src/doc/src/commands/generated/cargo-generate-lockfile.html b/src/doc/man/generated/cargo-generate-lockfile.html similarity index 86% rename from src/doc/src/commands/generated/cargo-generate-lockfile.html rename to src/doc/man/generated/cargo-generate-lockfile.html index b562cc91c27..93c1ff56bcf 100644 --- a/src/doc/src/commands/generated/cargo-generate-lockfile.html +++ b/src/doc/man/generated/cargo-generate-lockfile.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-generate-lockfile - Generate the lockfile for a package

-

SYNOPSIS

+

SYNOPSIS

cargo generate-lockfile [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will create the Cargo.lock lockfile for the current package or @@ -25,10 +25,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Display Options

+

Display Options

-v
@@ -70,7 +70,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -95,7 +95,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -114,7 +114,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -123,7 +123,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -140,7 +140,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -157,7 +157,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-update(1)

diff --git a/src/doc/src/commands/generated/cargo-help.html b/src/doc/man/generated/cargo-help.html similarity index 81% rename from src/doc/src/commands/generated/cargo-help.html rename to src/doc/man/generated/cargo-help.html index 58503c7d15e..29c367ccd24 100644 --- a/src/doc/src/commands/generated/cargo-help.html +++ b/src/doc/man/generated/cargo-help.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-help - Get help for a Cargo command

-

SYNOPSIS

+

SYNOPSIS

cargo help [SUBCOMMAND]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Prints a help message for the given command.

@@ -19,7 +19,7 @@

DESCRIPTION

-

EXAMPLES

+

EXAMPLES

    @@ -44,7 +44,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1)

diff --git a/src/doc/src/commands/generated/cargo-init.html b/src/doc/man/generated/cargo-init.html similarity index 92% rename from src/doc/src/commands/generated/cargo-init.html rename to src/doc/man/generated/cargo-init.html index b6d04b81874..b4b893eba23 100644 --- a/src/doc/src/commands/generated/cargo-init.html +++ b/src/doc/man/generated/cargo-init.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-init - Create a new Cargo package in an existing directory

-

SYNOPSIS

+

SYNOPSIS

cargo init [OPTIONS] [PATH]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will create a new Cargo manifest in the current directory. Give a @@ -95,10 +95,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Init Options

+

Init Options

--bin
@@ -139,7 +139,7 @@

Init Options

-

Display Options

+

Display Options

-v
@@ -181,7 +181,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -200,7 +200,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -209,7 +209,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -226,7 +226,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -243,7 +243,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-new(1)

diff --git a/src/doc/src/commands/generated/cargo-install.html b/src/doc/man/generated/cargo-install.html similarity index 93% rename from src/doc/src/commands/generated/cargo-install.html rename to src/doc/man/generated/cargo-install.html index f98ee481ece..f12e6f205db 100644 --- a/src/doc/src/commands/generated/cargo-install.html +++ b/src/doc/man/generated/cargo-install.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-install - Build and install a Rust binary

-

SYNOPSIS

+

SYNOPSIS

cargo install [OPTIONS] CRATE…​
@@ -14,7 +14,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command manages Cargo’s local set of installed binary crates. Only packages @@ -68,10 +68,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Install Options

+

Install Options

--vers VERSION
@@ -141,7 +141,7 @@

Install Options

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -167,7 +167,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -219,7 +219,7 @@

Compilation Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -233,7 +233,7 @@

Miscellaneous Options

-

Display Options

+

Display Options

-v
@@ -275,7 +275,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -294,7 +294,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -303,7 +303,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -320,7 +320,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -345,7 +345,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-uninstall(1), cargo-search(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo-locate-project.html b/src/doc/man/generated/cargo-locate-project.html similarity index 84% rename from src/doc/src/commands/generated/cargo-locate-project.html rename to src/doc/man/generated/cargo-locate-project.html index 0b13f76cf1e..42dfa876b66 100644 --- a/src/doc/src/commands/generated/cargo-locate-project.html +++ b/src/doc/man/generated/cargo-locate-project.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-locate-project - Print a JSON representation of a Cargo.toml file's location

-

SYNOPSIS

+

SYNOPSIS

cargo locate-project [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will print a JSON object to stdout with the full path to the @@ -24,10 +24,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Display Options

+

Display Options

-v
@@ -69,7 +69,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -81,7 +81,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -100,7 +100,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -109,7 +109,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -126,7 +126,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -143,7 +143,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-metadata(1)

diff --git a/src/doc/src/commands/generated/cargo-login.html b/src/doc/man/generated/cargo-login.html similarity index 88% rename from src/doc/src/commands/generated/cargo-login.html rename to src/doc/man/generated/cargo-login.html index 3702e0b86f7..dd9c6a99a3e 100644 --- a/src/doc/src/commands/generated/cargo-login.html +++ b/src/doc/man/generated/cargo-login.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-login - Save an API token from the registry locally

-

SYNOPSIS

+

SYNOPSIS

cargo login [OPTIONS] [TOKEN]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will save the API token to disk so that commands that require @@ -31,10 +31,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Login Options

+

Login Options

--host HOST
@@ -54,7 +54,7 @@

Login Options

-

Display Options

+

Display Options

-v
@@ -96,7 +96,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -115,7 +115,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -124,7 +124,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -141,7 +141,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -158,7 +158,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo-metadata.html b/src/doc/man/generated/cargo-metadata.html similarity index 95% rename from src/doc/src/commands/generated/cargo-metadata.html rename to src/doc/man/generated/cargo-metadata.html index d9ed8aea61b..57314b3db29 100644 --- a/src/doc/src/commands/generated/cargo-metadata.html +++ b/src/doc/man/generated/cargo-metadata.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-metadata - Machine-readable metadata about the current package

-

SYNOPSIS

+

SYNOPSIS

cargo metadata [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Output the resolved dependencies of a package, the concrete used versions @@ -28,7 +28,7 @@

DESCRIPTION

-

OUTPUT FORMAT

+

OUTPUT FORMAT

The output has the following format:

@@ -243,10 +243,10 @@

OUTPUT FORMAT

-

OPTIONS

+

OPTIONS

-

Output Options

+

Output Options

--no-deps
@@ -263,7 +263,7 @@

Output Options

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -289,7 +289,7 @@

Feature Selection

-

Display Options

+

Display Options

-v
@@ -331,7 +331,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -356,7 +356,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -375,7 +375,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -384,7 +384,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -401,7 +401,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -418,7 +418,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1)

diff --git a/src/doc/src/commands/generated/cargo-new.html b/src/doc/man/generated/cargo-new.html similarity index 92% rename from src/doc/src/commands/generated/cargo-new.html rename to src/doc/man/generated/cargo-new.html index 270aa3a826a..33bfef758a8 100644 --- a/src/doc/src/commands/generated/cargo-new.html +++ b/src/doc/man/generated/cargo-new.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-new - Create a new Cargo package

-

SYNOPSIS

+

SYNOPSIS

cargo new [OPTIONS] PATH

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will create a new Cargo package in the given directory. This @@ -88,10 +88,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

New Options

+

New Options

--bin
@@ -132,7 +132,7 @@

New Options

-

Display Options

+

Display Options

-v
@@ -174,7 +174,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -193,7 +193,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -202,7 +202,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -219,7 +219,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -236,7 +236,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-init(1)

diff --git a/src/doc/src/commands/generated/cargo-owner.html b/src/doc/man/generated/cargo-owner.html similarity index 90% rename from src/doc/src/commands/generated/cargo-owner.html rename to src/doc/man/generated/cargo-owner.html index 60cb2e3b8e8..00381856dba 100644 --- a/src/doc/src/commands/generated/cargo-owner.html +++ b/src/doc/man/generated/cargo-owner.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-owner - Manage the owners of a crate on the registry

-

SYNOPSIS

+

SYNOPSIS

cargo owner [OPTIONS] --add LOGIN [CRATE]
@@ -13,7 +13,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will modify the owners for a crate on the registry. Owners of a @@ -35,10 +35,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Owner Options

+

Owner Options

-a
@@ -76,7 +76,7 @@

Owner Options

-

Display Options

+

Display Options

-v
@@ -118,7 +118,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -137,7 +137,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -146,7 +146,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -163,7 +163,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -196,7 +196,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-login(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo-package.html b/src/doc/man/generated/cargo-package.html similarity index 91% rename from src/doc/src/commands/generated/cargo-package.html rename to src/doc/man/generated/cargo-package.html index 96b66428bed..934207fbe47 100644 --- a/src/doc/src/commands/generated/cargo-package.html +++ b/src/doc/man/generated/cargo-package.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-package - Assemble the local package into a distributable tarball

-

SYNOPSIS

+

SYNOPSIS

cargo package [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will create a distributable, compressed .crate file with the @@ -66,10 +66,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Options

+

Package Options

-l
@@ -94,7 +94,7 @@

Package Options

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -149,7 +149,7 @@

Compilation Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -174,7 +174,7 @@

Manifest Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -188,7 +188,7 @@

Miscellaneous Options

-

Display Options

+

Display Options

-v
@@ -230,7 +230,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -249,7 +249,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -258,7 +258,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -275,7 +275,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -292,7 +292,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo-pkgid.html b/src/doc/man/generated/cargo-pkgid.html similarity index 92% rename from src/doc/src/commands/generated/cargo-pkgid.html rename to src/doc/man/generated/cargo-pkgid.html index 0d365edda49..01984370e1a 100644 --- a/src/doc/src/commands/generated/cargo-pkgid.html +++ b/src/doc/man/generated/cargo-pkgid.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-pkgid - Print a fully qualified package specification

-

SYNOPSIS

+

SYNOPSIS

cargo pkgid [OPTIONS] [SPEC]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Given a SPEC argument, print out the fully qualified package ID specifier @@ -72,10 +72,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

-p SPEC
@@ -87,7 +87,7 @@

Package Selection

-

Display Options

+

Display Options

-v
@@ -129,7 +129,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -154,7 +154,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -173,7 +173,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -182,7 +182,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -199,7 +199,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -232,7 +232,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-generate-lockfile(1), cargo-metadata(1)

diff --git a/src/doc/src/commands/generated/cargo-publish.html b/src/doc/man/generated/cargo-publish.html similarity index 91% rename from src/doc/src/commands/generated/cargo-publish.html rename to src/doc/man/generated/cargo-publish.html index d68f66a6d8e..94e31365775 100644 --- a/src/doc/src/commands/generated/cargo-publish.html +++ b/src/doc/man/generated/cargo-publish.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-publish - Upload a package to the registry

-

SYNOPSIS

+

SYNOPSIS

cargo package [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will create a distributable, compressed .crate file with the @@ -55,10 +55,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Publish Options

+

Publish Options

--dry-run
@@ -93,7 +93,7 @@

Publish Options

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -148,7 +148,7 @@

Compilation Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -173,7 +173,7 @@

Manifest Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -187,7 +187,7 @@

Miscellaneous Options

-

Display Options

+

Display Options

-v
@@ -229,7 +229,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -248,7 +248,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -257,7 +257,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -274,7 +274,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -291,7 +291,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-package(1), cargo-login(1)

diff --git a/src/doc/src/commands/generated/cargo-run.html b/src/doc/man/generated/cargo-run.html similarity index 91% rename from src/doc/src/commands/generated/cargo-run.html rename to src/doc/man/generated/cargo-run.html index 5ea1259b6ac..6149b8d87b1 100644 --- a/src/doc/src/commands/generated/cargo-run.html +++ b/src/doc/man/generated/cargo-run.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-run - Run the current package

-

SYNOPSIS

+

SYNOPSIS

cargo run [OPTIONS] [-- ARGS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Build the the main binary of the local package (src/main.rs) and run it.

@@ -24,10 +24,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

By default, the package in the current working directory is selected. The -p flag can be used to choose a different package in a workspace.

@@ -44,7 +44,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo run will run the binary target. If there are multiple binary targets, you must pass a target flag to @@ -64,7 +64,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -90,7 +90,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -137,13 +137,13 @@

Compilation Options

--release

Run artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -157,7 +157,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -216,7 +216,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -241,7 +241,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -258,7 +258,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -274,7 +274,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -319,7 +319,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -328,7 +328,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -345,7 +345,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -370,7 +370,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-build(1)

diff --git a/src/doc/src/commands/generated/cargo-rustc.html b/src/doc/man/generated/cargo-rustc.html similarity index 92% rename from src/doc/src/commands/generated/cargo-rustc.html rename to src/doc/man/generated/cargo-rustc.html index d46f8255e22..a7eda076580 100644 --- a/src/doc/src/commands/generated/cargo-rustc.html +++ b/src/doc/man/generated/cargo-rustc.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-rustc - Compile the current package, and pass extra options to the compiler

-

SYNOPSIS

+

SYNOPSIS

cargo rustc [OPTIONS] [-- ARGS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

The specified target for the current package (or package specified by -p if @@ -37,10 +37,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Package Selection

+

Package Selection

By default, the package in the current working directory is selected. The -p flag can be used to choose a different package in a workspace.

@@ -57,7 +57,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo rustc will build all binary and library targets of the selected package.

@@ -120,7 +120,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -146,7 +146,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -193,13 +193,13 @@

Compilation Options

--release

Build artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -213,7 +213,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -272,7 +272,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -297,7 +297,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -314,7 +314,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -330,7 +330,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -375,7 +375,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -384,7 +384,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -401,7 +401,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -427,7 +427,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-build(1), rustc(1)

diff --git a/src/doc/src/commands/generated/cargo-rustdoc.html b/src/doc/man/generated/cargo-rustdoc.html similarity index 92% rename from src/doc/src/commands/generated/cargo-rustdoc.html rename to src/doc/man/generated/cargo-rustdoc.html index d9c9937a1ac..fbc44cbd601 100644 --- a/src/doc/src/commands/generated/cargo-rustdoc.html +++ b/src/doc/man/generated/cargo-rustdoc.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-rustdoc - Build a package's documentation, using specified custom flags

-

SYNOPSIS

+

SYNOPSIS

cargo rustdoc [OPTIONS] [-- ARGS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

The specified target for the current package (or package specified by -p if @@ -37,10 +37,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Documentation Options

+

Documentation Options

--open
@@ -51,7 +51,7 @@

Documentation Options

-

Package Selection

+

Package Selection

By default, the package in the current working directory is selected. The -p flag can be used to choose a different package in a workspace.

@@ -68,7 +68,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo rustdoc will document all binary and library targets of the selected package. The binary will be skipped @@ -133,7 +133,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -159,7 +159,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -206,13 +206,13 @@

Compilation Options

--release

Document artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -226,7 +226,7 @@

Output Options

-

Display Options

+

Display Options

-v
@@ -285,7 +285,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -310,7 +310,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -327,7 +327,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

-j N
@@ -343,7 +343,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -388,7 +388,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -397,7 +397,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -414,7 +414,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -431,7 +431,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-doc(1), rustdoc(1)

diff --git a/src/doc/src/commands/generated/cargo-search.html b/src/doc/man/generated/cargo-search.html similarity index 87% rename from src/doc/src/commands/generated/cargo-search.html rename to src/doc/man/generated/cargo-search.html index 5fb4bbb895c..b21dd04106c 100644 --- a/src/doc/src/commands/generated/cargo-search.html +++ b/src/doc/man/generated/cargo-search.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-search - Search packages in crates.io

-

SYNOPSIS

+

SYNOPSIS

cargo search [OPTIONS] [QUERY…​]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This performs a textual search for crates on https://crates.io. The matching @@ -21,10 +21,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Search Options

+

Search Options

--limit LIMIT
@@ -47,7 +47,7 @@

Search Options

-

Display Options

+

Display Options

-v
@@ -89,7 +89,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -108,7 +108,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -117,7 +117,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -134,7 +134,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -151,7 +151,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-install(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo-test.html b/src/doc/man/generated/cargo-test.html similarity index 94% rename from src/doc/src/commands/generated/cargo-test.html rename to src/doc/man/generated/cargo-test.html index 418362fbd1f..938be5c3df1 100644 --- a/src/doc/src/commands/generated/cargo-test.html +++ b/src/doc/man/generated/cargo-test.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-test - Execute unit and integration tests of a package

-

SYNOPSIS

+

SYNOPSIS

cargo test [OPTIONS] [TESTNAME] [-- TEST-OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Compile and execute unit and integration tests.

@@ -45,10 +45,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Test Options

+

Test Options

--no-run
@@ -66,7 +66,7 @@

Test Options

-

Package Selection

+

Package Selection

By default, when no package selection options are given, the packages selected depend on the current working directory. In the root of a virtual workspace, @@ -96,7 +96,7 @@

Package Selection

-

Target Selection

+

Target Selection

When no target selection options are given, cargo test will build the following targets of the selected packages:

@@ -201,7 +201,7 @@

Target Selection

-

Feature Selection

+

Feature Selection

When no feature options are given, the default feature is activated for every selected package.

@@ -227,7 +227,7 @@

Feature Selection

-

Compilation Options

+

Compilation Options

--target TRIPLE
@@ -274,13 +274,13 @@

Compilation Options

--release

Test artifacts in release mode, with optimizations. See the -PROFILES section for details on how this affects profile selection.

+PROFILES section for details on how this affects profile selection.

-

Output Options

+

Output Options

--target-dir DIRECTORY
@@ -294,7 +294,7 @@

Output Options

-

Display Options

+

Display Options

By default the Rust test harness hides output from test execution to keep results readable. Test output can be recovered (e.g. for debugging) by passing @@ -363,7 +363,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -388,7 +388,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -405,7 +405,7 @@

Common Options

-

Miscellaneous Options

+

Miscellaneous Options

The --jobs argument affects the building of the test executable but does not affect how many threads are used when running the tests. The Rust test harness @@ -431,7 +431,7 @@

Miscellaneous Options

-

PROFILES

+

PROFILES

Profiles may be used to configure compiler options such as optimization levels @@ -485,7 +485,7 @@

PROFILES

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -494,7 +494,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -511,7 +511,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -536,7 +536,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-bench(1)

diff --git a/src/doc/src/commands/generated/cargo-uninstall.html b/src/doc/man/generated/cargo-uninstall.html similarity index 88% rename from src/doc/src/commands/generated/cargo-uninstall.html rename to src/doc/man/generated/cargo-uninstall.html index 05db5837f3a..bde65fc38aa 100644 --- a/src/doc/src/commands/generated/cargo-uninstall.html +++ b/src/doc/man/generated/cargo-uninstall.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-uninstall - Remove a Rust binary

-

SYNOPSIS

+

SYNOPSIS

cargo uninstall [OPTIONS] [SPEC…​]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command removes a package installed with cargo-install(1). The SPEC @@ -47,10 +47,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Install Options

+

Install Options

-p
@@ -70,7 +70,7 @@

Install Options

-

Display Options

+

Display Options

-v
@@ -112,7 +112,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -131,7 +131,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -140,7 +140,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -157,7 +157,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -174,7 +174,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-install(1)

diff --git a/src/doc/src/commands/generated/cargo-update.html b/src/doc/man/generated/cargo-update.html similarity index 90% rename from src/doc/src/commands/generated/cargo-update.html rename to src/doc/man/generated/cargo-update.html index 78a583eeb21..4db29b76543 100644 --- a/src/doc/src/commands/generated/cargo-update.html +++ b/src/doc/man/generated/cargo-update.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-update - Update dependencies as recorded in the local lock file

-

SYNOPSIS

+

SYNOPSIS

cargo update [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will update dependencies in the Cargo.lock file to the latest @@ -21,10 +21,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Update Options

+

Update Options

-p SPEC…​
@@ -58,7 +58,7 @@

Update Options

-

Display Options

+

Display Options

-v
@@ -100,7 +100,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -125,7 +125,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -144,7 +144,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -153,7 +153,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -170,7 +170,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -203,7 +203,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-generate-lockfile(1)

diff --git a/src/doc/src/commands/generated/cargo-verify-project.html b/src/doc/man/generated/cargo-verify-project.html similarity index 86% rename from src/doc/src/commands/generated/cargo-verify-project.html rename to src/doc/man/generated/cargo-verify-project.html index c137859c1f2..f523d037650 100644 --- a/src/doc/src/commands/generated/cargo-verify-project.html +++ b/src/doc/man/generated/cargo-verify-project.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-verify-project - Check correctness of crate manifest

-

SYNOPSIS

+

SYNOPSIS

cargo verify-project [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

This command will parse the local manifest and check its validity. It emits a @@ -33,10 +33,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Display Options

+

Display Options

-v
@@ -78,7 +78,7 @@

Display Options

-

Manifest Options

+

Manifest Options

--manifest-path PATH
@@ -103,7 +103,7 @@

Manifest Options

-

Common Options

+

Common Options

-h
@@ -122,7 +122,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -131,7 +131,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -148,7 +148,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -165,7 +165,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-package(1)

diff --git a/src/doc/src/commands/generated/cargo-version.html b/src/doc/man/generated/cargo-version.html similarity index 82% rename from src/doc/src/commands/generated/cargo-version.html rename to src/doc/man/generated/cargo-version.html index 32fb5fc3347..96332d4ea52 100644 --- a/src/doc/src/commands/generated/cargo-version.html +++ b/src/doc/man/generated/cargo-version.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-version - Show version information

-

SYNOPSIS

+

SYNOPSIS

cargo version [OPTIONS]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

Displays the version of Cargo.

@@ -19,7 +19,7 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

@@ -33,7 +33,7 @@

OPTIONS

-

EXAMPLES

+

EXAMPLES

    @@ -67,7 +67,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1)

diff --git a/src/doc/src/commands/generated/cargo-yank.html b/src/doc/man/generated/cargo-yank.html similarity index 89% rename from src/doc/src/commands/generated/cargo-yank.html rename to src/doc/man/generated/cargo-yank.html index 26b1f008c8f..4de0f1486e7 100644 --- a/src/doc/src/commands/generated/cargo-yank.html +++ b/src/doc/man/generated/cargo-yank.html @@ -1,9 +1,9 @@ -

NAME

+

NAME

cargo-yank - Remove a pushed crate from the index

-

SYNOPSIS

+

SYNOPSIS

cargo yank [OPTIONS] --vers VERSION [CRATE]

@@ -11,7 +11,7 @@

SYNOPSIS

-

DESCRIPTION

+

DESCRIPTION

The yank command removes a previously published crate’s version from the @@ -34,10 +34,10 @@

DESCRIPTION

-

OPTIONS

+

OPTIONS

-

Owner Options

+

Owner Options

--vers VERSION
@@ -68,7 +68,7 @@

Owner Options

-

Display Options

+

Display Options

-v
@@ -110,7 +110,7 @@

Display Options

-

Common Options

+

Common Options

-h
@@ -129,7 +129,7 @@

Common Options

-

ENVIRONMENT

+

ENVIRONMENT

See the reference for @@ -138,7 +138,7 @@

ENVIRONMENT

-

Exit Status

+

Exit Status

@@ -155,7 +155,7 @@

Exit Status

-

EXAMPLES

+

EXAMPLES

    @@ -172,7 +172,7 @@

    EXAMPLES

-

SEE ALSO

+

SEE ALSO

cargo(1), cargo-login(1), cargo-publish(1)

diff --git a/src/doc/src/commands/generated/cargo.html b/src/doc/man/generated/cargo.html similarity index 100% rename from src/doc/src/commands/generated/cargo.html rename to src/doc/man/generated/cargo.html diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index 99a9861e342..e840cbf6a2d 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -1,3 +1,3 @@ # cargo bench {{#include command-common.html}} -{{#include generated/cargo-bench.html}} +{{#include ../../man/generated/cargo-bench.html}} diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index 757f3711550..dd46f23ed39 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -1,3 +1,3 @@ # cargo build {{#include command-common.html}} -{{#include generated/cargo-build.html}} +{{#include ../../man/generated/cargo-build.html}} diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index 30009446161..473d00afe2d 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -1,3 +1,3 @@ # cargo check {{#include command-common.html}} -{{#include generated/cargo-check.html}} +{{#include ../../man/generated/cargo-check.html}} diff --git a/src/doc/src/commands/cargo-clean.md b/src/doc/src/commands/cargo-clean.md index ec17e92a2cb..df321febee8 100644 --- a/src/doc/src/commands/cargo-clean.md +++ b/src/doc/src/commands/cargo-clean.md @@ -1,3 +1,3 @@ # cargo clean {{#include command-common.html}} -{{#include generated/cargo-clean.html}} +{{#include ../../man/generated/cargo-clean.html}} diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md index f6d2ef6a91e..9cdd897048d 100644 --- a/src/doc/src/commands/cargo-doc.md +++ b/src/doc/src/commands/cargo-doc.md @@ -1,3 +1,3 @@ # cargo doc {{#include command-common.html}} -{{#include generated/cargo-doc.html}} +{{#include ../../man/generated/cargo-doc.html}} diff --git a/src/doc/src/commands/cargo-fetch.md b/src/doc/src/commands/cargo-fetch.md index c7f52df33be..bb5beda1e78 100644 --- a/src/doc/src/commands/cargo-fetch.md +++ b/src/doc/src/commands/cargo-fetch.md @@ -1,3 +1,3 @@ # cargo fetch {{#include command-common.html}} -{{#include generated/cargo-fetch.html}} +{{#include ../../man/generated/cargo-fetch.html}} diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index ae669aa4825..66503337a23 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -1,3 +1,3 @@ # cargo fix {{#include command-common.html}} -{{#include generated/cargo-fix.html}} +{{#include ../../man/generated/cargo-fix.html}} diff --git a/src/doc/src/commands/cargo-generate-lockfile.md b/src/doc/src/commands/cargo-generate-lockfile.md index b48bbfe09c2..57b70691138 100644 --- a/src/doc/src/commands/cargo-generate-lockfile.md +++ b/src/doc/src/commands/cargo-generate-lockfile.md @@ -1,3 +1,3 @@ # cargo generate-lockfile {{#include command-common.html}} -{{#include generated/cargo-generate-lockfile.html}} +{{#include ../../man/generated/cargo-generate-lockfile.html}} diff --git a/src/doc/src/commands/cargo-help.md b/src/doc/src/commands/cargo-help.md index edae3750187..7e1ba07307e 100644 --- a/src/doc/src/commands/cargo-help.md +++ b/src/doc/src/commands/cargo-help.md @@ -1,3 +1,3 @@ # cargo help {{#include command-common.html}} -{{#include generated/cargo-help.html}} +{{#include ../../man/generated/cargo-help.html}} diff --git a/src/doc/src/commands/cargo-init.md b/src/doc/src/commands/cargo-init.md index 8111ab33953..044a8b12dca 100644 --- a/src/doc/src/commands/cargo-init.md +++ b/src/doc/src/commands/cargo-init.md @@ -1,3 +1,3 @@ # cargo init {{#include command-common.html}} -{{#include generated/cargo-init.html}} +{{#include ../../man/generated/cargo-init.html}} diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index 0a0dfafd5e7..5fa11a60d57 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -1,3 +1,3 @@ # cargo install {{#include command-common.html}} -{{#include generated/cargo-install.html}} +{{#include ../../man/generated/cargo-install.html}} diff --git a/src/doc/src/commands/cargo-locate-project.md b/src/doc/src/commands/cargo-locate-project.md index 4928123e407..0e42adfe404 100644 --- a/src/doc/src/commands/cargo-locate-project.md +++ b/src/doc/src/commands/cargo-locate-project.md @@ -1,3 +1,3 @@ # cargo locate-project {{#include command-common.html}} -{{#include generated/cargo-locate-project.html}} +{{#include ../../man/generated/cargo-locate-project.html}} diff --git a/src/doc/src/commands/cargo-login.md b/src/doc/src/commands/cargo-login.md index 258a3c7495f..5feddeead3e 100644 --- a/src/doc/src/commands/cargo-login.md +++ b/src/doc/src/commands/cargo-login.md @@ -1,3 +1,3 @@ # cargo login {{#include command-common.html}} -{{#include generated/cargo-login.html}} +{{#include ../../man/generated/cargo-login.html}} diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index d1354c5d689..273221395e7 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -1,3 +1,3 @@ # cargo metadata {{#include command-common.html}} -{{#include generated/cargo-metadata.html}} +{{#include ../../man/generated/cargo-metadata.html}} diff --git a/src/doc/src/commands/cargo-new.md b/src/doc/src/commands/cargo-new.md index d1d1e17390f..3f1a490244d 100644 --- a/src/doc/src/commands/cargo-new.md +++ b/src/doc/src/commands/cargo-new.md @@ -1,3 +1,3 @@ # cargo new {{#include command-common.html}} -{{#include generated/cargo-new.html}} +{{#include ../../man/generated/cargo-new.html}} diff --git a/src/doc/src/commands/cargo-owner.md b/src/doc/src/commands/cargo-owner.md index 3efd47ae452..c1dbc9eb6c7 100644 --- a/src/doc/src/commands/cargo-owner.md +++ b/src/doc/src/commands/cargo-owner.md @@ -1,3 +1,3 @@ # cargo owner {{#include command-common.html}} -{{#include generated/cargo-owner.html}} +{{#include ../../man/generated/cargo-owner.html}} diff --git a/src/doc/src/commands/cargo-package.md b/src/doc/src/commands/cargo-package.md index 26ac7d710a0..8bfedcfa40d 100644 --- a/src/doc/src/commands/cargo-package.md +++ b/src/doc/src/commands/cargo-package.md @@ -1,3 +1,3 @@ # cargo package {{#include command-common.html}} -{{#include generated/cargo-package.html}} +{{#include ../../man/generated/cargo-package.html}} diff --git a/src/doc/src/commands/cargo-pkgid.md b/src/doc/src/commands/cargo-pkgid.md index 97bce0f2cf8..7481ad1c7af 100644 --- a/src/doc/src/commands/cargo-pkgid.md +++ b/src/doc/src/commands/cargo-pkgid.md @@ -1,3 +1,3 @@ # cargo pkgid {{#include command-common.html}} -{{#include generated/cargo-pkgid.html}} +{{#include ../../man/generated/cargo-pkgid.html}} diff --git a/src/doc/src/commands/cargo-publish.md b/src/doc/src/commands/cargo-publish.md index 074632a5bfc..db45e789908 100644 --- a/src/doc/src/commands/cargo-publish.md +++ b/src/doc/src/commands/cargo-publish.md @@ -1,3 +1,3 @@ # cargo publish {{#include command-common.html}} -{{#include generated/cargo-publish.html}} +{{#include ../../man/generated/cargo-publish.html}} diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index 032d0405916..16d92815f09 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -1,3 +1,3 @@ # cargo run {{#include command-common.html}} -{{#include generated/cargo-run.html}} +{{#include ../../man/generated/cargo-run.html}} diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index 75c1f32a131..ad6b3d98774 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -1,3 +1,3 @@ # cargo rustc {{#include command-common.html}} -{{#include generated/cargo-rustc.html}} +{{#include ../../man/generated/cargo-rustc.html}} diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index 97b6e1c9737..a8ebf1950ea 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -1,3 +1,3 @@ # cargo rustdoc {{#include command-common.html}} -{{#include generated/cargo-rustdoc.html}} +{{#include ../../man/generated/cargo-rustdoc.html}} diff --git a/src/doc/src/commands/cargo-search.md b/src/doc/src/commands/cargo-search.md index 5c6de335698..b872d9628fb 100644 --- a/src/doc/src/commands/cargo-search.md +++ b/src/doc/src/commands/cargo-search.md @@ -1,3 +1,3 @@ # cargo search {{#include command-common.html}} -{{#include generated/cargo-search.html}} +{{#include ../../man/generated/cargo-search.html}} diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 59cff8c0ef6..52fc969128d 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -1,3 +1,3 @@ # cargo test {{#include command-common.html}} -{{#include generated/cargo-test.html}} +{{#include ../../man/generated/cargo-test.html}} diff --git a/src/doc/src/commands/cargo-uninstall.md b/src/doc/src/commands/cargo-uninstall.md index 6d3ac9679e0..971ad3435df 100644 --- a/src/doc/src/commands/cargo-uninstall.md +++ b/src/doc/src/commands/cargo-uninstall.md @@ -1,3 +1,3 @@ # cargo uninstall {{#include command-common.html}} -{{#include generated/cargo-uninstall.html}} +{{#include ../../man/generated/cargo-uninstall.html}} diff --git a/src/doc/src/commands/cargo-update.md b/src/doc/src/commands/cargo-update.md index 53e51c8c905..2be849863f3 100644 --- a/src/doc/src/commands/cargo-update.md +++ b/src/doc/src/commands/cargo-update.md @@ -1,3 +1,3 @@ # cargo update {{#include command-common.html}} -{{#include generated/cargo-update.html}} +{{#include ../../man/generated/cargo-update.html}} diff --git a/src/doc/src/commands/cargo-verify-project.md b/src/doc/src/commands/cargo-verify-project.md index baec04a1dbb..4a4c7668267 100644 --- a/src/doc/src/commands/cargo-verify-project.md +++ b/src/doc/src/commands/cargo-verify-project.md @@ -1,3 +1,3 @@ # cargo verify-project {{#include command-common.html}} -{{#include generated/cargo-verify-project.html}} +{{#include ../../man/generated/cargo-verify-project.html}} diff --git a/src/doc/src/commands/cargo-version.md b/src/doc/src/commands/cargo-version.md index 8fd615efe5d..12833ede4d5 100644 --- a/src/doc/src/commands/cargo-version.md +++ b/src/doc/src/commands/cargo-version.md @@ -1,3 +1,3 @@ # cargo version {{#include command-common.html}} -{{#include generated/cargo-version.html}} +{{#include ../../man/generated/cargo-version.html}} diff --git a/src/doc/src/commands/cargo-yank.md b/src/doc/src/commands/cargo-yank.md index 0a98069f200..d6ca7b3c6fd 100644 --- a/src/doc/src/commands/cargo-yank.md +++ b/src/doc/src/commands/cargo-yank.md @@ -1,3 +1,3 @@ # cargo yank {{#include command-common.html}} -{{#include generated/cargo-yank.html}} +{{#include ../../man/generated/cargo-yank.html}} diff --git a/src/doc/src/commands/index.md b/src/doc/src/commands/index.md index 204935d7ef8..a9ef0a2d231 100644 --- a/src/doc/src/commands/index.md +++ b/src/doc/src/commands/index.md @@ -1,3 +1,3 @@ # cargo {{#include command-common.html}} -{{#include generated/cargo.html}} +{{#include ../../man/generated/cargo.html}} diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 83fc241a8ee..4e32a8a32e9 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -2,12 +2,12 @@ .\" Title: cargo-bench .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-BENCH" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-BENCH" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 27f99a956a4..71ac31a0bca 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -2,12 +2,12 @@ .\" Title: cargo-build .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-BUILD" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-BUILD" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 009b8104739..0d3b69efed2 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -2,12 +2,12 @@ .\" Title: cargo-check .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-CHECK" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-CHECK" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-clean.1 b/src/etc/man/cargo-clean.1 index 4f9eb3da1b5..44b982f2bee 100644 --- a/src/etc/man/cargo-clean.1 +++ b/src/etc/man/cargo-clean.1 @@ -2,12 +2,12 @@ .\" Title: cargo-clean .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-CLEAN" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-CLEAN" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index e68c4455483..8a0780bb890 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -2,12 +2,12 @@ .\" Title: cargo-doc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-DOC" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-DOC" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-fetch.1 b/src/etc/man/cargo-fetch.1 index d4605ec96b5..f196952610e 100644 --- a/src/etc/man/cargo-fetch.1 +++ b/src/etc/man/cargo-fetch.1 @@ -2,12 +2,12 @@ .\" Title: cargo-fetch .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-FETCH" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-FETCH" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 5975a5fd4ac..3110e86bf66 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -2,12 +2,12 @@ .\" Title: cargo-fix .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-FIX" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-FIX" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 index 02243c9c152..0e2841bf475 100644 --- a/src/etc/man/cargo-generate-lockfile.1 +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -2,12 +2,12 @@ .\" Title: cargo-generate-lockfile .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-GENERATE\-LOCKFILE" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-help.1 b/src/etc/man/cargo-help.1 index e0f47e49420..b5f9a581332 100644 --- a/src/etc/man/cargo-help.1 +++ b/src/etc/man/cargo-help.1 @@ -2,12 +2,12 @@ .\" Title: cargo-help .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-HELP" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-HELP" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-init.1 b/src/etc/man/cargo-init.1 index 6a2fb492614..d7937889333 100644 --- a/src/etc/man/cargo-init.1 +++ b/src/etc/man/cargo-init.1 @@ -2,12 +2,12 @@ .\" Title: cargo-init .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-INIT" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-INIT" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index ed0791e7ac8..d0bea54cdd3 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -2,12 +2,12 @@ .\" Title: cargo-install .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-INSTALL" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-INSTALL" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-locate-project.1 b/src/etc/man/cargo-locate-project.1 index 8402015e2f9..03c3b2baa7f 100644 --- a/src/etc/man/cargo-locate-project.1 +++ b/src/etc/man/cargo-locate-project.1 @@ -2,12 +2,12 @@ .\" Title: cargo-locate-project .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-LOCATE\-PROJECT" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-LOCATE\-PROJECT" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-login.1 b/src/etc/man/cargo-login.1 index 041c899a88b..4a03db491fe 100644 --- a/src/etc/man/cargo-login.1 +++ b/src/etc/man/cargo-login.1 @@ -2,12 +2,12 @@ .\" Title: cargo-login .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-LOGIN" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-LOGIN" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-metadata.1 b/src/etc/man/cargo-metadata.1 index c21d3593414..acc603943d2 100644 --- a/src/etc/man/cargo-metadata.1 +++ b/src/etc/man/cargo-metadata.1 @@ -2,12 +2,12 @@ .\" Title: cargo-metadata .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-METADATA" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-METADATA" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-new.1 b/src/etc/man/cargo-new.1 index 6013f5568ac..a859cc44a81 100644 --- a/src/etc/man/cargo-new.1 +++ b/src/etc/man/cargo-new.1 @@ -2,12 +2,12 @@ .\" Title: cargo-new .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-NEW" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-NEW" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-owner.1 b/src/etc/man/cargo-owner.1 index 971e53c64f5..c02f630558f 100644 --- a/src/etc/man/cargo-owner.1 +++ b/src/etc/man/cargo-owner.1 @@ -2,12 +2,12 @@ .\" Title: cargo-owner .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-OWNER" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-OWNER" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index 23ab981e57a..5c65838214e 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -2,12 +2,12 @@ .\" Title: cargo-package .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PACKAGE" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-PACKAGE" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-pkgid.1 b/src/etc/man/cargo-pkgid.1 index 322258cf493..45458a5f902 100644 --- a/src/etc/man/cargo-pkgid.1 +++ b/src/etc/man/cargo-pkgid.1 @@ -2,12 +2,12 @@ .\" Title: cargo-pkgid .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PKGID" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-PKGID" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index 82d32ba62ef..b6b56faecc5 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -2,12 +2,12 @@ .\" Title: cargo-publish .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-PUBLISH" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-PUBLISH" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 0d4d4ec7d6b..72776cda82f 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -2,12 +2,12 @@ .\" Title: cargo-run .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUN" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-RUN" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index 9efaf4e245b..cae391625e9 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -2,12 +2,12 @@ .\" Title: cargo-rustc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUSTC" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-RUSTC" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index 355111c0be7..0888236fa09 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -2,12 +2,12 @@ .\" Title: cargo-rustdoc .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-RUSTDOC" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-RUSTDOC" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-search.1 b/src/etc/man/cargo-search.1 index f942c8d3a0a..516ad839d1e 100644 --- a/src/etc/man/cargo-search.1 +++ b/src/etc/man/cargo-search.1 @@ -2,12 +2,12 @@ .\" Title: cargo-search .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-SEARCH" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-SEARCH" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 2505e50851e..5d4cdf29360 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -2,12 +2,12 @@ .\" Title: cargo-test .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-TEST" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-TEST" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-uninstall.1 b/src/etc/man/cargo-uninstall.1 index 553858d5fc2..904097aeae0 100644 --- a/src/etc/man/cargo-uninstall.1 +++ b/src/etc/man/cargo-uninstall.1 @@ -2,12 +2,12 @@ .\" Title: cargo-uninstall .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-UNINSTALL" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-UNINSTALL" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-update.1 b/src/etc/man/cargo-update.1 index f79ab5bec18..9d8768aac74 100644 --- a/src/etc/man/cargo-update.1 +++ b/src/etc/man/cargo-update.1 @@ -2,12 +2,12 @@ .\" Title: cargo-update .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-UPDATE" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-UPDATE" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-verify-project.1 b/src/etc/man/cargo-verify-project.1 index e95a86e0cc2..1721052ee2e 100644 --- a/src/etc/man/cargo-verify-project.1 +++ b/src/etc/man/cargo-verify-project.1 @@ -2,12 +2,12 @@ .\" Title: cargo-verify-project .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-VERIFY\-PROJECT" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-VERIFY\-PROJECT" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-version.1 b/src/etc/man/cargo-version.1 index 9c74cf20c59..ded20e27f3b 100644 --- a/src/etc/man/cargo-version.1 +++ b/src/etc/man/cargo-version.1 @@ -2,12 +2,12 @@ .\" Title: cargo-version .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-VERSION" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-VERSION" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 diff --git a/src/etc/man/cargo-yank.1 b/src/etc/man/cargo-yank.1 index df48005fc35..878484bc094 100644 --- a/src/etc/man/cargo-yank.1 +++ b/src/etc/man/cargo-yank.1 @@ -2,12 +2,12 @@ .\" Title: cargo-yank .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 1.5.8 -.\" Date: 2018-12-08 +.\" Date: 2018-12-18 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CARGO\-YANK" "1" "2018-12-08" "\ \&" "\ \&" +.TH "CARGO\-YANK" "1" "2018-12-18" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0