diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
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} |