Fix a number of typos, one of which is part of PR# 2917.

This commit is contained in:
Mike Pritchard 1997-03-09 00:33:19 +00:00
parent f5d738c8df
commit 6d9688a364

View file

@ -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