=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.1,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/lex/flex.1 2015/09/07 15:28:06 1.41 --- src/usr.bin/lex/flex.1 2015/09/21 09:24:13 1.42 *************** *** 1,4 **** ! .\" $OpenBSD: flex.1,v 1.41 2015/09/07 15:28:06 sobrado Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: flex.1,v 1.42 2015/09/21 09:24:13 nicm Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 29,39 **** .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" ! .Dd $Mdocdate: September 7 2015 $ .Dt FLEX 1 .Os .Sh NAME ! .Nm flex .Nd fast lexical analyzer generator .Sh SYNOPSIS .Nm --- 29,41 ---- .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" ! .Dd $Mdocdate: September 21 2015 $ .Dt FLEX 1 .Os .Sh NAME ! .Nm flex , ! .Nm flex++ , ! .Nm lex .Nd fast lexical analyzer generator .Sh SYNOPSIS .Nm *************** *** 69,74 **** --- 71,85 ---- When the executable is run, it analyzes its input for occurrences of the regular expressions. 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 The manual includes both tutorial and reference sections: .Bl -ohang