[PATCH libaio 14/28] man: Fold short lines
authorGuillem Jover <guillem@hadrons.org>
Sat, 20 Jul 2019 19:18:12 +0000 (21:18 +0200)
committerGuillem Jover <guillem@debian.org>
Thu, 24 Dec 2020 14:41:17 +0000 (14:41 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0014-man-Fold-short-lines.patch

man/io_prep_fsync.3
man/io_submit.3

index d33270997864ce518f7bcb2dd9846608478dd7c8..419dfeba32698ce6273f39f26a29266126059b44 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 a195653c3a72919616594d4f086546d64a3ab519..c0791eded47edc8d8d4f0d2a6b9a90eb79d36ef5 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