diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:19:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-13 06:19:44 +0200 |
commit | 0d33c5c273087061f390ad7b519a2cf63b8d786d (patch) | |
tree | 897f037e39d2af2326142a58397b9c40ea9d8e75 /doc/gawk.texi | |
parent | 21cc2dc13d48aaa70b88d7a190ea8b4b830986f4 (diff) | |
parent | af3bd5ea36908e9d706dd18bfd263e3fd83ee279 (diff) | |
download | egawk-0d33c5c273087061f390ad7b519a2cf63b8d786d.tar.gz egawk-0d33c5c273087061f390ad7b519a2cf63b8d786d.tar.bz2 egawk-0d33c5c273087061f390ad7b519a2cf63b8d786d.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 5def1f9b..6e4f5a3e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39398,7 +39398,7 @@ It's like sports talk radio---you feel smarter for not having read it. @cindex @code{comp.lang.awk} newsgroup Please do @emph{not} try to report bugs in @command{gawk} by posting to the Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the -@command{gawk} developers occasionally read this newgroup, the primary +@command{gawk} developers occasionally read this news group, the primary @command{gawk} maintainer no longer does. Thus it's virtually guaranteed that he will @emph{not} see your posting. The steps described here are the only officially recognized way for reporting bugs. Really. @@ -39948,7 +39948,7 @@ Instead, use @samp{strcmp(a, b) == 0}. @item If adding new bit flag values, use explicit hexadecimal constants -(@code{0x001}, @code{0x002}, @code{0x004}, and son on) instead of +(@code{0x001}, @code{0x002}, @code{0x004}, and so on) instead of shifting one left by successive amounts (@samp{(1<<0)}, @samp{(1<<1)}, and so on). @end itemize |