Skip to content

Commit f50fb15

Browse files
committed
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 #31432
2 parents e548d6c + 65921ca commit f50fb15

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

man/rustc.1

+2-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ rustc \- The Rust compiler
66
[\fIOPTIONS\fR] \fIINPUT\fR
77

88
.SH DESCRIPTION
9-
This program is a compiler for the Rust language, available at
10-
.UR https://www.rust\-lang.org
11-
.UE .
9+
This program is a compiler for the Rust language, available at https://www.rust\-lang.org.
1210

1311
.SH OPTIONS
1412

@@ -298,10 +296,7 @@ To build an executable with debug info:
298296
.BR rustdoc (1)
299297

300298
.SH "BUGS"
301-
See
302-
.UR https://github.com/rust\-lang/rust/issues
303-
.UE
304-
for issues.
299+
See https://github.com/rust\-lang/rust/issues for issues.
305300

306301
.SH "AUTHOR"
307302
See \fIAUTHORS.txt\fR in the Rust source distribution.

0 commit comments

Comments
 (0)