diff options
| author | bors <bors@rust-lang.org> | 2016-02-07 10:33:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-02-07 10:33:36 +0000 |
| commit | f50fb159e97eee82b4ff6abaa4003a49d6fe680f (patch) | |
| tree | 00ea6f20d42392dec92962dbde42397226ee8271 /man | |
| parent | e548d6c08f87c6a0a15a91c21df0990112b5a7f4 (diff) | |
| parent | 65921ca13cb5b30e274850f7e030ff9312da7330 (diff) | |
| download | rust-f50fb159e97eee82b4ff6abaa4003a49d6fe680f.tar.gz rust-f50fb159e97eee82b4ff6abaa4003a49d6fe680f.zip | |
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
Diffstat (limited to 'man')
| -rw-r--r-- | man/rustc.1 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 3d7fc7f6bf4..0b8b1559d90 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -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. |
