diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2014-04-14 23:55:40 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-15 19:45:00 -0700 |
| commit | efc285b7e61e36e0bc9a3399a52c88966ada32f0 (patch) | |
| tree | 10220d3477ecfdad0faa8a40e82419e15025bca0 | |
| parent | 8f3c2a6ffdd578eb0213c365fa75e9622167d63e (diff) | |
Change AUTHORS section in the man pages
The man pages no longer contain Graydon Hoare as the project lead. Fix #13509.
| -rw-r--r-- | man/rustc.1 | 3 | ||||
| -rw-r--r-- | man/rustdoc.1 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 8fc6828ced1..41ca56f2aba 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -182,8 +182,7 @@ rustdoc See <\fBhttps://github.com/mozilla/rust/issues\fR> for issues. .SH "AUTHOR" -See \fBAUTHORS.txt\fR in the rust source distribution. Graydon Hoare -<\fIgraydon@mozilla.com\fR> is the project leader. +See \fBAUTHORS.txt\fR in the Rust source distribution. .SH "COPYRIGHT" This work is dual-licensed under Apache 2.0 and MIT terms. See \fBCOPYRIGHT\fR diff --git a/man/rustdoc.1 b/man/rustdoc.1 index bf0b6a95187..04eab3e382c 100644 --- a/man/rustdoc.1 +++ b/man/rustdoc.1 @@ -90,8 +90,7 @@ rustc See <\fBhttps://github.com/mozilla/rust/issues\fR> for issues. .SH "AUTHOR" -See \fBAUTHORS.txt\fR in the rust source distribution. Graydon Hoare -<\fIgraydon@mozilla.com\fR> is the project leader. +See \fBAUTHORS.txt\fR in the Rust source distribution. .SH "COPYRIGHT" This work is dual-licensed under Apache 2.0 and MIT terms. See \fBCOPYRIGHT\fR |
