aboutsummaryrefslogtreecommitdiffstats
path: root/man/erb.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/erb.1')
-rw-r--r--man/erb.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/erb.1 b/man/erb.1
index fc7438ef14..8c47e581d3 100644
--- a/man/erb.1
+++ b/man/erb.1
@@ -1,5 +1,5 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
-.Dd December 27, 2008
+.Dd November 7, 2012
.Dt ERB(1) "" "Ruby Programmers Reference Guide"
.Os UNIX
.Sh NAME
@@ -22,8 +22,8 @@ is a command line front-end for
.Li "ERB"
library, which is an implementation of eRuby.
.Pp
-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
+ERB provides an easy to use but powerful templating system for Ruby.
+Using ERB, actual Ruby code can be added to any plain text document for the
purposes of generating document information details and/or flow control.
.Pp
.Nm
@@ -146,7 +146,7 @@ class.
.Li Security vulnerabilities should be reported via an email to
.Aq security@ruby-lang.org 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).