aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-11-22 20:03:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-11-22 20:03:01 +0000
commitab473c8a5079387415c7723d562f6ce544796337 (patch)
treee8d49571f652a764ea890db36513bd3c4479f657 /gnu/usr.bin/grep
parent0ee137258d1e559566da3f4dd6cad0af7a0eef7b (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/grep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 5dfff47154dc9..10935901e7ddd 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -23,7 +23,7 @@ grep, egrep, fgrep, zgrep \- print lines matching a pattern
.I files...
.SH DESCRIPTION
.PP
-.B Grep
+.B grep
searches the named input
.I files
(or standard input if no files are named, or
@@ -287,7 +287,7 @@ A regular expression is a pattern that describes a set of strings.
Regular expressions are constructed analogously to arithmetic
expressions, by using various operators to combine smaller expressions.
.PP
-.B Grep
+.B grep
understands two different versions of regular expression syntax:
``basic'' and ``extended.'' In
.RB "GNU\ " grep ,