diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2020-07-24 01:57:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2020-07-24 01:57:07 +0000 |
commit | 6b002fd5b5744e8397280c1e0afa25d6de7fbef0 (patch) | |
tree | 4c937cb85da7107b04aef28defb3029f65728685 | |
parent | 46e0c7bbb2657be98552641e13d8efee23ce1730 (diff) |
Regular expression support in RS is an extension.
-rw-r--r-- | usr.bin/awk/awk.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 8e42a4c794c..2fbaf6680f5 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.55 2020/06/27 14:04:58 millert Exp $ +.\" $OpenBSD: awk.1,v 1.56 2020/07/24 01:57:06 millert 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: June 27 2020 $ +.Dd $Mdocdate: July 24 2020 $ .Dt AWK 1 .Os .Sh NAME @@ -924,6 +924,8 @@ The flags .Op Fl \&dV and .Op Fl safe , +support for regular expressions in +.Va RS , as well as the functions .Fn fflush , .Fn gensub , |