summaryrefslogtreecommitdiff
path: root/usr.bin/awk/awk.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-03-17 21:48:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-03-17 21:48:52 +0000
commite2e7d2d29c4d2ec5063b066c407860a284797609 (patch)
tree381e52b3d8bceec71a7aca030185744d93366de2 /usr.bin/awk/awk.1
parentc0b2fb82a7e7ce981d500eba4b9a02c54cc83798 (diff)
as suggested by schwarze, reshuffle STANDARDS text detailing posix features
we don;t support next to the posix compat blurb, in order to make things a bit clearer; this also makes the text more concise; ok millert schwarze sobrado
Diffstat (limited to 'usr.bin/awk/awk.1')
-rw-r--r--usr.bin/awk/awk.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 47f586293ef..514f9894428 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.40 2011/05/02 11:14:11 jmc Exp $
+.\" $OpenBSD: awk.1,v 1.41 2014/03/17 21:48:51 jmc Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -22,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 2 2011 $
+.Dd $Mdocdate: March 17 2014 $
.Dt AWK 1
.Os
.Sh NAME
@@ -771,7 +771,10 @@ The
.Nm
utility is compliant with the
.St -p1003.1-2008
-specification.
+specification,
+except
+.Nm
+does not support {n,m} pattern matching.
.Pp
The flags
.Op Fl \&dV
@@ -781,9 +784,6 @@ as well as the commands
.Cm fflush , compl , and , or ,
.Cm xor , lshift , rshift ,
are extensions to that specification.
-.Pp
-.Nm
-does not support {n,m} pattern matching.
.Sh HISTORY
An
.Nm