summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
committerru <ru@FreeBSD.org>2003-06-01 19:19:59 +0000
commit34b4fc2567fd5365fc590e4b09f07da8b72eed69 (patch)
treef495bf3128d9be6ce3ff5718a8f276d66156a67a /lib/libc/sys
parentcef963af61272fab6f985eaee2f819cecf52fcce (diff)
downloadFreeBSD-src-34b4fc2567fd5365fc590e4b09f07da8b72eed69.zip
FreeBSD-src-34b4fc2567fd5365fc590e4b09f07da8b72eed69.tar.gz
Assorted mdoc(7) fixes.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/lio_listio.211
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/sys/lio_listio.2 b/lib/libc/sys/lio_listio.2
index fdb09f7..011433a 100644
--- a/lib/libc/sys/lio_listio.2
+++ b/lib/libc/sys/lio_listio.2
@@ -83,7 +83,7 @@ If
.Fa mode
is
.Dv LIO_NOWAIT ,
-the requests are processed asynchronously and the signal specified by
+the requests are processed asynchronously, and the signal specified by
.Fa sig
is sent when all operations have completed.
If
@@ -95,7 +95,7 @@ the calling process is not notified of I/O completion.
The order in which the requests are carried out is not specified;
in particular, there is no guarantee that they will be executed in
the order 0, 1, ...,
-.Fa nent Ns \&-1 .
+.Fa nent Ns \-1 .
.Sh RETURN VALUES
If
.Fa mode
@@ -104,7 +104,7 @@ is
the
.Fn lio_listio
function returns 0 if the operations completed successfully,
-otherwise -1.
+otherwise \-1.
.Pp
If
.Fa mode
@@ -113,7 +113,7 @@ is
the
.Fn lio_listio
function 0 if the operations are successfully queued,
-otherwise -1.
+otherwise \-1.
.Sh ERRORS
The
.Fn lio_listio
@@ -152,8 +152,7 @@ and
If
.Fn lio_listio
succeeds, or fails with an error code of
-.Er EAGAIN ,
-.Er EINTR ,
+.Er EAGAIN , EINTR ,
or
.Er EIO ,
some of the requests may have been initiated.
OpenPOWER on IntegriCloud