summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-03-23 16:28:29 +0000
committerjmc <jmc@openbsd.org>2014-03-23 16:28:29 +0000
commitd54fad63273b13cf8936b15fb02b8f213f42a6ff (patch)
tree9e6f249d08997d41750fe5ed447657756093a455 /usr.bin/lex
parentInitialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmware (diff)
downloadwireguard-openbsd-d54fad63273b13cf8936b15fb02b8f213f42a6ff.tar.xz
wireguard-openbsd-d54fad63273b13cf8936b15fb02b8f213f42a6ff.zip
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;
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/flex.110
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.