aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index ad8de261..df46d3a1 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17546,7 +17546,7 @@ lets you test if an array element is itself an array:
@example
for (i in array) @{
- if (isarray(array[i]) @{
+ if (isarray(array[i])) @{
for (j in array[i]) @{
print array[i][j]
@}
@@ -40578,8 +40578,8 @@ Usenet/Internet newsgroup @code{comp.lang.awk}. Although some of the
@command{gawk} maintainer no longer does. Thus it's virtually guaranteed
that he will @emph{not} see your posting.
-Similarly, posting bug reports or questions in web forums, such
-as @uref{https://stackoverflow.com/, Stack Overflow} may get you
+Similarly, posting bug reports or questions in web forums (such
+as @uref{https://stackoverflow.com/, Stack Overflow}) may get you
an answser, but it won't be from the @command{gawk} maintainers,
who do not spend their time in web forums. The steps described here are
the only officially recognized way for reporting bugs. Really.