diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-23 21:13:31 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-23 21:13:31 +0000 |
| commit | 5222969570c04b62fc635bdec4b15ad9a29f2216 (patch) | |
| tree | 9ffc6cd479c0cfe53027ddd4c5f7b2c479a035c0 /usr.bin/lex | |
| parent | 1432aa0c5eb7f8f2f6c00aaa992f71d931006e91 (diff) | |
Notes
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 895002f4c448..4475e202b338 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 |
