]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 8 Feb 1997 03:25:12 +0000 (03:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Feb 1997 03:25:12 +0000 (03:25 +0000)
doc/sh-utils.texi

index 442d9b6179a64a97e4af63773f30d85e1e675e2b..14b445bd226c7131740253db40826d52c7c055cf 100644 (file)
@@ -840,7 +840,7 @@ An alternative way to do pattern matching.  This is the same as
 @findex substr
 Returns the substring of @var{string} beginning at @var{position}
 with length at most @var{length}.  If either @var{position} or
-@var{length} is negative or non-numeric, returns the null string.
+@var{length} is negative, zero, or non-numeric, returns the null string.
 
 @item index @var{string} @var{character-class}
 @findex index