[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.41 and 1.42

version 1.41, 2015/09/07 15:28:06 version 1.42, 2015/09/21 09:24:13
Line 33 
Line 33 
 .Dt FLEX 1  .Dt FLEX 1
 .Os  .Os
 .Sh NAME  .Sh NAME
 .Nm flex  .Nm flex ,
   .Nm flex++ ,
   .Nm lex
 .Nd fast lexical analyzer generator  .Nd fast lexical analyzer generator
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm  .Nm
Line 69 
Line 71 
 When the executable is run, it analyzes its input for occurrences  When the executable is run, it analyzes its input for occurrences
 of the regular expressions.  of the regular expressions.
 Whenever it finds one, it executes the corresponding C code.  Whenever it finds one, it executes the corresponding C code.
   .Pp
   .Nm lex
   is a synonym for
   .Nm flex .
   .Pp
   .Nm flex++
   is a synonym for
   .Nm
   .Fl + .
 .Pp  .Pp
 The manual includes both tutorial and reference sections:  The manual includes both tutorial and reference sections:
 .Bl -ohang  .Bl -ohang

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