diff --git a/man3/isalpha.3 b/man3/isalpha.3 index be984cc3a..f62cf5252 100644 --- a/man3/isalpha.3 +++ b/man3/isalpha.3 @@ -219,6 +219,22 @@ checks for hexadecimal digits, that is, one of The values returned are nonzero if the character .I c falls into the tested class, and zero if not. +.SH VERSIONS +.BR isalnum_l (), +.BR isalpha_l (), +.BR isblank_l (), +.BR iscntrl_l (), +.BR isdigit_l (), +.BR isgraph_l (), +.BR islower_l (), +.BR isprint_l (), +.BR ispunct_l (), +.BR isspace_l (), +.BR isupper_l (), +.BR isxdigit_l (), +and +.BR isascii_l () +are available since glibc 2.3. .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -246,22 +262,6 @@ T} Thread safety MT-Safe .TE .ad .\" FIXME: need a thread-safety statement about the *_l functions -.SH VERSIONS -.BR isalnum_l (), -.BR isalpha_l (), -.BR isblank_l (), -.BR iscntrl_l (), -.BR isdigit_l (), -.BR isgraph_l (), -.BR islower_l (), -.BR isprint_l (), -.BR ispunct_l (), -.BR isspace_l (), -.BR isupper_l (), -.BR isxdigit_l (), -and -.BR isascii_l () -are available since glibc 2.3. .SH CONFORMING TO C89 specifies .BR isalnum (),