From bdec6fb099a85ec26eaca9fb6c7c513818cd032a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:19:07 +1000 Subject: [PATCH] strerror.3: Fix section ordering Signed-off-by: Michael Kerrisk --- man3/strerror.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man3/strerror.3 b/man3/strerror.3 index 5d960939f..cadcbb9ee 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -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.