From: Jim Meyering Date: Thu, 12 Jun 1997 11:27:04 +0000 (+0000) Subject: fix typo in expr/index doc. X-Git-Tag: SH-UTILS-1_16a~43 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bcdaf2c1a5d7955e695eabce569866298988b43b;p=thirdparty%2Fcoreutils.git fix typo in expr/index doc. from kwzh --- diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 765d5f6350..b72576954f 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -844,7 +844,7 @@ 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, zero, or non-numeric, returns the null string. -@item index @var{string} @var{character-class} +@item index @var{string} @var{charset} @findex index Returns the first position in @var{string} where the first character in @var{charset} was found. If no character in @var{charset} is found in