summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-08 11:16:00 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-08 11:16:00 +0000
commit6f59a8b4a23b5e106b2e14981a2b9cc2628f851e (patch)
treec9ace7e8653fda27d4c6ea90850bfb0797b2b1a4
parent1a633537f8ca8210cb851ef34103c8befecb6c03 (diff)
* man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--man/rake.17
-rw-r--r--man/ruby.16
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b9f1a93d..59426a840a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 8 19:44:00 2013 Akinori MUSHA <knu@iDaemons.org>
+
+ * man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.
+
Fri Mar 8 13:20:00 2013 Zachary Scott <zachary@zacharyscott.net>
* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()
diff --git a/man/rake.1 b/man/rake.1
index 40e011000b..265112fca5 100644
--- a/man/rake.1
+++ b/man/rake.1
@@ -191,12 +191,13 @@ The standard directory containing system wide rake files on Win 32 systems.
.Xr ruby 1
.Xr make 1
.Pp
-http://rake.rubyforge.org/
+.Pa http://rake.rubyforge.org/
.Sh REPORTING BUGS
Bugs, features requests and other issues can be logged at
-<\fBhttp://onestepback.org/redmine/projects/show/rake\fR>.
+.Aq Pa http://onestepback.org/redmine/projects/show/rake .
.Pp
-You will need an account to before you can post issues. Register at <\fBhttp://onestepback.org/redmine/account/register\fR>.
+You will need an account to before you can post issues. Register at
+.Aq Pa http://onestepback.org/redmine/account/register .
Or you can send an email to the author.
.Sh AUTHOR
.Nm Rake
diff --git a/man/ruby.1 b/man/ruby.1
index 3a60215365..0a9ba58df1 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -124,7 +124,7 @@ Libraries called "builtin libraries" and "standard libraries" are bundled with R
And you can obtain more libraries via the package management system called `RubyGems'.
.Pp
Moreover there are thousands of Ruby projects on GitHub
-.Pf <\fBhttps://github.com/languages/Ruby\fR> Ns .
+.Aq Pa https://github.com/languages/Ruby .
.El
.Pp
.Sh OPTIONS
@@ -513,4 +513,6 @@ via the system because it publishes the vulnerabilities immediately.
Ruby is designed and implemented by
.An Yukihiro Matsumoto Aq matz@netlab.jp .
.Pp
-See <\fBhttp://bugs.ruby-lang.org/wiki/ruby/Contributors\fR> for contributors to Ruby.
+See
+.Aq Pa http://bugs.ruby-lang.org/wiki/ruby/Contributors
+for contributors to Ruby.