aboutsummaryrefslogtreecommitdiffstats
path: root/man3/aio_write.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/aio_write.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/aio_write.3')
-rw-r--r--man3/aio_write.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/aio_write.3 b/man3/aio_write.3
index 828dfab6cf..df794eb52a 100644
--- a/man3/aio_write.3
+++ b/man3/aio_write.3
@@ -99,6 +99,8 @@ are invalid.
.TP
.B ENOSYS
This function is not supported.
+.SH "CONFORMING TO"
+POSIX.1-2001
.SH NOTES
It is a good idea to zero out the control block before use.
This control block must not be changed while the write operation
@@ -108,8 +110,6 @@ The buffer area being written out
must not be accessed during the operation or undefined results may
occur.
The memory areas involved must remain valid.
-.SH "CONFORMING TO"
-POSIX.1-2001
.SH "SEE ALSO"
.BR aio_cancel (3),
.BR aio_error (3),