0009-man-Remove-spurious-text.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. From 5f0e08fda606b960eb1652f5e6743dc031e595f1 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:07 +0200
  4. Subject: [PATCH libaio 09/28] man: Remove spurious text
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io_getevents.3 | 1 -
  9. man/io_prep_pread.3 | 2 +-
  10. man/io_queue_release.3 | 3 +--
  11. 3 files changed, 2 insertions(+), 4 deletions(-)
  12. diff --git a/man/io_getevents.3 b/man/io_getevents.3
  13. index 24c07c3..37e9f7a 100644
  14. --- a/man/io_getevents.3
  15. +++ b/man/io_getevents.3
  16. @@ -73,7 +73,6 @@ events happens or until a signal is caught.
  17. The following
  18. .BR io_pgetevents ()
  19. call:
  20. -call:
  21. .PP
  22. .in +4n
  23. .EX
  24. diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
  25. index 6d66c0f..b32fe4c 100644
  26. --- a/man/io_prep_pread.3
  27. +++ b/man/io_prep_pread.3
  28. @@ -20,7 +20,7 @@ io_prep_pread \- Set up asynchronous read
  29. .br
  30. .sp
  31. .BI "inline void io_prep_pread(struct iocb *iocb, int fd, void *buf, size_t count, long long offset)
  32. -"
  33. +.
  34. .sp
  35. struct iocb {
  36. void *data;
  37. diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
  38. index db91bad..6444aff 100644
  39. --- a/man/io_queue_release.3
  40. +++ b/man/io_queue_release.3
  41. @@ -14,8 +14,7 @@ io_queue_release \- Release the context associated with the userspace handle
  42. .B io_queue_release
  43. destroys the context associated with the userspace handle. May cancel any outstanding
  44. AIOs and block on completion.
  45. -
  46. -.B cts.
  47. +.
  48. .SH "RETURN VALUES"
  49. On success,
  50. .B io_queue_release
  51. --
  52. 2.26.0.292.g33ef6b2f38