Module Name:    src
Committed By:   dholland
Date:           Thu Oct  4 19:28:36 UTC 2012

Modified Files:
        src/usr.bin/sed: sed.1

Log Message:
Improve previous change with better wording.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/usr.bin/sed/sed.1:1.29
--- src/usr.bin/sed/sed.1:1.28	Tue Oct  2 14:15:04 2012
+++ src/usr.bin/sed/sed.1	Thu Oct  4 19:28:36 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sed.1,v 1.28 2012/10/02 14:15:04 abs Exp $
+.\"	$NetBSD: sed.1,v 1.29 2012/10/04 19:28:36 dholland Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -196,8 +196,8 @@ 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
-are specified, the last regular expression encountered is used instead.
+If a regular expression is empty, with nothing between the delimiter
+characters, 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
 compile-time.

Reply via email to