aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/strerror.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3
index 5d960939f1..cadcbb9ee6 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.