summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/erb.110
-rw-r--r--man/irb.16
-rw-r--r--man/rake.12
-rw-r--r--man/ri.12
-rw-r--r--man/ruby.16
5 files changed, 13 insertions, 13 deletions
diff --git a/man/erb.1 b/man/erb.1
index 80b564a061..29c21b8a88 100644
--- a/man/erb.1
+++ b/man/erb.1
@@ -22,7 +22,7 @@ is a command line front-end for
.Li "ERB"
library, which is an implementation of eRuby.
.Pp
-eRuby provdes an easy to use but powerful templating system for Ruby.
+eRuby provides an easy to use but powerful templating system for Ruby.
Using eRuby, actual Ruby code can be added to any plain text document for the
purposes of generating document information details and/or flow control.
.Pp
@@ -41,7 +41,7 @@ Prints the version of
.It Fl -encoding Ar external Ns Op : Ns Ar internal
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
.Pp
-You can ommit the one for internal encodings, then the value
+You can omit the one for internal encodings, then the value
.Pf ( Li "Encoding.default_internal" ) will be nil.
.Pp
.It Fl P
@@ -80,7 +80,7 @@ And leading whitespaces are removed if the erb directive starts with
.Pp
.It Fl U
can be one of
-Sets the defalut value for internal encodings
+Sets the default value for internal encodings
.Pf ( Li "Encoding.default_internal" ) to UTF-8.
.Pp
.It Fl d
@@ -91,7 +91,7 @@ will be set to true.
.Pp
.It Fl h
.It Fl -help
-Prints a summry of the options.
+Prints a summary of the options.
.Pp
.It Fl n
Used with
@@ -151,7 +151,7 @@ Reported problems will be published after fixed.
.Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
Do not report security vulnerabilities
-via the system because it publishes the vulnerabilities immedately.
+via the system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Written by Masatoshi SEKI.
diff --git a/man/irb.1 b/man/irb.1
index dc78baeff7..451b2d8d9b 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -41,7 +41,7 @@ Prints the version of
Same as `ruby -E' .
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
.Pp
-You can ommit the one for internal encodings, then the value
+You can omit the one for internal encodings, then the value
.Pf ( Li "Encoding.default_internal" ) will be nil.
.Pp
.It Fl I Ar path
@@ -52,7 +52,7 @@ directory
.Pp
.It Fl U
Same as `ruby -U' .
-Sets the defalut value for internal encodings
+Sets the default value for internal encodings
.Pf ( Li "Encoding.default_internal" ) to UTF-8.
.Pp
.It Fl d
@@ -167,7 +167,7 @@ Reported problems will be published after fixed.
.Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
Do not report security vulnerabilities
-via the system because it publishes the vulnerabilities immedately.
+via the system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Written by Keiju ISHITSUKA.
diff --git a/man/rake.1 b/man/rake.1
index 2f80dbf7f4..9f5126b839 100644
--- a/man/rake.1
+++ b/man/rake.1
@@ -37,7 +37,7 @@ No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or
.It
Users can specify tasks with prerequisites.
.It
-Rake supports rule patterns to sythesize implicit tasks.
+Rake supports rule patterns to synthesize implicit tasks.
.It
Flexible FileLists that act like arrays but know about manipulating file names and paths.
.It
diff --git a/man/ri.1 b/man/ri.1
index baced73528..ee3463a1a9 100644
--- a/man/ri.1
+++ b/man/ri.1
@@ -173,7 +173,7 @@ Reported problems will be published after fixed.
.Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
Do not report security vulnerabilities
-via the system because it publishes the vulnerabilities immedately.
+via the system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Written by Dave Thomas
diff --git a/man/ruby.1 b/man/ruby.1
index 2d3f63388a..0f6f199725 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -161,7 +161,7 @@ Causes Ruby to switch to the directory.
.It Fl -encoding Ar external Ns Op : Ns Ar internal
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
.Pp
-You can ommit the one for internal encodings, then the value
+You can omit the one for internal encodings, then the value
.Pf ( Li "Encoding.default_internal" ) will be nil.
.Pp
.It Fl F Ar pattern
@@ -413,7 +413,7 @@ Prints the specified target.
can be one of;
.Bl -hang -offset indent
.It Sy insns
-disassembed instructions
+disassembled instructions
.Pp
.El
.Pp
@@ -502,7 +502,7 @@ Reported problems will be published after they've been fixed.
.Li And you can report other bugs and feature requests via the
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
Do not report security vulnerabilities
-via the system because it publishes the vulnerabilities immedately.
+via the system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Ruby is designed and implemented by