[PATCH 13/15] man: Fold short lines
authorGuillem Jover <guillem@hadrons.org>
Fri, 8 Feb 2019 21:45:18 +0000 (22:45 +0100)
committerGuillem Jover <guillem@debian.org>
Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0013-man-Fold-short-lines.patch

man/io_prep_fsync.3
man/io_submit.3

index 61e8850b83a61a67a77d50b963d8b8b2b3195b57..31cc9c53b5d920bfaba5843430f7c09bea872207 100644 (file)
@@ -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
index 587045bf6cdc237f6467abe6826b10b64d4749be..7f4e27a8e7cae7d334f19a3a9e3e5e920ee5fd80 100644 (file)
@@ -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