[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.3 and 1.4

version 1.3, 1997/08/30 17:20:55 version 1.4, 1998/06/11 04:15:31
Line 492 
Line 492 
 .nf  .nf
   
     [[:alnum:]]      [[:alnum:]]
     [[:alpha:][:digit:]      [[:alpha:][:digit:]]
     [[:alpha:]0-9]      [[:alpha:]0-9]
     [a-zA-Z0-9]      [a-zA-Z0-9]
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4