aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-03-09 00:33:19 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-03-09 00:33:19 +0000
commit6d9688a364ffc2e95183ab89df3efdf7ffc6c282 (patch)
treec75cc3aa9acd7dd2dfef539ddcebb8547b463e8c /gnu/usr.bin/grep
parentf5d738c8dfafb31c83d9f3e8f4fb6cc2bf4c6415 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/grep.18
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 22e96e8b7cdd..1a7d62179f58 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -1,7 +1,7 @@
.TH GREP 1 "1992 September 10" "GNU Project"
.SH NAME
grep, egrep, fgrep \- print lines matching a pattern
-.SH SYNOPOSIS
+.SH SYNOPSIS
.B grep
[\-[AB] num]
[\-HRPS]
@@ -52,7 +52,7 @@ and
.B fgrep
are available.
.B Egrep
-is similiar (but not identical) to
+is similar (but not identical) to
.BR "grep\ \-E" ,
and is compatible with the historical Unix
.BR egrep .
@@ -161,7 +161,7 @@ characters are letters, digits, and the underscore.
Select only those matches that exactly match the whole line.
.PP
-Following options only avaible if compiled with FTS library:
+Following options only available if compiled with FTS library:
.PD 0
.TP
.BI \-H
@@ -193,7 +193,7 @@ rooted in the files instead of just the files themselves.
.SH "REGULAR EXPRESSIONS"
.PP
A regular expression is a pattern that describes a set of strings.
-Regular expressions are constructed analagously to arithmetic
+Regular expressions are constructed analogously to arithmetic
expressions, by using various operators to combine smaller expressions.
.PP
.B Grep