diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2020-06-10 21:01:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2020-06-10 21:01:51 +0000 |
commit | e5618da0be005b32ae4f7ed6e0c7d379b53b76bc (patch) | |
tree | f5ac11c8372bbc7275ba333ea57d0b0f86853a13 /usr.bin/awk/awk.1 | |
parent | d4a9f9a2c15918d627426cc99b76e43a7c447eca (diff) |
Update awk to March 5, 2019 version.
Diffstat (limited to 'usr.bin/awk/awk.1')
-rw-r--r-- | usr.bin/awk/awk.1 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 7c0fda130be..fb257d029ec 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.47 2020/06/10 21:00:01 millert Exp $ +.\" $OpenBSD: awk.1,v 1.48 2020/06/10 21:01:50 millert Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved @@ -787,10 +787,7 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification, -except -.Nm -does not support {n,m} pattern matching. +specification. .Pp The flags .Op Fl \&dV @@ -815,6 +812,4 @@ to it. The scope rules for variables in functions are a botch; the syntax is worse. .Pp -POSIX-standard interval expressions in regular expressions are not supported. -.Pp Only eight-bit character sets are handled correctly. |