ruby-changes:17975
From: kazu <ko1@a...>
Date: Wed, 1 Dec 2010 20:15:56 +0900 (JST)
Subject: [ruby-changes:17975] Ruby:r29995 (trunk): fix typos in man
kazu 2010-12-01 20:07:03 +0900 (Wed, 01 Dec 2010) New Revision: 29995 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29995 Log: fix typos in man Modified files: trunk/man/erb.1 trunk/man/irb.1 trunk/man/rake.1 trunk/man/ri.1 trunk/man/ruby.1 Index: man/ruby.1 =================================================================== --- man/ruby.1 (revision 29994) +++ man/ruby.1 (revision 29995) @@ -161,7 +161,7 @@ .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 @@ can be one of; .Bl -hang -offset indent .It Sy insns -disassembed instructions +disassembled instructions .Pp .El .Pp @@ -502,7 +502,7 @@ .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 Index: man/rake.1 =================================================================== --- man/rake.1 (revision 29994) +++ man/rake.1 (revision 29995) @@ -37,7 +37,7 @@ .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 Index: man/erb.1 =================================================================== --- man/erb.1 (revision 29994) +++ man/erb.1 (revision 29995) @@ -22,7 +22,7 @@ .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 @@ .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 @@ .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 @@ .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 @@ .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. Index: man/ri.1 =================================================================== --- man/ri.1 (revision 29994) +++ man/ri.1 (revision 29995) @@ -173,7 +173,7 @@ .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 Index: man/irb.1 =================================================================== --- man/irb.1 (revision 29994) +++ man/irb.1 (revision 29995) @@ -41,7 +41,7 @@ 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 @@ .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 @@ .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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/