summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/lex.1
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-23 21:13:31 +0000
committerdd <dd@FreeBSD.org>2001-08-23 21:13:31 +0000
commit5ae98887a48ee227c3ad46fba23f7b11253f8255 (patch)
tree9ffc6cd479c0cfe53027ddd4c5f7b2c479a035c0 /usr.bin/lex/lex.1
parent1383792740ea5dc3ab1c1a913165d848ce096ec5 (diff)
downloadFreeBSD-src-5ae98887a48ee227c3ad46fba23f7b11253f8255.zip
FreeBSD-src-5ae98887a48ee227c3ad46fba23f7b11253f8255.tar.gz
``recognized -> recognize'' where appropriate.
Obtained from: OpenBSD
Diffstat (limited to 'usr.bin/lex/lex.1')
-rw-r--r--usr.bin/lex/lex.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1
index 895002f..4475e20 100644
--- a/usr.bin/lex/lex.1
+++ b/usr.bin/lex/lex.1
@@ -91,7 +91,7 @@ manual includes both tutorial and reference sections:
.I flex
is a tool for generating
.I scanners:
-programs which recognized lexical patterns in text.
+programs which recognize lexical patterns in text.
.I flex
reads
the given input files, or its standard input if no file names are given,
@@ -2368,7 +2368,7 @@ is a synonym for
.B \-7
instructs
.I flex
-to generate a 7-bit scanner, i.e., one which can only recognized 7-bit
+to generate a 7-bit scanner, i.e., one which can only recognize 7-bit
characters in its input. The advantage of using
.B \-7
is that the scanner's tables can be up to half the size of those generated
OpenPOWER on IntegriCloud