0008-man-Remove-spurious-spaces.patch 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. From 767c68f7ea77f46fe9a227c2dc64a48f8eaa06f5 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:06 +0200
  4. Subject: [PATCH libaio 08/28] man: Remove spurious spaces
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io_cancel.3 | 2 +-
  9. man/io_queue_run.3 | 2 +-
  10. man/io_queue_wait.3 | 2 +-
  11. 3 files changed, 3 insertions(+), 3 deletions(-)
  12. diff --git a/man/io_cancel.3 b/man/io_cancel.3
  13. index 9ac1b40..261a407 100644
  14. --- a/man/io_cancel.3
  15. +++ b/man/io_cancel.3
  16. @@ -33,7 +33,7 @@ have to be overwritten soon. As an example, assume an application, which
  17. writes data in files in a situation where new incoming data would have
  18. to be written in a file which will be updated by an enqueued request.
  19. .SH "RETURN VALUES"
  20. -0 is returned on success , otherwise returns errno.
  21. +0 is returned on success, otherwise returns errno.
  22. .SH ERRORS
  23. .TP
  24. .B EFAULT
  25. diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
  26. index 018257f..b05851c 100644
  27. --- a/man/io_queue_run.3
  28. +++ b/man/io_queue_run.3
  29. @@ -14,7 +14,7 @@ io_queue_run \- Handle completed io requests
  30. .fi
  31. .SH DESCRIPTION
  32. .B io_queue_run
  33. -Attempts to read all the events events from
  34. +Attempts to read all the events events from
  35. the completion queue for the aio_context specified by ctx_id.
  36. .SH "RETURN VALUES"
  37. May return
  38. diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
  39. index e3598d9..fff8141 100644
  40. --- a/man/io_queue_wait.3
  41. +++ b/man/io_queue_wait.3
  42. @@ -12,7 +12,7 @@ io_queue_wait \- Wait for io requests to complete
  43. .BI "int io_queue_wait(io_context_t ctx, const struct timespec *timeout);"
  44. .fi
  45. .SH DESCRIPTION
  46. -Attempts to read an event from
  47. +Attempts to read an event from
  48. the completion queue for the aio_context specified by ctx_id.
  49. .SH "RETURN VALUES"
  50. May return
  51. --
  52. 2.26.0.292.g33ef6b2f38