diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-15 04:22:44 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-15 04:22:44 +0000 |
commit | 5457b86aaf6dfa3191cd53eed7e32e4b5cc867e0 (patch) | |
tree | 3dc13acf37ff35fac83d23d8ea0f12389a1e3a8a /man/irb.1 | |
parent | 81d71fee9ba3be04209c2f157b16f06ec5054028 (diff) |
* man/erb.1: Fix grammar and copyright dates
* man/goruby.1: ditto
* man/irb.1: ditto
* man/rake.1: ditto
* man/ri.1: ditto
* man/ruby.1: ditto
Patch by Arthur Gunn
[Fixes Github #210]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man/irb.1')
-rw-r--r-- | man/irb.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ .\"Ruby is copyrighted by Yukihiro Matsumoto <[email protected]>. -.Dd October 25, 2008 +.Dd November 7, 2012 .Dt IRB(1) "" "Ruby Programmers Reference Guide" .Os UNIX .Sh NAME @@ -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 [email protected] 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). |