[前][次][番号順一覧][スレッド一覧]

ruby-changes:27588

From: knu <ko1@a...>
Date: Fri, 8 Mar 2013 20:17:02 +0900 (JST)
Subject: [ruby-changes:27588] knu:r39640 (trunk): * man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.

knu	2013-03-08 20:16:00 +0900 (Fri, 08 Mar 2013)

  New Revision: 39640

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39640

  Log:
    * man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.

  Modified files:
    trunk/ChangeLog
    trunk/man/rake.1
    trunk/man/ruby.1

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39639)
+++ ChangeLog	(revision 39640)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Mar  8 19:44:00 2013  Akinori MUSHA  <knu@i...>
+
+	* 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@z...>
 
 	* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 39639)
+++ man/ruby.1	(revision 39640)
@@ -124,7 +124,7 @@ Libraries called "builtin libraries" and https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L124
 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 https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L513
 Ruby is designed and implemented by
 .An Yukihiro Matsumoto Aq matz@n... .
 .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.
Index: man/rake.1
===================================================================
--- man/rake.1	(revision 39639)
+++ man/rake.1	(revision 39640)
@@ -191,12 +191,13 @@ The standard directory containing system https://github.com/ruby/ruby/blob/trunk/man/rake.1#L191
 .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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]