diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-22 16:40:46 +0000 |
| commit | 94e9d9febdb3c68f94bcff26002311fa464837df (patch) | |
| tree | 3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man3/aio_write.3 | |
| parent | 009df872f730972ec53a70652959c7b47c7ece8b (diff) | |
| download | man-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz | |
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man3/aio_write.3')
| -rw-r--r-- | man3/aio_write.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/aio_write.3 b/man3/aio_write.3 index 4a4a0a0bd5..569e14ffdd 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -33,9 +33,9 @@ The .BR aio_write () function requests an asynchronous "n = write(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). @@ -44,7 +44,7 @@ If .B O_APPEND is not set, the data is written starting at the absolute file offset -.IR aiocbp->aio_offset , +.IR aiocbp\->aio_offset , regardless of the current file position. If .B O_APPEND @@ -62,10 +62,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 written to a regular file beyond its maximum offset. |
