0014-man-Fold-short-lines.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. From 96fe0e8a3efb8bb058852a46c0273125dd54ba49 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:12 +0200
  4. Subject: [PATCH libaio 14/28] man: Fold short lines
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io_prep_fsync.3 | 3 +--
  9. man/io_submit.3 | 9 +++------
  10. 2 files changed, 4 insertions(+), 8 deletions(-)
  11. diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
  12. index d332709..419dfeb 100644
  13. --- a/man/io_prep_fsync.3
  14. +++ b/man/io_prep_fsync.3
  15. @@ -39,8 +39,7 @@ The file for which
  16. .nf
  17. .IR "iocb->aio_fildes = fd"
  18. .fi
  19. -is a descriptor is set up with
  20. -the command
  21. +is a descriptor is set up with the command
  22. .nf
  23. .IR "iocb->aio_lio_opcode = IO_CMD_FSYNC"
  24. .fi
  25. diff --git a/man/io_submit.3 b/man/io_submit.3
  26. index a195653..c0791ed 100644
  27. --- a/man/io_submit.3
  28. +++ b/man/io_submit.3
  29. @@ -47,18 +47,15 @@ between.
  30. .BR io_submit ()
  31. gets the
  32. .I nr
  33. -requests from the array pointed to
  34. -by
  35. +requests from the array pointed to by
  36. .IR "iocbs" .
  37. The operation to be performed is determined by the
  38. .IR "aio_lio_opcode"
  39. member in each element of
  40. .IR "iocbs" .
  41. -If this
  42. -field is
  43. +If this field is
  44. .B "IO_CMD_PREAD"
  45. -a read operation is enqueued, similar to a call
  46. -of
  47. +a read operation is enqueued, similar to a call of
  48. .IR "io_prep_pread"
  49. for this element of the array (except that the way
  50. the termination is signalled is different, as we will see below). If
  51. --
  52. 2.26.0.292.g33ef6b2f38