diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 5596ee6b..ee4c39b9 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -37301,7 +37301,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. @@ -37851,7 +37851,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 |