about summary refs log tree commit diff
diff options
context:
space:
mode:
authorqpid <sauravsachidanand@gmail.com>2016-02-06 11:02:47 +0530
committerqpid <sauravsachidanand@gmail.com>2016-02-06 11:02:47 +0530
commit61e4f2eb71ec51fb572cce03d262dfa1281b81ed (patch)
tree6fcb7c67320643e7360c3d9dadb0fc0c1cf5cde1
parent34af2de4096b3b1c5d3a5b70171c6e27822aaefb (diff)
downloadrust-61e4f2eb71ec51fb572cce03d262dfa1281b81ed.tar.gz
rust-61e4f2eb71ec51fb572cce03d262dfa1281b81ed.zip
Removed .UR from rustdoc man page
-rw-r--r--man/rustdoc.110
1 files changed, 3 insertions, 7 deletions
diff --git a/man/rustdoc.1 b/man/rustdoc.1
index b710c2c3a25..ae14c9d7828 100644
--- a/man/rustdoc.1
+++ b/man/rustdoc.1
@@ -8,10 +8,8 @@ rustdoc \- generate documentation from Rust source code
 .SH DESCRIPTION
 This tool generates API reference documentation by extracting comments from
 source code written in the Rust language, available at
-.UR https://www.rust\-lang.org
-.UE .
-It accepts several input formats and provides several output formats
-for the generated documentation.
+<\fBhttps://www.rust-lang.org\fR>. It accepts several input formats and
+provides several output formats for the generated documentation.
 
 .SH OPTIONS
 
@@ -131,9 +129,7 @@ The generated HTML can be viewed with any standard web browser.
 .BR rustc (1)
 
 .SH "BUGS"
-See
-.UR https://github.com/rust\-lang/rust/issues
-.UE
+See <\fBhttps://github.com/rust\-lang/rust/issues\fR>
 for issues.
 
 .SH "AUTHOR"