diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-21 00:56:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-21 00:56:19 +0000 |
commit | 8a2f557565faf53fd21c56f23a10c22a3de73fdc (patch) | |
tree | 5731fa48af87fa0fcbda7c17ebc0e707d0cc0d92 | |
parent | 34248597d1c77127e82ca700e3d806f4d0787732 (diff) |
Change an occurrence of recognized to recognize; six@stalphonsos.com
-rw-r--r-- | usr.bin/lex/flex.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index 8cf0029bb7c..54a6a492e6f 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.8 2000/03/04 22:19:24 aaron Exp $ +.\" $OpenBSD: flex.1,v 1.9 2001/08/21 00:56:18 millert Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME @@ -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, |