]> granicus.if.org Git - flex/commitdiff
Fixed bug in description of backtracking
authorVern Paxson <vern@ee.lbl.gov>
Mon, 5 Apr 1993 20:38:09 +0000 (20:38 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Mon, 5 Apr 1993 20:38:09 +0000 (20:38 +0000)
flex.1

diff --git a/flex.1 b/flex.1
index 3ed69be92e6fdc2dec89dfa6f8dd8f588bb60d20..1fd184dbc9572ca4244c6e2f026a048a37ce67bb 100644 (file)
--- a/flex.1
+++ b/flex.1
@@ -1782,9 +1782,9 @@ have to back up to simply match the 'f' (by the default rule).
 .PP
 The comment regarding State #8 indicates there's a problem
 when "foob" has been scanned.  Indeed, on any character other
-than a 'b', the scanner will have to back up to accept "foo".
+than an 'a', the scanner will have to back up to accept "foo".
 Similarly, the comment for State #9 concerns when "fooba" has
-been scanned.
+been scanned and an 'r' does not follow.
 .PP
 The final comment reminds us that there's no point going to
 all the trouble of removing backtracking from the rules unless