summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/grep.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/grep.1')
-rw-r--r--usr/src/man/man1/grep.120
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/src/man/man1/grep.1 b/usr/src/man/man1/grep.1
index be5014192d..5cdfb82bbe 100644
--- a/usr/src/man/man1/grep.1
+++ b/usr/src/man/man1/grep.1
@@ -133,11 +133,11 @@ Unless the
or
.Fl F
option is also specified, each pattern is treated as a BRE, as described in
-.Xr regex 5 .
+.Xr regex 7 .
.It Fl E
Matches using extended regular expressions.
Treats each pattern specified as an ERE, as described in
-.Xr regex 5 .
+.Xr regex 7 .
If any entire ERE pattern matches an input line, the line is matched.
A null ERE matches every line.
.It Fl f Ar pattern_file
@@ -153,7 +153,7 @@ Unless the
or
.Fl F
option is also specified, each pattern is treated as a BRE, as described in
-.Xr regex 5 .
+.Xr regex 7 .
.It Fl F
Matches using fixed strings.
Treats each pattern specified as a string instead of a regular expression.
@@ -323,7 +323,7 @@ finds a match even if
detected an access or read error on earlier file operands).
.Ss Large File Behavior
See
-.Xr largefile 5
+.Xr largefile 7
for the description of the behavior of
.Nm
when encountering files greater than or equal to 2 Gbyte (2^31 bytes).
@@ -411,7 +411,7 @@ $ for f in *.gz; do
.El
.Sh ENVIRONMENT VARIABLES
See
-.Xr environ 5
+.Xr environ 7
for descriptions of the following environment variables that affect the
execution of
.Nm :
@@ -425,11 +425,11 @@ and
.Sh SEE ALSO
.Xr sed 1 ,
.Xr sh 1 ,
-.Xr attributes 5 ,
-.Xr environ 5 ,
-.Xr largefile 5 ,
-.Xr regex 5 ,
-.Xr standards 5
+.Xr attributes 7 ,
+.Xr environ 7 ,
+.Xr largefile 7 ,
+.Xr regex 7 ,
+.Xr standards 7
.Sh STANDARDS
The
.Nm