about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2016-08-06 15:01:20 +0300
committerGitHub <noreply@github.com>2016-08-06 15:01:20 +0300
commitd9cc84b6f99a29b97f8d3c96c17de33e64702186 (patch)
tree38dcdcf64619f151006fad5a38935e0f8b9c6b2a
parentc1fe071cfd6371f39a6c9b0e9a896e068257ee35 (diff)
parent91f970429998fa237eefb82cdeecd3a9d55f243c (diff)
Rollup merge of #35287 - dns2utf8:man_page_rustc, r=nikomatsakis
Update the man page rustc.1

Should the page become a generated one so the version is allways up to date?
-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 fa61afd3be5..edbc6cea026 100644
--- a/man/rustc.1
+++ b/man/rustc.1
@@ -1,4 +1,4 @@
-.TH RUSTC "1" "August 2015" "rustc 1.2.0" "User Commands"
+.TH RUSTC "1" "August 2016" "rustc 1.12.0" "User Commands"
 .SH NAME
 rustc \- The Rust compiler
 .SH SYNOPSIS
@@ -299,7 +299,7 @@ To build an executable with debug info:
 See https://github.com/rust\-lang/rust/issues for issues.
 
 .SH "AUTHOR"
-See \fIAUTHORS.txt\fR in the Rust source distribution.
+See https://github.com/rust\-lang/rust/graphs/contributors or use `git log --all --format='%cN <%cE>' | sort -u` in the rust source distribution.
 
 .SH "COPYRIGHT"
 This work is dual\[hy]licensed under Apache\ 2.0 and MIT terms.
diff --git a/man/rustdoc.1 b/man/rustdoc.1
index ae14c9d7828..3fb5757f4ff 100644
--- a/man/rustdoc.1
+++ b/man/rustdoc.1
@@ -1,4 +1,4 @@
-.TH RUSTDOC "1" "August 2015" "rustdoc 1.2.0" "User Commands"
+.TH RUSTDOC "1" "August 2016" "rustdoc 1.12.0" "User Commands"
 .SH NAME
 rustdoc \- generate documentation from Rust source code
 .SH SYNOPSIS