From: Vern Paxson Date: Fri, 23 Mar 1990 14:18:40 +0000 (+0000) Subject: minor typos and formatting changes. X-Git-Tag: flex-2-5-5b~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5346338fcf1eb7cf43e67fd3785ba3d4f721fda;p=flex minor typos and formatting changes. Removed BITNET address. --- diff --git a/flex.1 b/flex.1 index 9aea48d..33595bc 100644 --- a/flex.1 +++ b/flex.1 @@ -1741,7 +1741,7 @@ the file looks like: .fi The first few lines tell us that there's a scanner state in which it can make a transition on an 'o' but not on any other -character, and the in that state currently scanned text does not match +character, and that in that state the currently scanned text does not match any rule. The state occurs when trying to match the rules found at lines 2 and 3 in the input file. If the scanner is in that state and then reads @@ -2055,7 +2055,7 @@ in .I lex one can use "[^]]" but with .I flex -one must use "[^\]]". The latter works with +one must use "[^\\]]". The latter works with .I lex, too. .IP - @@ -2307,6 +2307,5 @@ Send comments to: vern@cs.cornell.edu decvax!cornell!vern - vern@LBL (bitnet) .fi