summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-20 21:18:12 +0200
committerJeff Moyer <jmoyer@redhat.com>2019-07-29 10:12:19 -0400
commit96fe0e8a3efb8bb058852a46c0273125dd54ba49 (patch)
treea5ec1bbe1ee75d0c51ff9f481a6e219ad9feac4c
parenta311701ea7eebff003e88694a391d810485f36e0 (diff)
downloadlibaio-96fe0e8a3efb8bb058852a46c0273125dd54ba49.tar.gz
man: Fold short lines
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--man/io_prep_fsync.33
-rw-r--r--man/io_submit.39
2 files changed, 4 insertions, 8 deletions
diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
index d332709..419dfeb 100644
--- a/man/io_prep_fsync.3
+++ b/man/io_prep_fsync.3
@@ -39,8 +39,7 @@ The file for which
.nf
.IR "iocb->aio_fildes = fd"
.fi
-is a descriptor is set up with
-the command
+is a descriptor is set up with the command
.nf
.IR "iocb->aio_lio_opcode = IO_CMD_FSYNC"
.fi
diff --git a/man/io_submit.3 b/man/io_submit.3
index a195653..c0791ed 100644
--- a/man/io_submit.3
+++ b/man/io_submit.3
@@ -47,18 +47,15 @@ between.
.BR io_submit ()
gets the
.I nr
-requests from the array pointed to
-by
+requests from the array pointed to by
.IR "iocbs" .
The operation to be performed is determined by the
.IR "aio_lio_opcode"
member in each element of
.IR "iocbs" .
-If this
-field is
+If this field is
.B "IO_CMD_PREAD"
-a read operation is enqueued, similar to a call
-of
+a read operation is enqueued, similar to a call of
.IR "io_prep_pread"
for this element of the array (except that the way
the termination is signalled is different, as we will see below). If