Module Name: src
Committed By: abs
Date: Tue Oct 2 14:15:04 UTC 2012
Modified Files:
src/usr.bin/sed: sed.1
Log Message:
"i.e." -> "i.e.," - from Snader_LB on IRC
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/sed/sed.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/sed/sed.1
diff -u src/usr.bin/sed/sed.1:1.27 src/usr.bin/sed/sed.1:1.28
--- src/usr.bin/sed/sed.1:1.27 Sun Sep 21 16:46:01 2008
+++ src/usr.bin/sed/sed.1 Tue Oct 2 14:15:04 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sed.1,v 1.27 2008/09/21 16:46:01 wiz Exp $
+.\" $NetBSD: sed.1,v 1.28 2012/10/02 14:15:04 abs Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd September 21, 2008
+.Dd October 2, 2012
.Dt SED 1
.Os
.Sh NAME
@@ -196,7 +196,7 @@ One special feature of
.Nm
regular expressions is that they can default to the last regular
expression used.
-If a regular expression is empty, i.e. just the delimiter characters
+If a regular expression is empty, i.e., just the delimiter characters
are specified, the last regular expression encountered is used instead.
The last regular expression is defined as the last regular expression
used as part of an address or substitute command, and at run-time, not