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

ruby-changes:44138

From: knu <ko1@a...>
Date: Fri, 23 Sep 2016 20:21:58 +0900 (JST)
Subject: [ruby-changes:44138] knu:r56211 (trunk): Use the `Lk` macro for hyperlinks

knu	2016-09-23 20:21:52 +0900 (Fri, 23 Sep 2016)

  New Revision: 56211

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56211

  Log:
    Use the `Lk` macro for hyperlinks
    
    * man/ruby.1, man/erb.1, man/irb.1, man/ri.1: Use the `Lk` macro
      for hyperlinks, which has been available since mdocml 1.5.1
      (released more than seven years ago).

  Modified files:
    trunk/ChangeLog
    trunk/man/erb.1
    trunk/man/irb.1
    trunk/man/ri.1
    trunk/man/ruby.1
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56210)
+++ ChangeLog	(revision 56211)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Sep 23 20:05:27 2016  Akinori MUSHA  <knu@i...>
+
+	* man/ruby.1, man/erb.1, man/irb.1, man/ri.1: Use the `Lk` macro
+	  for hyperlinks, which has been available since mdocml 1.5.1
+	  (released more than seven years ago).
+
 Fri Sep 23 15:47:04 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/forwardable.rb (_delegator_method): allow private methods to
Index: man/erb.1
===================================================================
--- man/erb.1	(revision 56210)
+++ man/erb.1	(revision 56211)
@@ -149,7 +149,8 @@ class. https://github.com/ruby/ruby/blob/trunk/man/erb.1#L149
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (https://bugs.ruby-lang.org).
+Ruby Issue Tracking System
+.Pq Lk https://bugs.ruby-lang.org/ .
 Do not report security vulnerabilities
 via the system because it publishes the vulnerabilities immediately.
 .El
Index: man/ri.1
===================================================================
--- man/ri.1	(revision 56210)
+++ man/ri.1	(revision 56211)
@@ -172,7 +172,8 @@ Searches user-wide documents here. https://github.com/ruby/ruby/blob/trunk/man/ri.1#L172
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (https://bugs.ruby-lang.org).
+Ruby Issue Tracking System
+.Pq Lk https://bugs.ruby-lang.org/ .
 Do not report security vulnerabilities
 via the system because it publishes the vulnerabilities immediately.
 .El
Index: man/irb.1
===================================================================
--- man/irb.1	(revision 56210)
+++ man/irb.1	(revision 56211)
@@ -165,7 +165,8 @@ Personal irb initialization. https://github.com/ruby/ruby/blob/trunk/man/irb.1#L165
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (https://bugs.ruby-lang.org).
+Ruby Issue Tracking System
+.Pq Lk https://bugs.ruby-lang.org/ .
 Do not report security vulnerabilities
 via the system because it publishes the vulnerabilities immediately.
 .El
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 56210)
+++ man/ruby.1	(revision 56211)
@@ -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
-.Aq Pa https://github.com/languages/Ruby .
+.Aq Lk https://github.com/languages/Ruby .
 .El
 .Pp
 .Sh OPTIONS
@@ -623,10 +623,10 @@ default: 262144 or 524288 https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L623
 .Pp
 .El
 .Sh SEE ALSO
-.Bl -hang -compact -width "https://www.ruby-lang.org/123"
-.It https://www.ruby-lang.org/
+.Bl -hang -compact -width "https://www.ruby-toolbox.com/"
+.It Lk https://www.ruby-lang.org/
 The official web site.
-.It https://www.ruby-toolbox.com/
+.It Lk https://www.ruby-toolbox.com/
 Comprehensive catalog of Ruby libraries.
 .El
 .Pp
@@ -638,7 +638,8 @@ Comprehensive catalog of Ruby libraries. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L638
 Reported problems will be published after they've been fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (https://bugs.ruby-lang.org/).
+Ruby Issue Tracking System
+.Pq Lk https://bugs.ruby-lang.org/ .
 Do not report security vulnerabilities
 via the system because it publishes the vulnerabilities immediately.
 .El
@@ -647,5 +648,5 @@ Ruby is designed and implemented by https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L648
 .An Yukihiro Matsumoto Aq matz@n... .
 .Pp
 See
-.Aq Pa https://bugs.ruby-lang.org/projects/ruby/wiki/Contributors
+.Aq Lk https://bugs.ruby-lang.org/projects/ruby/wiki/Contributors
 for contributors to Ruby.

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

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