]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/aio_write.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / aio_write.3
index dbdbcd9aa9af70ba0e2ca7454154869f6b31c975..8bac39c49cbc033fe472e95c10ad567e9e01ee54 100644 (file)
@@ -38,9 +38,9 @@ function queues the I/O request described by the buffer pointed to by
 This function is the asynchronous analog of
 .BR write (2).
 The arguments of the call
-
+.PP
     write(fd, buf, count)
-
+.PP
 correspond (in order) to the fields
 .IR aio_fildes ,
 .IR aio_buf ,
@@ -156,7 +156,7 @@ The buffer area being written out
 .\" or the control block of the operation
 must not be accessed during the operation or undefined results may occur.
 The memory areas involved must remain valid.
-
+.PP
 Simultaneous I/O operations specifying the same
 .I aiocb
 structure produce undefined results.