summaryrefslogtreecommitdiff
path: root/usr.bin/sed/sed.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-11 21:40:09 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-11 21:40:09 +0000
commit80e5779001a9337a84f29f2a1e46f0022fb98026 (patch)
treee15e37ecf0918c142b82398da2f0dee4a897b4ca /usr.bin/sed/sed.1
parentd7d5044e2ea6ec17428055f7a436dfe704ec1fb7 (diff)
Various cleanups and standardizations.
Diffstat (limited to 'usr.bin/sed/sed.1')
-rw-r--r--usr.bin/sed/sed.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 4adaec6da28..8f36ba500cc 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sed.1,v 1.12 2000/03/10 20:17:52 aaron Exp $
+.\" $OpenBSD: sed.1,v 1.13 2000/03/11 21:40:08 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -188,7 +188,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