diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-29 13:23:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-29 13:23:24 +0300 |
commit | efcea0a399c26aa722337be96ea360fdecb54f47 (patch) | |
tree | 7b681b776c0e38f9ef3ebcdfa157bc160e28a471 /doc | |
parent | 16de770359370224129f23df745178efe518c02c (diff) | |
download | egawk-efcea0a399c26aa722337be96ea360fdecb54f47.tar.gz egawk-efcea0a399c26aa722337be96ea360fdecb54f47.tar.bz2 egawk-efcea0a399c26aa722337be96ea360fdecb54f47.zip |
Misc documentation fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gawk.texi | 1 |
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: |