about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-27 22:08:54 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-28 01:12:31 +0530
commit6090d15e93ae4ffe06bd87568d9eac8d0013e61b (patch)
treee780d2f0de76b1ec57b893c32d5ebabade4856e8
parentaec0a4ba8378c51c6e4669768b59141040dcd1a8 (diff)
parentbb61b0b8bb7c078bfa035cd5c392f029802b49ec (diff)
downloadrust-6090d15e93ae4ffe06bd87568d9eac8d0013e61b.tar.gz
rust-6090d15e93ae4ffe06bd87568d9eac8d0013e61b.zip
Rollup merge of #25807 - rillian:manpages, r=alexcrichton
Quick update to fix two manpage issues I noticed in #25689.
-rw-r--r--man/rustc.14
-rw-r--r--man/rustdoc.12
2 files changed, 3 insertions, 3 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index b15829db431..0cb1c5dc32b 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
@@ -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.
diff --git a/man/rustdoc.1 b/man/rustdoc.1
index 1738354fb43..b710c2c3a25 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