From 3e9c9be49e35227ef1e97efddef7c5f09463f67d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Feb 1997 03:25:12 +0000 Subject: [PATCH] . --- doc/sh-utils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 442d9b617..14b445bd2 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -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