aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-08-18 20:43:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-08-18 20:43:00 +0300
commit9bf78bd65df65f2f406074fd17f0e0f22720b408 (patch)
treebb1a4dd29378eafc640daecc547d03904c7f9f46 /doc/gawktexi.in
parentfe863c57ce221f35fdf1f281231619268d3f5942 (diff)
downloadegawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.tar.gz
egawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.tar.bz2
egawk-9bf78bd65df65f2f406074fd17f0e0f22720b408.zip
Small doc fix.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index b147b634..30e527d5 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18031,7 +18031,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}