summaryrefslogtreecommitdiff
path: root/usr.bin/lex/flex.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-02-10 19:27:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-02-10 19:27:04 +0000
commitd3a53a0742ae89371ac417715bd3d6a228223959 (patch)
tree523e93fd1086fe7b95aa56e85a5e7a2fdcbf0d6a /usr.bin/lex/flex.1
parentc5704ee7132da543f721001e6de96c23f6e82d58 (diff)
mark these utilities as being largely posix compliant or, in the case of
nm, as not being posix compliant;
Diffstat (limited to 'usr.bin/lex/flex.1')
-rw-r--r--usr.bin/lex/flex.118
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 2e6f8111f03..45e175f4818 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.22 2007/05/31 19:20:12 jmc Exp $
+.\" $OpenBSD: flex.1,v 1.23 2009/02/10 19:27:03 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: May 31 2007 $
+.Dd $Mdocdate: February 10 2009 $
.Dt FLEX 1
.Os
.Sh NAME
@@ -4248,6 +4248,20 @@ More start conditions than exist were listed in a <> construct
.%D 1986
.%O "Describes the pattern-matching techniques used by flex (deterministic finite automata)"
.Re
+.Sh STANDARDS
+The
+.Nm lex
+utility is compliant with the
+.St -p1003.1-2008
+specification,
+though its presence is optional.
+.Pp
+The flags
+.Op Fl 78BbCcdFfhIiLloPpSsTVw+? ,
+.Op Fl -help ,
+and
+.Op Fl -version
+are extensions to that specification.
.Sh AUTHORS
Vern Paxson, with the help of many ideas and much inspiration from
Van Jacobson.