From ec0f3c469d874c5e6ba47d1ef6da58e79dcd1ba3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:15:14 +1000 Subject: [PATCH] isalpha.3: Fix section ordering Signed-off-by: Michael Kerrisk --- man3/isalpha.3 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 (),