Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/sed Improve previous change with better wording.



details:   https://anonhg.NetBSD.org/src/rev/33b17ffa5841
branches:  trunk
changeset: 781865:33b17ffa5841
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Oct 04 19:28:36 2012 +0000

description:
Improve previous change with better wording.

diffstat:

 usr.bin/sed/sed.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0019b603f576 -r 33b17ffa5841 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Thu Oct 04 19:09:20 2012 +0000
+++ b/usr.bin/sed/sed.1 Thu Oct 04 19:28:36 2012 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index