diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-12 11:27:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-12 11:27:04 +0000 |
commit | bcdaf2c1a5d7955e695eabce569866298988b43b (patch) | |
tree | 622bd7493ec9a2f095e6d9e838e36e0f8fc10854 /doc | |
parent | e737958ebb5977d4161ec068f9ccacb2a57aa452 (diff) | |
download | coreutils-bcdaf2c1a5d7955e695eabce569866298988b43b.tar.xz |
fix typo in expr/index doc.
from kwzh
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 765d5f635..b72576954 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 |