From bb9464dea8f8f49facfe727a9f9816be98d3aed4 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 1 Dec 2010 11:07:03 +0000 Subject: fix typos in man git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- man/erb.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/erb.1') 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. -- cgit v1.2.3