aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-07-29 13:23:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-07-29 13:23:24 +0300
commitefcea0a399c26aa722337be96ea360fdecb54f47 (patch)
tree7b681b776c0e38f9ef3ebcdfa157bc160e28a471 /doc/gawk.texi
parent16de770359370224129f23df745178efe518c02c (diff)
downloadegawk-efcea0a399c26aa722337be96ea360fdecb54f47.tar.gz
egawk-efcea0a399c26aa722337be96ea360fdecb54f47.tar.bz2
egawk-efcea0a399c26aa722337be96ea360fdecb54f47.zip
Misc documentation fixes.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 2891c904..87d8ff2e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20641,6 +20641,7 @@ necessary for accessing individual characters
function was written before @command{gawk} acquired the ability to
split strings into single characters using @code{""} as the separator.
We have left it alone, since using @code{substr()} is more portable.}
+@c FIXME: could use split(str, a, "") to do it more easily.
The discussion that follows walks through the code a bit at a time: