Auto merge of #31433 - nagisa:fix-man-ur, r=brson

seems to not work on OS X (or requires label, which would make link repeat twice on non-OS X)

Fixes https://github.com/rust-lang/rust/issues/31432
This commit is contained in:
bors 2016-02-07 10:33:36 +00:00
commit f50fb159e9
1 changed files with 2 additions and 7 deletions

View File

@ -6,9 +6,7 @@ rustc \- The Rust compiler
[\fIOPTIONS\fR] \fIINPUT\fR
.SH DESCRIPTION
This program is a compiler for the Rust language, available at
.UR https://www.rust\-lang.org
.UE .
This program is a compiler for the Rust language, available at https://www.rust\-lang.org.
.SH OPTIONS
@ -298,10 +296,7 @@ To build an executable with debug info:
.BR rustdoc (1)
.SH "BUGS"
See
.UR https://github.com/rust\-lang/rust/issues
.UE
for issues.
See https://github.com/rust\-lang/rust/issues for issues.
.SH "AUTHOR"
See \fIAUTHORS.txt\fR in the Rust source distribution.