1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
knu 2013-03-08 11:16:00 +00:00
parent 1a633537f8
commit 6f59a8b4a2
3 changed files with 12 additions and 5 deletions

View file

@ -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()

View file

@ -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

View file

@ -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.