summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2003-06-23 02:02:42 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2003-06-23 02:02:42 +0000
commit163e8da2642da379a698db4b2cad6430a7835ed7 (patch)
tree3b03fae9232041c14b0ce0833f1cc3305d5042f7 /usr.bin
parent3202aca5848a50cdfb7b8fc632d2f65c4559935e (diff)
spelling
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/grep/grep.16
-rw-r--r--usr.bin/grep/grep.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 1e7108942cb..1b07f03aaea 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.10 2003/06/23 00:55:09 tedu Exp $
+.\" $OpenBSD: grep.1,v 1.11 2003/06/23 02:02:41 tedu Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -74,12 +74,12 @@ The
.Nm zegrep ,
and
.Nm zfgrep
-utilities acts like
+utilities act like
.Nm grep ,
.Nm egrep ,
and
.Nm fgrep
-respectively but accepts input files compressed with the
+respectively but accept input files compressed with the
.Xr compress 1
or
.Xr gzip 1
diff --git a/usr.bin/grep/grep.c b/usr.bin/grep/grep.c
index f644f97dd3c..fe4935426f8 100644
--- a/usr.bin/grep/grep.c
+++ b/usr.bin/grep/grep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grep.c,v 1.9 2003/06/23 00:55:09 tedu Exp $ */
+/* $OpenBSD: grep.c,v 1.10 2003/06/23 02:02:41 tedu Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -90,7 +90,7 @@ enum {
};
/* Housekeeping */
-int first; /* flag whether or not this is our fist match */
+int first; /* flag whether or not this is our first match */
int tail; /* lines left to print */
int lead; /* number of lines in leading context queue */