aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9cb3f4a3..5a950afa 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -16818,7 +16818,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]
@}
@@ -39552,8 +39552,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.