summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-09 00:33:19 +0000
committermpp <mpp@FreeBSD.org>1997-03-09 00:33:19 +0000
commit6c3dd051dba03cf74489415890ade017a1af731f (patch)
tree7ae75b18478d8563816b7ec173092f5f10fbab69 /gnu/usr.bin/grep
parent6576c97bc097761ae51c7bf6b05f4a1dbb152fc5 (diff)
downloadFreeBSD-src-6c3dd051dba03cf74489415890ade017a1af731f.zip
FreeBSD-src-6c3dd051dba03cf74489415890ade017a1af731f.tar.gz
Fix a number of typos, one of which is part of PR# 2917.
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 22e96e8..1a7d621 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
OpenPOWER on IntegriCloud