diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-05 14:31:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-05 14:31:45 +0300 |
commit | 375698fca45bff1b88c6e115e433a77c04399b5c (patch) | |
tree | 6200b00d192027ecbaedee25198fbc59c05c2fac /doc/gawk.texi | |
parent | c5077bb27833c6ccca6cfa21b93c75013d3e03bd (diff) | |
download | egawk-375698fca45bff1b88c6e115e433a77c04399b5c.tar.gz egawk-375698fca45bff1b88c6e115e433a77c04399b5c.tar.bz2 egawk-375698fca45bff1b88c6e115e433a77c04399b5c.zip |
Small doc edit.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 3 |
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. |