summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-06-16 22:09:49 +0000
committerRobert Mustacchi <rm@joyent.com>2014-06-16 22:09:49 +0000
commitf6460acd7dc367995614daea2083a42ee8ae8e5c (patch)
treef0cd93a81ece71ab56e867ba93e7454a2b97cf71
parentf7966a0a471cc3fbdca4d5d9594e4f47a4353b80 (diff)
downloadillumos-joyent-f6460acd7dc367995614daea2083a42ee8ae8e5c.tar.gz
OS-3090 sed should not refer to re_format(7)
-rw-r--r--usr/src/man/man1/sed.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man1/sed.1 b/usr/src/man/man1/sed.1
index 9ec2b67dd9..1d54a56ade 100644
--- a/usr/src/man/man1/sed.1
+++ b/usr/src/man/man1/sed.1
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.TH SED 1 "May 24, 2009"
+.TH SED 1 "Jun 16, 2014"
.SH NAME
\fBsed\fP
\- stream editor
@@ -69,7 +69,7 @@ The following options are available:
Interpret regular expressions as extended (modern) regular expressions
rather than basic regular expressions (BRE's).
The
-\fBre_format\fP(7)
+\fBregex\fP(5)
manual page fully describes both formats.
.TP
\fB\-a\fP
@@ -238,7 +238,7 @@ function.
The regular expressions used in
\fB,\fP
by default, are basic regular expressions (BREs, see
-\fBre_format\fP(7)
+\fBregex\fP(5)
for more information), but extended (modern) regular expressions can be used
instead if the
\fB\-E\fP
@@ -509,7 +509,7 @@ where
``#''
is a digit, is replaced by the text matched
by the corresponding backreference expression (see
-\fBre_format\fP(7)) .
+\fBregex\fP(5)) .
A line can be split by substituting a newline character into it.
To specify a newline character in the replacement string, precede it with
@@ -629,8 +629,8 @@ The \fBsed\fP utility exits 0 on success, and >0 if an error occurs.
\fBawk\fP(1),
\fBed\fP(1),
\fBgrep\fP(1),
-\fBregex\fP(3),
-\fBre_format\fP(5)
+\fBregex\fP(3C),
+\fBregex\fP(5)
.SH STANDARDS
The
\fBsed\fP