diff options
author | dd <dd@FreeBSD.org> | 2001-08-23 21:13:31 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-08-23 21:13:31 +0000 |
commit | 5ae98887a48ee227c3ad46fba23f7b11253f8255 (patch) | |
tree | 9ffc6cd479c0cfe53027ddd4c5f7b2c479a035c0 /usr.bin/lex | |
parent | 1383792740ea5dc3ab1c1a913165d848ce096ec5 (diff) | |
download | FreeBSD-src-5ae98887a48ee227c3ad46fba23f7b11253f8255.zip FreeBSD-src-5ae98887a48ee227c3ad46fba23f7b11253f8255.tar.gz |
``recognized -> recognize'' where appropriate.
Obtained from: OpenBSD
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/lex.1 | 4 |
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 |