diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 0844b80c..449fac49 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -59,9 +59,9 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH March, 2019 +@set UPDATE-MONTH May, 2019 @set VERSION 5.0 -@set PATCHLEVEL 0 +@set PATCHLEVEL 1 @set GAWKINETTITLE TCP/IP Internetworking with @command{gawk} @ifset FOR_PRINT @@ -4115,6 +4115,8 @@ This may be drastic, but its use will certainly encourage the development of cleaner @command{awk} programs. With an optional argument of @samp{invalid}, only warnings about things that are actually invalid are issued. (This is not fully implemented yet.) +With an optional argument of @samp{no-ext}, warnings about @command{gawk} +extensions are disabled. Some warnings are only printed once, even if the dubious constructs they warn about occur multiple times in your @command{awk} program. Thus, |