diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-23 16:28:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-23 16:28:30 +0000 |
commit | 508995949824865769be681656ed8ce0c4fbffeb (patch) | |
tree | 4bea91cff462524574297ea3b18893d98129797c | |
parent | 002272459f0f605584eda3963716faaec3c0cf8a (diff) |
put a pointer to the "incompatibilities with lex and posix" into STANDARDS
(big thanks to whoever took the trouble to write that one!), and while
there fix a couple of typos in said section;
-rw-r--r-- | usr.bin/lex/flex.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index 75de43d5c72..d916053a918 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.36 2014/02/14 17:15:11 schwarze Exp $ +.\" $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. @@ -29,7 +29,7 @@ .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: February 14 2014 $ +.Dd $Mdocdate: March 23 2014 $ .Dt FLEX 1 .Os .Sh NAME @@ -4071,7 +4071,7 @@ plus almost all of the flags. The last feature in the list refers to the fact that with .Nm -Multiple actions ican be placed on the same line, +multiple actions can be placed on the same line, separated with semi-colons, while with .Nm lex , the following @@ -4265,6 +4265,10 @@ The flags and .Op Fl -version are extensions to that specification. +.Pp +See also the +.Sx INCOMPATIBILITIES WITH LEX AND POSIX +section, above. .Sh AUTHORS Vern Paxson, with the help of many ideas and much inspiration from Van Jacobson. |