summaryrefslogtreecommitdiff
path: root/man3/flockfile.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/flockfile.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/flockfile.3')
-rw-r--r--man3/flockfile.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/flockfile.3 b/man3/flockfile.3
index cda59aed..e9fe8cb9 100644
--- a/man3/flockfile.3
+++ b/man3/flockfile.3
@@ -97,12 +97,12 @@ function returns zero for success
(the lock was obtained), and non-zero for failure.
.SH ERRORS
None.
+.SH "CONFORMING TO"
+POSIX.1-2001.
.SH AVAILABILITY
These functions are available when _POSIX_THREAD_SAFE_FUNCTIONS
is defined.
They are in libc since libc 5.1.1 and in glibc
since glibc 2.0.
-.SH "CONFORMING TO"
-POSIX.1-2001.
.SH "SEE ALSO"
.BR unlocked_stdio (3)