summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-10-04 21:37:49 +0000
committerjmc <jmc@openbsd.org>2004-10-04 21:37:49 +0000
commit8663b10a1b378fb7cac874e8ac5d62b7ef44025c (patch)
tree838aa6c9bcd2e371aa5e1b867aa219bf6496b080
parentremove the section on extended regular expressions, and point (diff)
downloadwireguard-openbsd-8663b10a1b378fb7cac874e8ac5d62b7ef44025c.tar.xz
wireguard-openbsd-8663b10a1b378fb7cac874e8ac5d62b7ef44025c.zip
remove some incorrect apostrophes, and make the text referring to
re_format.7 slightly more consistent w/ other pages;
-rw-r--r--usr.bin/sed/sed.110
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 6f4335a69c9..b1717215031 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sed.1,v 1.22 2004/01/31 13:04:41 jmc Exp $
+.\" $OpenBSD: sed.1,v 1.23 2004/10/04 21:37:49 jmc Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -151,12 +151,14 @@ function.
.Sh SED REGULAR EXPRESSIONS
The
.Nm
-regular expressions are basic regular expressions (BRE's; see
+regular expressions are basic regular expressions
+.Pq BREs .
+See
.Xr re_format 7
-for more information).
+for more information on regular expressions.
In addition,
.Nm
-has the following two additions to BRE's:
+has the following two additions to BREs:
.Pp
.Bl -enum -compact
.It