diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-09-21 18:16:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-09-21 18:16:13 +0000 |
commit | 363c36efd886a7b457f53d9a8cb5d966eef26a52 (patch) | |
tree | 081242e4b6a98fe15414c3c1c0006debb3210c07 /usr.bin | |
parent | 052767e71ecd4ba3c6821c2a60051c6d3f30a960 (diff) |
--csv is an extension; ok millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/awk/awk.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 78dc294eb4b..e256d37178f 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.67 2023/09/21 16:30:54 schwarze Exp $ +.\" $OpenBSD: awk.1,v 1.68 2023/09/21 18:16:12 jmc Exp $ .\" .\" Copyright (C) Lucent Technologies 1997 .\" All Rights Reserved @@ -1047,7 +1047,8 @@ mode, treating non-ASCII input bytes as non-letter characters rather than as input encoding errors intentionally violates the specification. .Pp The flags -.Op Fl \&dV +.Op Fl \&dV , +.Op Fl -csv , and .Op Fl safe , support for regular expressions in |