aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 11:21:52 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 11:21:52 +0000
commit1c719df3525523e9b70636ba9ff63ab56b92d59b (patch)
treeb6e6aba53e6ffd96de5144c020b9101037195d71
parent17bd387bd0b36b7a89621de3cf42fc64294485c5 (diff)
downloadruby-1c719df3525523e9b70636ba9ff63ab56b92d59b.tar.gz
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). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--man/erb.13
-rw-r--r--man/irb.13
-rw-r--r--man/ri.13
-rw-r--r--man/ruby.113
5 files changed, 19 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 762dffe745..663a3511e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Sep 23 20:05:27 2016 Akinori MUSHA <knu@iDaemons.org>
+
+ * 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@ruby-lang.org>
* lib/forwardable.rb (_delegator_method): allow private methods to
diff --git a/man/erb.1 b/man/erb.1
index 9fe73c1594..08f75a4c4b 100644
--- a/man/erb.1
+++ b/man/erb.1
@@ -149,7 +149,8 @@ class.
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
diff --git a/man/irb.1 b/man/irb.1
index a2787ce4a3..b167d89b50 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -165,7 +165,8 @@ Personal irb initialization.
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
diff --git a/man/ri.1 b/man/ri.1
index df55746162..0aeb7bca40 100644
--- a/man/ri.1
+++ b/man/ri.1
@@ -172,7 +172,8 @@ Searches user-wide documents here.
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
diff --git a/man/ruby.1 b/man/ruby.1
index 75efb79e66..9fb38f9151 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
-.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
.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.
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
.An Yukihiro Matsumoto Aq matz@netlab.jp .
.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.