summaryrefslogtreecommitdiff
path: root/usr.bin/awk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/awk/README.md')
-rw-r--r--usr.bin/awk/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/README.md b/usr.bin/awk/README.md
index 8de0cfee220..010a08f5c60 100644
--- a/usr.bin/awk/README.md
+++ b/usr.bin/awk/README.md
@@ -1,4 +1,4 @@
-$OpenBSD: README.md,v 1.7 2023/09/17 14:49:44 millert Exp $
+$OpenBSD: README.md,v 1.8 2023/10/30 17:52:54 millert Exp $
# The One True Awk
@@ -30,7 +30,7 @@ when expanded.
The option `--csv` turns on CSV processing of input:
fields are separated by commas, fields may be quoted with
-double-quote (`"`) characters, fields may contain embedded newlines.
+double-quote (`"`) characters, quoted fields may contain embedded newlines.
In CSV mode, `FS` is ignored.
If no explicit separator argument is provided,