From 63be6899c6a35c24a33202edfec6e6419e5504b7 Mon Sep 17 00:00:00 2001 From: Arthur Gunn Date: Wed, 7 Nov 2012 13:33:54 +1100 Subject: [PATCH 1/3] Fixes for spelling and grammar in man pages. --- man/erb.1 | 2 +- man/goruby.1 | 8 ++++---- man/irb.1 | 4 ++-- man/ri.1 | 4 ++-- man/ruby.1 | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/erb.1 b/man/erb.1 index fc7438ef14fc0c..39170e284ce526 100644 --- a/man/erb.1 +++ b/man/erb.1 @@ -146,7 +146,7 @@ class. .Li Security vulnerabilities should be reported via an email to .Aq security@ruby-lang.org Ns .Li . -Reported problems will be published after fixed. +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 (http://bugs.ruby-lang.org). diff --git a/man/goruby.1 b/man/goruby.1 index f69b951a065f58..4a10e20f5126a3 100644 --- a/man/goruby.1 +++ b/man/goruby.1 @@ -4,7 +4,7 @@ .Os UNIX .Sh NAME .Nm goruby -.Nd Code-golfer's best friend +.Nd A code-golfer's best friend .Sh SYNOPSIS .Nm .Op options ... @@ -14,12 +14,12 @@ .Sh DESCRIPTION .Sy goruby is a kind of Ruby language processor -which recognizes extremely shorten programs as bellow; +which recognizes extremely shortened programs as below: .Bd -literal -offset indent rq"date";s De.td .Ed .Pp -This means +Which means: .Bd -literal -offset indent require"date";puts Date.today .Ed @@ -35,5 +35,5 @@ The stiff version of Ruby interpreter. .El .Pp .Sh AUTHORS -Originally written by Nobuyoshi Nakada and developed by +Originally written by Nobuyoshi Nakada and developed by the Ruby core team. diff --git a/man/irb.1 b/man/irb.1 index 004a5ec855affa..1e7d9a22bde18d 100644 --- a/man/irb.1 +++ b/man/irb.1 @@ -27,7 +27,7 @@ .Pp .Sh DESCRIPTION .Nm -is the REPL(read-eval&print loop) environment for Ruby programs. +is the REPL(read-eval-print loop) environment for Ruby programs. .Pp .Sh OPTIONS .Bl -tag -width "1234567890123" -compact @@ -162,7 +162,7 @@ Personal irb initialization. .Li Security vulnerabilities should be reported via an email to .Aq security@ruby-lang.org Ns .Li . -Reported problems will be published after fixed. +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 (http://bugs.ruby-lang.org). diff --git a/man/ri.1 b/man/ri.1 index 3225c4bed5e05d..6837161316be9d 100644 --- a/man/ri.1 +++ b/man/ri.1 @@ -18,7 +18,7 @@ .Op Ar target ... .Sh DESCRIPTION .Nm -is a CUI front end for the Ruby API reference. +is a CLI front end for the Ruby API reference. You can search and read API reference for classes and methods with .Nm . .Pp @@ -168,7 +168,7 @@ Searches user-wide documents here. .Li Security vulnerabilities should be reported via an email to .Aq security@ruby-lang.org Ns .Li . -Reported problems will be published after fixed. +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 (http://bugs.ruby-lang.org). diff --git a/man/ruby.1 b/man/ruby.1 index cff48cd76029df..b2a8900d99a950 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -32,7 +32,7 @@ .Sh DESCRIPTION Ruby is an interpreted scripting language for quick and easy object-oriented programming. It has many features to process text -files and to do system management tasks (as in Perl). It is simple, +files and to do system management tasks (like in Perl). It is simple, straight-forward, and extensible. .Pp If you want a language for easy object-oriented programming, or you From 63d33f87675e448273695ac88a6a3db885681e01 Mon Sep 17 00:00:00 2001 From: Arthur Gunn Date: Wed, 7 Nov 2012 13:39:39 +1100 Subject: [PATCH 2/3] On Ruby's man page, suggest github as the place to got to find Ruby projects. RAA says it's been "under indefinite suspension" since 2005, Rubyforge sees very few updates. --- man/ruby.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man/ruby.1 b/man/ruby.1 index b2a8900d99a950..ecb7bc10029f3f 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -123,9 +123,8 @@ on-the-fly. Libraries called "builtin libraries" and "standard libraries" are bundled with Ruby. And you can obtain more libraries via the package management system called `RubyGems'. .Pp -Moreover there are thousands of Ruby projects in Rubyforge -.Pf ( "http://www.rubyforge.org" ) and RAA -.Pf ( "http://raa.ruby-lang.org" ) Ns . +Moreover there are thousands of Ruby projects on GitHub +.Pf ( "https://github.com/languages/Ruby" ) Ns . .El .Pp .Sh OPTIONS From 259716fb7f40ca9a945ec2eaaaf702b8d6c85583 Mon Sep 17 00:00:00 2001 From: Arthur Gunn Date: Wed, 7 Nov 2012 13:42:22 +1100 Subject: [PATCH 3/3] Bump the date in all man pages to today's date. --- man/erb.1 | 2 +- man/goruby.1 | 2 +- man/irb.1 | 2 +- man/rake.1 | 2 +- man/ri.1 | 2 +- man/ruby.1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/erb.1 b/man/erb.1 index 39170e284ce526..129f3e7c8934db 100644 --- a/man/erb.1 +++ b/man/erb.1 @@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto . -.Dd December 27, 2008 +.Dd November 7, 2012 .Dt ERB(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME diff --git a/man/goruby.1 b/man/goruby.1 index 4a10e20f5126a3..62a7bad23fe303 100644 --- a/man/goruby.1 +++ b/man/goruby.1 @@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto . -.Dd October 25, 2008 +.Dd November 7, 2012 .Dt GORUBY(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME diff --git a/man/irb.1 b/man/irb.1 index 1e7d9a22bde18d..543217e0993917 100644 --- a/man/irb.1 +++ b/man/irb.1 @@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto . -.Dd October 25, 2008 +.Dd November 7, 2012 .Dt IRB(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME diff --git a/man/rake.1 b/man/rake.1 index 9f5126b8393473..c8ba5dd82c270d 100644 --- a/man/rake.1 +++ b/man/rake.1 @@ -1,4 +1,4 @@ -.Dd November 30, 2008 +.Dd November 7, 2012 .Dt RAKE(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME diff --git a/man/ri.1 b/man/ri.1 index 6837161316be9d..5c467b32dfeec3 100644 --- a/man/ri.1 +++ b/man/ri.1 @@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto . -.Dd December 29, 2008 +.Dd November 7, 2012 .Dt RI(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME diff --git a/man/ruby.1 b/man/ruby.1 index ecb7bc10029f3f..2dd5c3c0c20459 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto . -.Dd October 25, 2008 +.Dd November 7, 2012 .Dt RUBY(1) "" "Ruby Programmers Reference Guide" .\".Dt RUBY 1 .Os UNIX