about summary refs log tree commit diff
path: root/man/rustc.1
diff options
context:
space:
mode:
authorGavin Baker <gavinb@antonym.org>2013-07-07 14:06:54 +1000
committerGavin Baker <gavinb@antonym.org>2013-07-07 14:45:39 +1000
commit4f2ee0ef3a080ba5cc922dcd96c1fe9a0136e979 (patch)
tree5324e3e90e515db95e6081026f47179ed0b3cc3b /man/rustc.1
parenta9f178c148858b3b121aaf849907905262a41a6c (diff)
downloadrust-4f2ee0ef3a080ba5cc922dcd96c1fe9a0136e979.tar.gz
rust-4f2ee0ef3a080ba5cc922dcd96c1fe9a0136e979.zip
Create man pages for rust tools
Diffstat (limited to 'man/rustc.1')
-rw-r--r--man/rustc.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/rustc.1 b/man/rustc.1
index 4e76749f707..2298d5e5455 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -86,10 +86,10 @@ Build a test harness
 \fB\-\-target\fR TRIPLE
 Target triple cpu-manufacturer-kernel[-os] to compile for (see
 http://sources.redhat.com/autobook/autobook/autobook_17.html
-for detail)
+for details)
 .TP
 \fB\-\-target-feature\fR TRIPLE
-Target-specific attributes (see llc -mattr=help for detail)
+Target-specific attributes (see llc -mattr=help for details)
 .TP
 \fB\-\-android-cross-path\fR PATH
 The path to the Android NDK
@@ -128,6 +128,9 @@ To build either with a crate (.rc) file:
 To build an executable with debug info (experimental):
     $ rustc -Z debug-info -o hello hello.rs
 
+.SH "SEE ALSO"
+
+rust, rustdoc, rustpkg, rusti
 
 .SH "BUGS"
 See <\fBhttps://github.com/mozilla/rust/issues\fR> for issues.