diff options
Diffstat (limited to 'usr.bin/lex/flex.1')
-rw-r--r-- | usr.bin/lex/flex.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index cc6a002a7f7..10945334781 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.39 2015/02/17 16:29:16 bentley Exp $ +.\" $OpenBSD: flex.1,v 1.40 2015/03/13 19:58:41 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: February 17 2015 $ +.Dd $Mdocdate: March 13 2015 $ .Dt FLEX 1 .Os .Sh NAME @@ -665,7 +665,7 @@ The start condition, .Sq ^ , and .Qq <<EOF>> -patterns can only occur at the beginning of a pattern, and, as well as with +patterns can only occur at the beginning of a pattern and, as well as with .Sq / and .Sq $ , @@ -3381,7 +3381,7 @@ rule, only an .Qq auto\en rule. To eliminate the possibility of backing up, -we could either duplicate all rules but without final newlines, or, +we could either duplicate all rules but without final newlines or, since we never expect to encounter such an input and therefore don't how it's classified, we can introduce one more catch-all rule, this one which doesn't include a newline: |