From c622a427bff3ae51788c78c3e63ce316fef6f85c Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Thu, 4 Aug 2016 12:06:49 +0200 Subject: [PATCH 1/2] Update the man page rustc.1 --- man/rustc.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rustc.1 b/man/rustc.1 index fa61afd3be582..edbc6cea02664 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. From 91f970429998fa237eefb82cdeecd3a9d55f243c Mon Sep 17 00:00:00 2001 From: Stefan Schindler Date: Thu, 4 Aug 2016 12:12:10 +0200 Subject: [PATCH 2/2] Update rustdoc version --- man/rustdoc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rustdoc.1 b/man/rustdoc.1 index ae14c9d78287f..3fb5757f4ff24 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