diff options
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. |