Fix typo in isalnum_l doc
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
ac7f1d5e93
commit
18f6750b95
@ -23,7 +23,7 @@ You can use a compiled subroutine instead of the macro definition by
|
|||||||
undefining the macro using `<<#undef isalnum_l>>'.
|
undefining the macro using `<<#undef isalnum_l>>'.
|
||||||
|
|
||||||
RETURNS
|
RETURNS
|
||||||
<<isalnum>_l> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or
|
<<isalnum_l>> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or
|
||||||
<<A>>--<<Z>>) or a digit (<<0>>--<<9>>).
|
<<A>>--<<Z>>) or a digit (<<0>>--<<9>>).
|
||||||
|
|
||||||
PORTABILITY
|
PORTABILITY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user