From c4312a4aa032a6a8f6cea0a06d8d533399d6c8f3 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 17 Jun 2023 21:44:58 +0100 Subject: [PATCH] docs(cargo-test): missing apostrophe for possessive nouns --- src/doc/man/cargo-test.md | 2 +- src/doc/man/generated_txt/cargo-test.txt | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/etc/man/cargo-test.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/man/cargo-test.md b/src/doc/man/cargo-test.md index 22d231d0e..4c3a9fb45 100644 --- a/src/doc/man/cargo-test.md +++ b/src/doc/man/cargo-test.md @@ -69,7 +69,7 @@ For documentation tests, the working directory when invoking `rustdoc` is set to the workspace root directory, and is also the directory `rustdoc` uses as the compilation directory of each documentation test. The working directory when running each documentation test is set to the root -directory of the package the test belongs to, and is controlled via `rustdoc`s +directory of the package the test belongs to, and is controlled via `rustdoc`'s `--test-run-directory` option. ## OPTIONS diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index ff04aed94..7cb952397 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -64,7 +64,7 @@ DESCRIPTION uses as the compilation directory of each documentation test. The working directory when running each documentation test is set to the root directory of the package the test belongs to, and is controlled via - rustdocs --test-run-directory option. + rustdoc’s --test-run-directory option. OPTIONS Test Options diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 18cddcb78..17296ded5 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -69,7 +69,7 @@ For documentation tests, the working directory when invoking `rustdoc` is set to the workspace root directory, and is also the directory `rustdoc` uses as the compilation directory of each documentation test. The working directory when running each documentation test is set to the root -directory of the package the test belongs to, and is controlled via `rustdoc`s +directory of the package the test belongs to, and is controlled via `rustdoc`'s `--test-run-directory` option. ## OPTIONS diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index fe9bf504d..59e7c047f 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -64,7 +64,7 @@ For documentation tests, the working directory when invoking \fBrustdoc\fR is se the workspace root directory, and is also the directory \fBrustdoc\fR uses as the compilation directory of each documentation test. The working directory when running each documentation test is set to the root -directory of the package the test belongs to, and is controlled via \fBrustdoc\fRs +directory of the package the test belongs to, and is controlled via \fBrustdoc\fR\[cq]s \fB\-\-test\-run\-directory\fR option. .SH "OPTIONS" .SS "Test Options"