summaryrefslogtreecommitdiff
path: root/usr.bin/awk
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-30 04:41:36 +0000
commitda024d08640ec7bd74b5283712b0f2a1b09bf53e (patch)
treebe577cb67939587578554ad352c8d88f488711b3 /usr.bin/awk
parent277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff)
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/awk')
-rw-r--r--usr.bin/awk/awk.116
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index eafc4c1001e..30235626426 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.25 2007/01/29 19:41:10 jmc Exp $
+.\" $OpenBSD: awk.1,v 1.26 2007/05/30 04:41:33 jmc Exp $
.\" EX/EE is a Bd
.\"
.\" Copyright (C) Lucent Technologies 1997
@@ -745,6 +745,20 @@ Print an error message to standard error:
.%D 1988
.%O ISBN 0-201-07981-X
.Re
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
+The flags
+.Op Fl \&dV
+and
+.Op Fl safe ,
+as well as the command
+.Cm fflush ,
+are extensions to that specification.
.Sh HISTORY
An
.Nm