aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strerror.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:19:07 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:15 +1000
commitbdec6fb099a85ec26eaca9fb6c7c513818cd032a (patch)
treedb3b9e551026949d978df731f11035139759752b /man3/strerror.3
parent84f6b0672ea1b98e36691750ca33cdd540d28f3d (diff)
downloadman-pages-bdec6fb099a85ec26eaca9fb6c7c513818cd032a.tar.gz
strerror.3: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/strerror.3')
-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.