diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-13 09:41:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-13 09:41:49 +0300 |
commit | 6c5a399c3de64a3f2de3b4cedc9243a6c666b689 (patch) | |
tree | 43e0146686437ef2977839745d0fd77ad0b3953b /doc/gawk.texi | |
parent | f3e48110901b169aa64a8d212da3648dd3ce4b28 (diff) | |
download | egawk-6c5a399c3de64a3f2de3b4cedc9243a6c666b689.tar.gz egawk-6c5a399c3de64a3f2de3b4cedc9243a6c666b689.tar.bz2 egawk-6c5a399c3de64a3f2de3b4cedc9243a6c666b689.zip |
Typo fixes in the manual.
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 0c6cf9d4..94ee6144 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -8329,7 +8329,7 @@ contains quotes, that have to be escaped by doubling them. The previously described regexps fail to accept quoted fields with both commas and quotes inside. He suggests that the simplest @code{FPAT} expression that recognizes this kind of fields is @code{/([^,]*)|("([^"]|"")+")/}. He -provides the following imput data test these variants: +provides the following input data to test these variants: @example @c file eg/misc/sample.csv |