From: Surma Date: Thu, 12 Apr 2018 10:42:19 +0000 (+0200) Subject: Remove parens X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~76^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f575a6d950510838fc7a0a8954e41715c3187523;p=cargo.git Remove parens --- diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 5b708b4e0..74c1675cd 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -99,7 +99,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 18c16c63d..c2128a15f 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -88,7 +88,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index e4457ad72..7e348015d 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -88,7 +88,7 @@ Check for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index e955e08d0..d4af42453 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -73,7 +73,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifestsrc/etc/man/cargo-doc.1 to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index 3f794ec5c..f541f5127 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -32,7 +32,7 @@ Ignore warnings about a lack of human\-usable metadata. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index f17bef232..354852648 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -67,7 +67,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 40dcc5af3..45b99e183 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -123,7 +123,7 @@ Build for the target triple. .RE .TP .B \-\-manifest\-path \f[I]PATH\f[] -Path to the manifest (Cargo.toml) to compile. +Path to the Cargo.toml to compile. .RS .RE .TP