diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-12 20:39:47 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-12 20:39:47 +0300 |
commit | f3e48110901b169aa64a8d212da3648dd3ce4b28 (patch) | |
tree | d849a7e17273083b094b895d720d2b44d4919da3 /doc/gawk.texi | |
parent | 3bf5a9b0c4e2e7f8d9ca37267e4f29775bb61129 (diff) | |
download | egawk-f3e48110901b169aa64a8d212da3648dd3ce4b28.tar.gz egawk-f3e48110901b169aa64a8d212da3648dd3ce4b28.tar.bz2 egawk-f3e48110901b169aa64a8d212da3648dd3ce4b28.zip |
Small improvement in doc.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index cbc71886..0c6cf9d4 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -8351,7 +8351,7 @@ BEGIN @{ fp[0] = "([^,]+)|(\"[^\"]+\")" fp[1] = "([^,]*)|(\"[^\"]+\")" fp[2] = "([^,]*)|(\"([^\"]|\"\")+\")" - FPAT = fp[fpat+0] + FPAT = fp[fpat+0] @} @end group |