=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.1,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/lex/flex.1 2015/02/17 16:29:16 1.39 --- src/usr.bin/lex/flex.1 2015/03/13 19:58:41 1.40 *************** *** 1,4 **** ! .\" $OpenBSD: flex.1,v 1.39 2015/02/17 16:29:16 bentley Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $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,35 **** .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" ! .Dd $Mdocdate: February 17 2015 $ .Dt FLEX 1 .Os .Sh NAME --- 29,35 ---- .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" ! .Dd $Mdocdate: March 13 2015 $ .Dt FLEX 1 .Os .Sh NAME *************** *** 665,671 **** .Sq ^ , and .Qq <> ! patterns can only occur at the beginning of a pattern, and, as well as with .Sq / and .Sq $ , --- 665,671 ---- .Sq ^ , and .Qq <> ! patterns can only occur at the beginning of a pattern and, as well as with .Sq / and .Sq $ , *************** *** 3381,3387 **** .Qq auto\en rule. To eliminate the possibility of backing up, ! 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: --- 3381,3387 ---- .Qq auto\en rule. To eliminate the possibility of backing up, ! 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: