From 6d9688a364ffc2e95183ab89df3efdf7ffc6c282 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 9 Mar 1997 00:33:19 +0000 Subject: [PATCH] Fix a number of typos, one of which is part of PR# 2917. --- gnu/usr.bin/grep/grep.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 22e96e8b7cd..1a7d62179f5 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