]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/lio_listio.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / lio_listio.3
index 26fff2776f8d1eb29e7aebd27d3a9e005db4d202..9ed9ffa27d2b34a0e75609464456db8c83405284 100644 (file)
@@ -38,7 +38,7 @@ The
 .BR lio_listio ()
 function initiates the list of I/O operations described by the array
 .IR aiocb_list .
-
+.PP
 The
 .I mode
 operation has one of the following values:
@@ -74,7 +74,7 @@ argument specifies the size of the array
 null pointers in
 .I aiocb_list
 are ignored.
-
+.PP
 In each control block in
 .IR aiocb_list ,
 the
@@ -115,7 +115,7 @@ returns 0 if all I/O operations are successfully queued.
 Otherwise, \-1 is returned, and
 .I errno
 is set to indicate the error.
-
+.PP
 If
 .I mode
 is
@@ -125,7 +125,7 @@ returns 0 when all of the I/O operations have completed successfully.
 Otherwise, \-1 is returned, and
 .I errno
 is set to indicate the error.
-
+.PP
 The return status from
 .BR lio_listio ()
 provides information only about the call itself,
@@ -215,7 +215,7 @@ T{
 .BR lio_listio ()
 T}     Thread safety   MT-Safe
 .TE
-
+.sp 1
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
 .SH NOTES
@@ -226,7 +226,7 @@ The buffer areas being read into or written from
 .\" or the control block of the operation
 must not be accessed during the operations 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.