]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in expr/index doc.
authorJim Meyering <jim@meyering.net>
Thu, 12 Jun 1997 11:27:04 +0000 (11:27 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Jun 1997 11:27:04 +0000 (11:27 +0000)
from kwzh

doc/sh-utils.texi

index 765d5f63506ee97a489a03c9bab683bdcca2407f..b72576954fd40299df8972dd45e7521c754d431a 100644 (file)
@@ -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