about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Schindler <dns2utf8@estada.ch>2016-08-04 12:06:49 +0200
committerStefan Schindler <dns2utf8@estada.ch>2016-08-04 12:06:49 +0200
commitc622a427bff3ae51788c78c3e63ce316fef6f85c (patch)
treea314bed20f6770ef218cf4ad5dfca78d1210258b
parent271d048523b6c1b0e773d9e5cc76bbb997cc180c (diff)
downloadrust-c622a427bff3ae51788c78c3e63ce316fef6f85c.tar.gz
rust-c622a427bff3ae51788c78c3e63ce316fef6f85c.zip
Update the man page rustc.1
-rw-r--r--man/rustc.14
1 files changed, 2 insertions, 2 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.