Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1678072

Browse files
committedFeb 7, 2016
Auto merge of #31445 - saurvs:master, r=brson
Similar to #31432. Links do not show in OS X for the ```rustdoc``` man page.
2 parents 3623797 + 61e4f2e commit 1678072

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
 

‎man/rustdoc.1

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ rustdoc \- generate documentation from Rust source code
88
.SH DESCRIPTION
99
This tool generates API reference documentation by extracting comments from
1010
source code written in the Rust language, available at
11-
.UR https://www.rust\-lang.org
12-
.UE .
13-
It accepts several input formats and provides several output formats
14-
for the generated documentation.
11+
<\fBhttps://www.rust-lang.org\fR>. It accepts several input formats and
12+
provides several output formats for the generated documentation.
1513

1614
.SH OPTIONS
1715

@@ -131,9 +129,7 @@ The generated HTML can be viewed with any standard web browser.
131129
.BR rustc (1)
132130

133131
.SH "BUGS"
134-
See
135-
.UR https://github.com/rust\-lang/rust/issues
136-
.UE
132+
See <\fBhttps://github.com/rust\-lang/rust/issues\fR>
137133
for issues.
138134

139135
.SH "AUTHOR"

0 commit comments

Comments
 (0)
Please sign in to comment.