From ea5c8eb2c9ca9af16a141b0e9b0f22c1b99b0495 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 26 May 2015 16:03:41 -0700 Subject: [PATCH 1/2] Bump manpage date and version for 1.2.0-dev. Estimating August as the release date for 1.2.0. --- man/rustc.1 | 2 +- man/rustdoc.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rustc.1 b/man/rustc.1 index b15829db431df..36f4e529b6c52 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -1,4 +1,4 @@ -.TH RUSTC "1" "March 2014" "rustc 0.13.0" "User Commands" +.TH RUSTC "1" "August 2015" "rustc 1.2.0" "User Commands" .SH NAME rustc \- The Rust compiler .SH SYNOPSIS diff --git a/man/rustdoc.1 b/man/rustdoc.1 index 1738354fb43d5..b710c2c3a2560 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -1,4 +1,4 @@ -.TH RUSTDOC "1" "March 2014" "rustdoc 0.13.0" "User Commands" +.TH RUSTDOC "1" "August 2015" "rustdoc 1.2.0" "User Commands" .SH NAME rustdoc \- generate documentation from Rust source code .SH SYNOPSIS From bb61b0b8bb7c078bfa035cd5c392f029802b49ec Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 26 May 2015 16:06:43 -0700 Subject: [PATCH 2/2] Update rustc manpage. rustc -C target-cpu=help is no longer supported. Recommend the llc tool intead like 'rustc --help'. --- man/rustc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rustc.1 b/man/rustc.1 index 36f4e529b6c52..0cb1c5dc32b8e 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -160,7 +160,7 @@ If the value is 'help', then a list of available CPUs is printed. \fBtarget\-feature\fR='\fI+feature1\fR,\fI\-feature2\fR' A comma\[hy]separated list of features to enable or disable for the target. A preceding '+' enables a feature while a preceding '\-' disables it. -Available features can be discovered through \fItarget\-cpu=help\fR. +Available features can be discovered through \fIllc -mcpu=help\fR. .TP \fBpasses\fR=\fIval\fR A space\[hy]separated list of extra LLVM passes to run.