aboutsummaryrefslogtreecommitdiffstats
path: root/man3/aio_read.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
commit94e9d9febdb3c68f94bcff26002311fa464837df (patch)
tree3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man3/aio_read.3
parent009df872f730972ec53a70652959c7b47c7ece8b (diff)
downloadman-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man3/aio_read.3')
-rw-r--r--man3/aio_read.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/aio_read.3 b/man3/aio_read.3
index b773f5aae2..543fa7611d 100644
--- a/man3/aio_read.3
+++ b/man3/aio_read.3
@@ -33,15 +33,15 @@ The
.BR aio_read ()
function requests an asynchronous "n = read(fd, buf, count)"
with fd, buf, count given by
-.IR aiocbp->aio_fildes ,
-.IR aiocbp->aio_buf ,
-.IR aiocbp->aio_nbytes ,
+.IR aiocbp\->aio_fildes ,
+.IR aiocbp\->aio_buf ,
+.IR aiocbp\->aio_nbytes ,
respectively.
The return status n can be retrieved upon completion using
.BR aio_return (3).
.LP
The data is read starting at the absolute file offset
-.IR aiocbp->aio_offset ,
+.IR aiocbp\->aio_offset ,
regardless of the current file position.
After this request,
the value of the current file position is unspecified.
@@ -57,10 +57,10 @@ If
is defined, and this file supports it,
then the asynchronous operation is submitted at a priority equal
to that of the calling process minus
-.IR aiocbp->aio_reqprio .
+.IR aiocbp\->aio_reqprio .
.LP
The field
-.I aiocbp->aio_lio_opcode
+.I aiocbp\->aio_lio_opcode
is ignored.
.LP
No data is read from a regular file beyond its maximum offset.