[BACK]Return to flex.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/flex.1 between version 1.40 and 1.41

version 1.40, 2015/03/13 19:58:41 version 1.41, 2015/09/07 15:28:06
Line 4090 
Line 4090 
 are simply terminated at the end of the line.  are simply terminated at the end of the line.
 .Sh FILES  .Sh FILES
 .Bl -tag -width "<g++/FlexLexer.h>"  .Bl -tag -width "<g++/FlexLexer.h>"
 .It flex.skl  .It Pa flex.skl
 Skeleton scanner.  Skeleton scanner.
 This file is only used when building flex, not when  This file is only used when building flex, not when
 .Nm  .Nm
 executes.  executes.
 .It lex.backup  .It Pa lex.backup
 Backing-up information for the  Backing-up information for the
 .Fl b  .Fl b
 flag (called  flag (called
 .Pa lex.bck  .Pa lex.bck
 on some systems).  on some systems).
 .It lex.yy.c  .It Pa lex.yy.c
 Generated scanner  Generated scanner
 (called  (called
 .Pa lexyy.c  .Pa lexyy.c
 on some systems).  on some systems).
 .It lex.yy.cc  .It Pa lex.yy.cc
 Generated C++ scanner class, when using  Generated C++ scanner class, when using
 .Fl + .  .Fl + .
 .It In g++/FlexLexer.h  .It In g++/FlexLexer.h
Line 4114 
Line 4114 
 .Fa FlexLexer ,  .Fa FlexLexer ,
 and its derived class,  and its derived class,
 .Fa yyFlexLexer .  .Fa yyFlexLexer .
 .It /usr/lib/libl.*  .It Pa /usr/lib/libl.*
 .Nm  .Nm
 libraries.  libraries.
 The  The

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41