summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/sed.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/sed.1')
-rw-r--r--usr/src/man/man1/sed.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man1/sed.1 b/usr/src/man/man1/sed.1
index f581279fc6..3eca2b5418 100644
--- a/usr/src/man/man1/sed.1
+++ b/usr/src/man/man1/sed.1
@@ -71,7 +71,7 @@ The following options are available:
Interpret regular expressions as extended (modern) regular expressions
rather than basic regular expressions (BRE's).
The
-\fBregex\fP(5)
+\fBregex\fP(7)
manual page fully describes both formats.
.TP
\fB\-a\fP
@@ -244,7 +244,7 @@ function.
The regular expressions used in
\fB,\fP
by default, are basic regular expressions (BREs, see
-\fBregex\fP(5)
+\fBregex\fP(7)
for more information), but extended (modern) regular expressions can be used
instead if the
\fB\-E\fP
@@ -511,7 +511,7 @@ where
``#''
is a digit, is replaced by the text matched
by the corresponding backreference expression (see
-\fBregex\fP(5)) .
+\fBregex\fP(7)) .
A line can be split by substituting a newline character into it.
To specify a newline character in the replacement string, precede it with
@@ -624,14 +624,14 @@ and
environment variables affect the execution of
\fBsed\fP
as described in
-\fBenviron\fP(5).
+\fBenviron\fP(7).
.SH EXIT STATUS
The \fBsed\fP utility exits 0 on success, and >0 if an error occurs.
.SH SEE ALSO
\fBawk\fP(1),
\fBed\fP(1),
\fBgrep\fP(1),
-\fBregex\fP(5)
+\fBregex\fP(7)
.SH STANDARDS
The
\fBsed\fP