improve man pages

* man/ruby.1, man/erb.1, man/goruby.1, man/irb.1:
  fix document title formatting and volume name,
  improve "REPORTING BUGS" section: fix mdoc formatting error
  (wrong macro for bullet list items), small rewordings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2017-04-20 07:46:22 +00:00
parent 760472349d
commit cafa438f80
4 changed files with 23 additions and 18 deletions

View File

@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>. .\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd November 15, 2012 .Dd November 15, 2012
.Dt ERB(1) "" "Ruby Programmers Reference Guide" .Dt ERB \&1 "Ruby Programmer's Reference Guide"
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
.Nm erb .Nm erb
@ -143,15 +143,17 @@ class.
.Pp .Pp
.Sh REPORTING BUGS .Sh REPORTING BUGS
.Bl -bullet .Bl -bullet
.Li Security vulnerabilities should be reported via an email to .It
.Aq security@ruby-lang.org . Security vulnerabilities should be reported via an email to
.Mt security@ruby-lang.org .
Reported problems will be published after being fixed. Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .It
Other bugs and feature requests can be reported via the
Ruby Issue Tracking System Ruby Issue Tracking System
.Pq Lk https://bugs.ruby-lang.org/ . .Pq Lk https://bugs.ruby-lang.org/ .
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via this system because it publishes the vulnerabilities immediately.
.El .El
.Sh AUTHORS .Sh AUTHORS
Written by Masatoshi SEKI. Written by Masatoshi SEKI.

View File

@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>. .\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd November 15, 2012 .Dd November 15, 2012
.Dt GORUBY(1) "" "Ruby Programmers Reference Guide" .Dt GORUBY \&1 "Ruby Programmer's Reference Guide"
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
.Nm goruby .Nm goruby

View File

@ -1,6 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>. .\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd November 15, 2012 .Dd November 15, 2012
.Dt IRB(1) "" "Ruby Programmers Reference Guide" .Dt IRB \&1 "Ruby Programmer's Reference Guide"
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
.Nm irb .Nm irb
@ -159,15 +159,17 @@ Personal irb initialization.
.Pp .Pp
.Sh REPORTING BUGS .Sh REPORTING BUGS
.Bl -bullet .Bl -bullet
.Li Security vulnerabilities should be reported via an email to .It
.Aq security@ruby-lang.org . Security vulnerabilities should be reported via an email to
.Mt security@ruby-lang.org .
Reported problems will be published after being fixed. Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .It
Other bugs and feature requests can be reported via the
Ruby Issue Tracking System Ruby Issue Tracking System
.Pq Lk https://bugs.ruby-lang.org/ . .Pq Lk https://bugs.ruby-lang.org/ .
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via this system because it publishes the vulnerabilities immediately.
.El .El
.Sh AUTHORS .Sh AUTHORS
Written by Keiju ISHITSUKA. Written by Keiju ISHITSUKA.

View File

@ -1,7 +1,6 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>. .\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
.Dd October 31, 2015 .Dd October 31, 2015
.Dt RUBY(1) "" "Ruby Programmers Reference Guide" .Dt RUBY \&1 "Ruby Programmer's Reference Guide"
.\".Dt RUBY 1
.Os UNIX .Os UNIX
.Sh NAME .Sh NAME
.Nm ruby .Nm ruby
@ -641,15 +640,17 @@ Comprehensive catalog of Ruby libraries.
.Pp .Pp
.Sh REPORTING BUGS .Sh REPORTING BUGS
.Bl -bullet .Bl -bullet
.Li Security vulnerabilities should be reported via an email to .It
.Aq security@ruby-lang.org . Security vulnerabilities should be reported via an email to
Reported problems will be published after they've been fixed. .Mt security@ruby-lang.org .
Reported problems will be published after being fixed.
.Pp .Pp
.Li And you can report other bugs and feature requests via the .It
Other bugs and feature requests can be reported via the
Ruby Issue Tracking System Ruby Issue Tracking System
.Pq Lk https://bugs.ruby-lang.org/ . .Pq Lk https://bugs.ruby-lang.org/ .
Do not report security vulnerabilities Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately. via this system because it publishes the vulnerabilities immediately.
.El .El
.Sh AUTHORS .Sh AUTHORS
Ruby is designed and implemented by Ruby is designed and implemented by