1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00
This commit is contained in:
Jim Meyering
1997-02-08 03:25:12 +00:00
parent 9e2ad11286
commit 3e9c9be49e

View 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