diff options
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. |
