aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-05 14:31:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-05 14:31:45 +0300
commit375698fca45bff1b88c6e115e433a77c04399b5c (patch)
tree6200b00d192027ecbaedee25198fbc59c05c2fac /doc/gawk.texi
parentc5077bb27833c6ccca6cfa21b93c75013d3e03bd (diff)
downloadegawk-375698fca45bff1b88c6e115e433a77c04399b5c.tar.gz
egawk-375698fca45bff1b88c6e115e433a77c04399b5c.tar.bz2
egawk-375698fca45bff1b88c6e115e433a77c04399b5c.zip
Small doc edit.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 08b30ee6..90f90286 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -4343,7 +4343,8 @@ Any command-line arguments following @code{--} are placed in @code{ARGV},
even if they start with a minus sign.
@end table
-As long as program text has been supplied,
+In compatibility mode,
+as long as program text has been supplied,
any other options are flagged as invalid with a warning message but
are otherwise ignored.