Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixes for spelling and grammar in man pages.
  • Loading branch information
gunn committed Nov 7, 2012
commit 63be6899c6a35c24a33202edfec6e6419e5504b7
2 changes: 1 addition & 1 deletion man/erb.1
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class.
.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).
Expand Down
8 changes: 4 additions & 4 deletions man/goruby.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
Expand All @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions man/irb.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions man/ri.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -168,7 +168,7 @@ Searches user-wide documents here.
.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).
Expand Down
2 changes: 1 addition & 1 deletion man/ruby.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down