diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-30 14:57:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-30 14:57:15 +0200 |
commit | f18b0c25e4502198efe4394d00d79186ad77994b (patch) | |
tree | 022b25eb4de8df4b75d4e139575cc085f8f963a0 /doc/gawktexi.in | |
parent | e3ead1babe31b521fcd14405272b4cf7041cb6c3 (diff) | |
parent | 1960c9aaebb079020b7239f69128a1caa4db1671 (diff) | |
download | egawk-f18b0c25e4502198efe4394d00d79186ad77994b.tar.gz egawk-f18b0c25e4502198efe4394d00d79186ad77994b.tar.bz2 egawk-f18b0c25e4502198efe4394d00d79186ad77994b.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a021e139..4f139f2a 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] @} @@ -39549,8 +39549,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. |