summaryrefslogtreecommitdiff
path: root/man3/aio_write.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_write.3')
-rw-r--r--man3/aio_write.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/aio_write.3 b/man3/aio_write.3
index 38c78229..47eeadb5 100644
--- a/man3/aio_write.3
+++ b/man3/aio_write.3
@@ -91,7 +91,7 @@ The field
is ignored.
.LP
No data is written to a regular file beyond its maximum offset.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
On success, 0 is returned.
On error the request is not enqueued, \-1
is returned, and
@@ -133,7 +133,7 @@ is not implemented.
The
.BR aio_write ()
function is available since glibc 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
It is a good idea to zero out the control block before use.
@@ -147,7 +147,7 @@ The memory areas involved must remain valid.
Simultaneous I/O operations specifying the same
.I aiocb
structure produce undefined results.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR aio_cancel (3),
.BR aio_error (3),
.BR aio_fsync (3),