man/ruby.1: add trailing slash to URLs [ci-skip]

URLs without path component needs trailing slash.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2014-09-03 18:58:42 +00:00
parent 777d61faf4
commit 3c9e195f98
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 4 03:52:16 2014 Eric Wong <e@80x24.org>
* man/ruby.1: add trailing slash to URLs [ci-skip]
Wed Sep 3 19:10:28 2014 Tanaka Akira <akr@fsij.org>
* process.c (before_fork_ruby): Renamed from before_fork.

View File

@ -484,9 +484,9 @@ as bellow.
.Pp
.Sh SEE ALSO
.Bl -hang -compact -width "http://www.ruby-lang.org/123"
.It http://www.ruby-lang.org
.It http://www.ruby-lang.org/
The official web site.
.It https://www.ruby-toolbox.com
.It https://www.ruby-toolbox.com/
Comprehensive catalog of Ruby libraries.
.El
.Pp
@ -498,7 +498,7 @@ 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 (http://bugs.ruby-lang.org).
Ruby Issue Tracking System (http://bugs.ruby-lang.org/).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El