isalpha.3: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:15:14 +10:00
parent 82bd66b8b6
commit ec0f3c469d
1 changed files with 16 additions and 16 deletions

View File

@ -219,6 +219,22 @@ checks for hexadecimal digits, that is, one of
The values returned are nonzero if the character The values returned are nonzero if the character
.I c .I c
falls into the tested class, and zero if not. 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 .SH ATTRIBUTES
For an explanation of the terms used in this section, see For an explanation of the terms used in this section, see
.BR attributes (7). .BR attributes (7).
@ -246,22 +262,6 @@ T} Thread safety MT-Safe
.TE .TE
.ad .ad
.\" FIXME: need a thread-safety statement about the *_l functions .\" 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 .SH CONFORMING TO
C89 specifies C89 specifies
.BR isalnum (), .BR isalnum (),