strerror.3: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:19:07 +10:00
parent 84f6b0672e
commit bdec6fb099
1 changed files with 4 additions and 4 deletions

View File

@ -199,6 +199,10 @@ is not a valid error number.
.TP
.B ERANGE
Insufficient storage was supplied to contain the error description string.
.SH VERSIONS
The
.BR strerror_l ()
function first appeared in glibc 2.6.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@ -216,10 +220,6 @@ T{
.BR strerror_l ()
T} Thread safety MT-Safe
.TE
.SH VERSIONS
The
.BR strerror_l ()
function first appeared in glibc 2.6.
.SH CONFORMING TO
.BR strerror ()
is specified by POSIX.1-2001, POSIX.1-2008, C89, and C99.