From 5222969570c04b62fc635bdec4b15ad9a29f2216 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Thu, 23 Aug 2001 21:13:31 +0000 Subject: [PATCH] ``recognized -> recognize'' where appropriate. Obtained from: OpenBSD --- usr.bin/lex/lex.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 895002f4c44..4475e202b33 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 -- 2.45.2