0012-man-Fix-title-header.patch 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. From ed25b0e63b2bedecc9c181a620422627f27064ef Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Tue, 23 Jul 2019 01:28:10 +0200
  4. Subject: [PATCH libaio 12/28] man: Fix title header
  5. - Update year.
  6. - Balance double quotes.
  7. - Remove version from source argument as recommended in man-pages(7).
  8. - Fix all sections numbers to 3.
  9. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  10. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  11. ---
  12. man/io.3 | 2 +-
  13. man/io_cancel.3 | 2 +-
  14. man/io_fsync.3 | 2 +-
  15. man/io_getevents.3 | 2 +-
  16. man/io_prep_fsync.3 | 2 +-
  17. man/io_prep_pread.3 | 2 +-
  18. man/io_prep_pwrite.3 | 2 +-
  19. man/io_queue_init.3 | 2 +-
  20. man/io_queue_release.3 | 2 +-
  21. man/io_queue_run.3 | 2 +-
  22. man/io_queue_wait.3 | 2 +-
  23. man/io_set_callback.3 | 2 +-
  24. man/io_submit.3 | 2 +-
  25. 13 files changed, 13 insertions(+), 13 deletions(-)
  26. diff --git a/man/io.3 b/man/io.3
  27. index bc529ea..922fbca 100644
  28. --- a/man/io.3
  29. +++ b/man/io.3
  30. @@ -1,4 +1,4 @@
  31. -.TH io 3 2002-09-12 "Linux 2.4" Linux IO"
  32. +.TH io 3 2019-07-23 "Linux" "Linux AIO"
  33. .SH NAME
  34. io \- Asynchronous IO
  35. .SH SYNOPSIS
  36. diff --git a/man/io_cancel.3 b/man/io_cancel.3
  37. index 261a407..a4683be 100644
  38. --- a/man/io_cancel.3
  39. +++ b/man/io_cancel.3
  40. @@ -1,4 +1,4 @@
  41. -.TH io_cancel 2 2002-09-03 "Linux 2.4" "Linux AIO"
  42. +.TH io_cancel 3 2019-07-23 "Linux" "Linux AIO"
  43. .SH NAME
  44. io_cancel \- Cancel io requests
  45. .SH SYNOPSIS
  46. diff --git a/man/io_fsync.3 b/man/io_fsync.3
  47. index 5400d41..bc6778a 100644
  48. --- a/man/io_fsync.3
  49. +++ b/man/io_fsync.3
  50. @@ -4,7 +4,7 @@
  51. .\" io_set_callback(iocb, cb);
  52. .\" return io_submit(ctx, 1, &iocb);
  53. .\" }
  54. -.TH io_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
  55. +.TH io_fsync 3 2019-07-23 "Linux" "Linux AIO"
  56. .SH NAME
  57. io_fsync \- Synchronize a file's complete in-core state with that on disk
  58. .SH SYNOPSIS
  59. diff --git a/man/io_getevents.3 b/man/io_getevents.3
  60. index 95fa86e..05b2507 100644
  61. --- a/man/io_getevents.3
  62. +++ b/man/io_getevents.3
  63. @@ -16,7 +16,7 @@
  64. .\" struct io_event *events,
  65. .\" struct timespec *timeout)
  66. .\"
  67. -.TH io_getevents 2 2002-09-03 "Linux 2.4" "Linux AIO"
  68. +.TH io_getevents 3 2019-07-23 "Linux" "Linux AIO"
  69. .SH NAME
  70. io_getevents, aio_pgetevents \- Read resulting events from io requests
  71. .SH SYNOPSIS
  72. diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
  73. index 0397172..bc0c43b 100644
  74. --- a/man/io_prep_fsync.3
  75. +++ b/man/io_prep_fsync.3
  76. @@ -5,7 +5,7 @@
  77. .\" iocb->aio_lio_opcode = IO_CMD_FSYNC;
  78. .\" iocb->aio_reqprio = 0;
  79. .\" }
  80. -.TH io_prep_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
  81. +.TH io_prep_fsync 3 2019-07-23 "Linux" "Linux AIO"
  82. .SH NAME
  83. io_prep_fsync \- Synchronize a file's complete in-core state with that on disk
  84. .SH SYNOPSIS
  85. diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
  86. index 3c28f61..e981e41 100644
  87. --- a/man/io_prep_pread.3
  88. +++ b/man/io_prep_pread.3
  89. @@ -8,7 +8,7 @@
  90. .\" iocb->u.c.nbytes = count;
  91. .\" iocb->u.c.offset = offset;
  92. .\" }
  93. -.TH io_prep_pread 3 2002-09-12 "Linux 2.4" Linux AIO"
  94. +.TH io_prep_pread 3 2019-07-23 "Linux" "Linux AIO"
  95. .SH NAME
  96. io_prep_pread \- Set up asynchronous read
  97. .SH SYNOPSIS
  98. diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3
  99. index 69479c2..f2837b6 100644
  100. --- a/man/io_prep_pwrite.3
  101. +++ b/man/io_prep_pwrite.3
  102. @@ -8,7 +8,7 @@
  103. .\" iocb->u.c.nbytes = count;
  104. .\" iocb->u.c.offset = offset;
  105. .\" }
  106. -.TH io_prep_pwrite 3 2002-09-12 "Linux 2.4" Linux AIO"
  107. +.TH io_prep_pwrite 3 2019-07-23 "Linux" "Linux AIO"
  108. .SH NAME
  109. io_prep_pwrite \- Set up iocb for asynchronous writes
  110. .SH SYNOPSIS
  111. diff --git a/man/io_queue_init.3 b/man/io_queue_init.3
  112. index 9c04b3f..d8753a7 100644
  113. --- a/man/io_queue_init.3
  114. +++ b/man/io_queue_init.3
  115. @@ -1,4 +1,4 @@
  116. -.TH io_queue_init 2 2002-09-03 "Linux 2.4" "Linux AIO"
  117. +.TH io_queue_init 3 2019-07-23 "Linux" "Linux AIO"
  118. .SH NAME
  119. io_queue_init \- Initialize asynchronous io state machine
  120. diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
  121. index 5c9ded1..392a478 100644
  122. --- a/man/io_queue_release.3
  123. +++ b/man/io_queue_release.3
  124. @@ -1,4 +1,4 @@
  125. -.TH io_queue_release 2 2002-09-03 "Linux 2.4" "Linux AIO"
  126. +.TH io_queue_release 3 2019-07-23 "Linux" "Linux AIO"
  127. .SH NAME
  128. io_queue_release \- Release the context associated with the userspace handle
  129. .SH SYNOPSIS
  130. diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
  131. index 8e0691c..dc54acd 100644
  132. --- a/man/io_queue_run.3
  133. +++ b/man/io_queue_run.3
  134. @@ -1,4 +1,4 @@
  135. -.TH io_queue_run 2 2002-09-03 "Linux 2.4" "Linux AIO"
  136. +.TH io_queue_run 3 2019-07-23 "Linux" "Linux AIO"
  137. .SH NAME
  138. io_queue_run \- Handle completed io requests
  139. .SH SYNOPSIS
  140. diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
  141. index 0cf0497..356c3b2 100644
  142. --- a/man/io_queue_wait.3
  143. +++ b/man/io_queue_wait.3
  144. @@ -1,4 +1,4 @@
  145. -.TH io_queue_wait 2 2002-09-03 "Linux 2.4" "Linux AIO"
  146. +.TH io_queue_wait 3 2019-07-23 "Linux" "Linux AIO"
  147. .SH NAME
  148. io_queue_wait \- Wait for io requests to complete
  149. .SH SYNOPSIS
  150. diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
  151. index 3599e8c..25b9a7f 100644
  152. --- a/man/io_set_callback.3
  153. +++ b/man/io_set_callback.3
  154. @@ -1,5 +1,5 @@
  155. .\"static inline void io_set_callback(struct iocb *iocb, io_callback_t cb)
  156. -.TH io_set_callback 3 2002-09-12 "Linux 2.4" Linux AIO"
  157. +.TH io_set_callback 3 2019-07-23 "Linux" "Linux AIO"
  158. .SH NAME
  159. io_set_callback \- Set up io completion callback function
  160. .SH SYNOPSIS
  161. diff --git a/man/io_submit.3 b/man/io_submit.3
  162. index 3ae8721..01c25cd 100644
  163. --- a/man/io_submit.3
  164. +++ b/man/io_submit.3
  165. @@ -10,7 +10,7 @@
  166. .\" * are available to queue any iocbs. Will return 0 if nr is 0. Will
  167. .\" * fail with -ENOSYS if not implemented.
  168. .\" */
  169. -.TH io_submit 2 2002-09-02 "Linux 2.4" "Linux AIO"
  170. +.TH io_submit 3 2019-07-23 "Linux" "Linux AIO"
  171. .SH NAME
  172. io_submit \- Submit io requests
  173. .SH SYNOPSIS
  174. --
  175. 2.26.0.292.g33ef6b2f38