0005-man-End-sentences-with-a-period.patch 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. From d868db4f2c993ebb2895ca77c32b5a5d000355d7 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:03 +0200
  4. Subject: [PATCH libaio 05/28] man: End sentences with a period
  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 | 4 ++--
  9. man/io_prep_pread.3 | 4 ++--
  10. man/io_prep_pwrite.3 | 4 ++--
  11. man/io_queue_init.3 | 2 +-
  12. man/io_queue_release.3 | 2 +-
  13. man/io_queue_run.3 | 2 +-
  14. man/io_queue_wait.3 | 2 +-
  15. man/io_set_callback.3 | 2 +-
  16. 8 files changed, 11 insertions(+), 11 deletions(-)
  17. diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
  18. index 2daddee..3a5f952 100644
  19. --- a/man/io_prep_fsync.3
  20. +++ b/man/io_prep_fsync.3
  21. @@ -70,9 +70,9 @@ must be called.
  22. Simultaneous asynchronous operations using the same iocb produce
  23. undefined results.
  24. .SH "RETURN VALUES"
  25. -None
  26. +None.
  27. .SH ERRORS
  28. -None
  29. +None.
  30. .SH "SEE ALSO"
  31. .BR io (3),
  32. .BR io_cancel (3),
  33. diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
  34. index 1ab28f5..a4df182 100644
  35. --- a/man/io_prep_pread.3
  36. +++ b/man/io_prep_pread.3
  37. @@ -60,9 +60,9 @@ must be called.
  38. Simultaneous asynchronous operations using the same iocb produce
  39. undefined results.
  40. .SH "RETURN VALUES"
  41. -None
  42. +None.
  43. .SH ERRORS
  44. -None
  45. +None.
  46. .SH "SEE ALSO"
  47. .BR io (3),
  48. .BR io_cancel (3),
  49. diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3
  50. index f8d7fac..73c62c7 100644
  51. --- a/man/io_prep_pwrite.3
  52. +++ b/man/io_prep_pwrite.3
  53. @@ -58,9 +58,9 @@ must be called.
  54. Simultaneous asynchronous operations using the same iocb produce
  55. undefined results.
  56. .SH "RETURN VALUES"
  57. -None
  58. +None.
  59. .SH ERRORS
  60. -None
  61. +None.
  62. .SH "SEE ALSO"
  63. .BR io (3),
  64. .BR io_cancel (3),
  65. diff --git a/man/io_queue_init.3 b/man/io_queue_init.3
  66. index 7531f51..666dfae 100644
  67. --- a/man/io_queue_init.3
  68. +++ b/man/io_queue_init.3
  69. @@ -42,7 +42,7 @@ is <= 0 or
  70. is an invalid memory locattion.
  71. .TP
  72. .B ENOSYS
  73. -Not implemented
  74. +Not implemented.
  75. .TP
  76. .B EAGAIN
  77. .IR "maxevents > max_aio_reqs"
  78. diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
  79. index 9df39a0..f927562 100644
  80. --- a/man/io_queue_release.3
  81. +++ b/man/io_queue_release.3
  82. @@ -30,7 +30,7 @@ refers to an unitialized aio context, the iocb pointed to by
  83. contains an improperly initialized iocb,
  84. .TP
  85. .B ENOSYS
  86. -Not implemented
  87. +Not implemented.
  88. .SH "SEE ALSO"
  89. .BR io (3),
  90. .BR io_cancel (3),
  91. diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
  92. index 45762f5..35f385b 100644
  93. --- a/man/io_queue_run.3
  94. +++ b/man/io_queue_run.3
  95. @@ -33,7 +33,7 @@ refers to an unitialized aio context, the iocb pointed to by
  96. contains an improperly initialized iocb,
  97. .TP
  98. .B ENOSYS
  99. -Not implemented
  100. +Not implemented.
  101. .SH "SEE ALSO"
  102. .BR io (3),
  103. .BR io_cancel (3),
  104. diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
  105. index 2c7fc2c..eb6db83 100644
  106. --- a/man/io_queue_wait.3
  107. +++ b/man/io_queue_wait.3
  108. @@ -39,7 +39,7 @@ refers to an unitialized aio context, the iocb pointed to by
  109. contains an improperly initialized iocb,
  110. .TP
  111. .B ENOSYS
  112. -Not implemented
  113. +Not implemented.
  114. .SH "SEE ALSO"
  115. .BR io (3),
  116. .BR io_cancel (3),
  117. diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
  118. index cc842f7..71efd2f 100644
  119. --- a/man/io_set_callback.3
  120. +++ b/man/io_set_callback.3
  121. @@ -25,7 +25,7 @@ typedef void (*io_callback_t)(io_context_t ctx, struct iocb *iocb, long res, lon
  122. .fi
  123. .SH DESCRIPTION
  124. The callback is not done if the caller uses raw events from
  125. -io_getevents, only with the library helpers
  126. +io_getevents, only with the library helpers.
  127. .SH "RETURN VALUES"
  128. .SH ERRORS
  129. .SH "SEE ALSO"
  130. --
  131. 2.26.0.292.g33ef6b2f38