0006-man-Fix-casing.patch 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. From 19a7217fe0a4dafd5f171b99bc27b7d8a29df9a0 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:04 +0200
  4. Subject: [PATCH libaio 06/28] man: Fix casing
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io_cancel.3 | 4 ++--
  9. man/io_getevents.3 | 4 ++--
  10. 2 files changed, 4 insertions(+), 4 deletions(-)
  11. diff --git a/man/io_cancel.3 b/man/io_cancel.3
  12. index 3cf1bc6..9ac1b40 100644
  13. --- a/man/io_cancel.3
  14. +++ b/man/io_cancel.3
  15. @@ -33,7 +33,7 @@ have to be overwritten soon. As an example, assume an application, which
  16. writes data in files in a situation where new incoming data would have
  17. to be written in a file which will be updated by an enqueued request.
  18. .SH "RETURN VALUES"
  19. -0 is returned on success , otherwise returns Errno.
  20. +0 is returned on success , otherwise returns errno.
  21. .SH ERRORS
  22. .TP
  23. .B EFAULT
  24. @@ -48,7 +48,7 @@ If the iocb specified was not
  25. cancelled.
  26. .TP
  27. .B ENOSYS
  28. -if not implemented.
  29. +If not implemented.
  30. .SH "SEE ALSO"
  31. .BR io (3),
  32. .BR io_fsync (3),
  33. diff --git a/man/io_getevents.3 b/man/io_getevents.3
  34. index 1e643ac..c8f2676 100644
  35. --- a/man/io_getevents.3
  36. +++ b/man/io_getevents.3
  37. @@ -112,11 +112,11 @@ behaves the same as
  38. .SH ERRORS
  39. .TP
  40. .B EINVAL
  41. -if ctx_id is invalid, if min_nr is out of range,
  42. +If ctx_id is invalid, if min_nr is out of range,
  43. if nr is out of range, if when is out of range.
  44. .TP
  45. .B EFAULT
  46. -if any of the memory specified to is invalid.
  47. +If any of the memory specified to is invalid.
  48. .SH "SEE ALSO"
  49. .BR io (3),
  50. .BR io_cancel (3),
  51. --
  52. 2.26.0.292.g33ef6b2f38