=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.1,v retrieving revision 1.37 retrieving revision 1.38 diff -c -r1.37 -r1.38 *** src/usr.bin/lex/flex.1 2014/03/23 16:28:29 1.37 --- src/usr.bin/lex/flex.1 2015/02/15 22:26:45 1.38 *************** *** 1,4 **** ! .\" $OpenBSD: flex.1,v 1.37 2014/03/23 16:28:29 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: flex.1,v 1.38 2015/02/15 22:26:45 bentley 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: March 23 2014 $ .Dt FLEX 1 .Os .Sh NAME --- 29,35 ---- .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" ! .Dd $Mdocdate: February 15 2015 $ .Dt FLEX 1 .Os .Sh NAME *************** *** 3460,3466 **** instead of .Pa lex.yy.c . The generated scanner includes the header file ! .Aq Pa g++/FlexLexer.h , which defines the interface to two C++ classes. .Pp The first class, --- 3460,3466 ---- instead of .Pa lex.yy.c . The generated scanner includes the header file ! .In g++/FlexLexer.h , which defines the interface to two C++ classes. .Pp The first class, *************** *** 3510,3516 **** object pointer). .Pp The second class defined in ! .Aq Pa g++/FlexLexer.h is .Fa yyFlexLexer , which is derived from --- 3510,3516 ---- object pointer). .Pp The second class defined in ! .In g++/FlexLexer.h is .Fa yyFlexLexer , which is derived from *************** *** 3707,3713 **** .Fa yyFlexLexer to some other .Fa xxFlexLexer . ! .Aq Pa g++/FlexLexer.h can then be included in other sources once per lexer class, first renaming .Fa yyFlexLexer as follows: --- 3707,3713 ---- .Fa yyFlexLexer to some other .Fa xxFlexLexer . ! .In g++/FlexLexer.h can then be included in other sources once per lexer class, first renaming .Fa yyFlexLexer as follows: *************** *** 4109,4115 **** .It lex.yy.cc Generated C++ scanner class, when using .Fl + . ! .It Aq g++/FlexLexer.h Header file defining the C++ scanner base class, .Fa FlexLexer , and its derived class, --- 4109,4115 ---- .It lex.yy.cc Generated C++ scanner class, when using .Fl + . ! .It In g++/FlexLexer.h Header file defining the C++ scanner base class, .Fa FlexLexer , and its derived class, *************** *** 4394,4400 **** .Pp Due to both buffering of input and read-ahead, it is not possible to intermix calls to ! .Aq Pa stdio.h routines, such as, for example, .Fn getchar , with --- 4394,4400 ---- .Pp Due to both buffering of input and read-ahead, it is not possible to intermix calls to ! .In stdio.h routines, such as, for example, .Fn getchar , with