summaryrefslogtreecommitdiff
path: root/man/goruby.1
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-15 04:22:44 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-15 04:22:44 +0000
commit5457b86aaf6dfa3191cd53eed7e32e4b5cc867e0 (patch)
tree3dc13acf37ff35fac83d23d8ea0f12389a1e3a8a /man/goruby.1
parent81d71fee9ba3be04209c2f157b16f06ec5054028 (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/goruby.1')
-rw-r--r--man/goruby.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/goruby.1 b/man/goruby.1
index f69b951a06..62a7bad23f 100644
--- a/man/goruby.1
+++ b/man/goruby.1
@@ -1,10 +1,10 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
-.Dd October 25, 2008
+.Dd November 7, 2012
.Dt GORUBY(1) "" "Ruby Programmers Reference Guide"
.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.