diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-18 20:43:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-18 20:43:00 +0300 |
commit | 9bf78bd65df65f2f406074fd17f0e0f22720b408 (patch) | |
tree | bb1a4dd29378eafc640daecc547d03904c7f9f46 /doc/gawk.texi | |
parent | fe863c57ce221f35fdf1f281231619268d3f5942 (diff) | |
download | egawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.tar.gz egawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.tar.bz2 egawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.zip |
Small doc fix.
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 bb1cb41c..f9a0d747 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -18762,7 +18762,7 @@ the possibly null separator string after @code{@var{array}[@var{i}]}. The possibly null leading separator will be in @code{@var{seps}[0]}. So a non-null @var{string} with @var{n} fields will have @var{n+1} separators. -A null @var{string} will not have neither fields nor separators. +A null @var{string} has no fields or separators. The @code{patsplit()} function splits strings into pieces in a manner similar to the way input lines are split into fields using @code{FPAT} |