0002-man-Add-missing-space-in-man-page-references.patch 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. From aef192335a7f16384c4b95a2cc2ce9c46fa72e02 Mon Sep 17 00:00:00 2001
  2. From: Guillem Jover <guillem@hadrons.org>
  3. Date: Sat, 20 Jul 2019 21:18:00 +0200
  4. Subject: [PATCH libaio 02/28] man: Add missing space in man page references
  5. Signed-off-by: Guillem Jover <guillem@hadrons.org>
  6. Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
  7. ---
  8. man/io.3 | 26 +++++++++++++-------------
  9. man/io_cancel.3 | 26 +++++++++++++-------------
  10. man/io_fsync.3 | 24 ++++++++++++------------
  11. man/io_getevents.3 | 28 ++++++++++++++--------------
  12. man/io_prep_fsync.3 | 26 +++++++++++++-------------
  13. man/io_prep_pread.3 | 26 +++++++++++++-------------
  14. man/io_prep_pwrite.3 | 26 +++++++++++++-------------
  15. man/io_queue_init.3 | 26 +++++++++++++-------------
  16. man/io_queue_release.3 | 24 ++++++++++++------------
  17. man/io_queue_run.3 | 26 +++++++++++++-------------
  18. man/io_queue_wait.3 | 26 +++++++++++++-------------
  19. man/io_set_callback.3 | 26 +++++++++++++-------------
  20. man/io_submit.3 | 26 +++++++++++++-------------
  21. 13 files changed, 168 insertions(+), 168 deletions(-)
  22. diff --git a/man/io.3 b/man/io.3
  23. index d910a68..968b1f9 100644
  24. --- a/man/io.3
  25. +++ b/man/io.3
  26. @@ -336,16 +336,16 @@ int main(int argc, char *const *argv)
  27. */
  28. .fi
  29. .SH "SEE ALSO"
  30. -.BR io_cancel(3),
  31. -.BR io_fsync(3),
  32. -.BR io_getevents(3),
  33. -.BR io_prep_fsync(3),
  34. -.BR io_prep_pread(3),
  35. -.BR io_prep_pwrite(3),
  36. -.BR io_queue_init(3),
  37. -.BR io_queue_release(3),
  38. -.BR io_queue_run(3),
  39. -.BR io_queue_wait(3),
  40. -.BR io_set_callback(3),
  41. -.BR io_submit(3),
  42. -.BR errno(3)
  43. +.BR io_cancel (3),
  44. +.BR io_fsync (3),
  45. +.BR io_getevents (3),
  46. +.BR io_prep_fsync (3),
  47. +.BR io_prep_pread (3),
  48. +.BR io_prep_pwrite (3),
  49. +.BR io_queue_init (3),
  50. +.BR io_queue_release (3),
  51. +.BR io_queue_run (3),
  52. +.BR io_queue_wait (3),
  53. +.BR io_set_callback (3),
  54. +.BR io_submit (3),
  55. +.BR errno (3).
  56. diff --git a/man/io_cancel.3 b/man/io_cancel.3
  57. index 9a16084..3cf1bc6 100644
  58. --- a/man/io_cancel.3
  59. +++ b/man/io_cancel.3
  60. @@ -50,16 +50,16 @@ cancelled.
  61. .B ENOSYS
  62. if not implemented.
  63. .SH "SEE ALSO"
  64. -.BR io(3),
  65. -.BR io_fsync(3),
  66. -.BR io_getevents(3),
  67. -.BR io_prep_fsync(3),
  68. -.BR io_prep_pread(3),
  69. -.BR io_prep_pwrite(3),
  70. -.BR io_queue_init(3),
  71. -.BR io_queue_release(3),
  72. -.BR io_queue_run(3),
  73. -.BR io_queue_wait(3),
  74. -.BR io_set_callback(3),
  75. -.BR io_submit(3),
  76. -.BR errno(3)
  77. +.BR io (3),
  78. +.BR io_fsync (3),
  79. +.BR io_getevents (3),
  80. +.BR io_prep_fsync (3),
  81. +.BR io_prep_pread (3),
  82. +.BR io_prep_pwrite (3),
  83. +.BR io_queue_init (3),
  84. +.BR io_queue_release (3),
  85. +.BR io_queue_run (3),
  86. +.BR io_queue_wait (3),
  87. +.BR io_set_callback (3),
  88. +.BR io_submit (3),
  89. +.BR errno (3).
  90. diff --git a/man/io_fsync.3 b/man/io_fsync.3
  91. index 53eb63d..859de1b 100644
  92. --- a/man/io_fsync.3
  93. +++ b/man/io_fsync.3
  94. @@ -68,15 +68,15 @@ The iocb contains a file descriptor that does not exist.
  95. .B EINVAL
  96. The file specified in the iocb does not support the given io operation.
  97. .SH "SEE ALSO"
  98. -.BR io(3),
  99. -.BR io_cancel(3),
  100. -.BR io_getevents(3),
  101. -.BR io_prep_pread(3),
  102. -.BR io_prep_pwrite(3),
  103. -.BR io_queue_init(3),
  104. -.BR io_queue_release(3),
  105. -.BR io_queue_run(3),
  106. -.BR io_queue_wait(3),
  107. -.BR io_set_callback(3),
  108. -.BR io_submit(3),
  109. -.BR errno(3)
  110. +.BR io (3),
  111. +.BR io_cancel (3),
  112. +.BR io_getevents (3),
  113. +.BR io_prep_pread (3),
  114. +.BR io_prep_pwrite (3),
  115. +.BR io_queue_init (3),
  116. +.BR io_queue_release (3),
  117. +.BR io_queue_run (3),
  118. +.BR io_queue_wait (3),
  119. +.BR io_set_callback (3),
  120. +.BR io_submit (3),
  121. +.BR errno (3).
  122. diff --git a/man/io_getevents.3 b/man/io_getevents.3
  123. index 5062daa..a4f8b57 100644
  124. --- a/man/io_getevents.3
  125. +++ b/man/io_getevents.3
  126. @@ -118,17 +118,17 @@ if nr is out of range, if when is out of range.
  127. .B EFAULT
  128. if any of the memory specified to is invalid.
  129. .SH "SEE ALSO"
  130. -.BR io(3),
  131. -.BR io_cancel(3),
  132. -.BR io_fsync(3),
  133. -.BR io_prep_fsync(3),
  134. -.BR io_prep_pread(3),
  135. -.BR io_prep_pwrite(3),
  136. -.BR io_queue_init(3),
  137. -.BR io_queue_release(3),
  138. -.BR io_queue_run(3),
  139. -.BR io_queue_wait(3),
  140. -.BR io_set_callback(3),
  141. -.BR io_submit(3),
  142. -.BR errno(3),
  143. -.BR pselect(2)
  144. +.BR io (3),
  145. +.BR io_cancel (3),
  146. +.BR io_fsync (3),
  147. +.BR io_prep_fsync (3),
  148. +.BR io_prep_pread (3),
  149. +.BR io_prep_pwrite (3),
  150. +.BR io_queue_init (3),
  151. +.BR io_queue_release (3),
  152. +.BR io_queue_run (3),
  153. +.BR io_queue_wait (3),
  154. +.BR io_set_callback (3),
  155. +.BR io_submit (3),
  156. +.BR errno (3),
  157. +.BR pselect (2).
  158. diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
  159. index 4cf935a..1173e2a 100644
  160. --- a/man/io_prep_fsync.3
  161. +++ b/man/io_prep_fsync.3
  162. @@ -74,16 +74,16 @@ None
  163. .SH ERRORS
  164. None
  165. .SH "SEE ALSO"
  166. -.BR io(3),
  167. -.BR io_cancel(3),
  168. -.BR io_fsync(3),
  169. -.BR io_getevents(3),
  170. -.BR io_prep_pread(3),
  171. -.BR io_prep_pwrite(3),
  172. -.BR io_queue_init(3),
  173. -.BR io_queue_release(3),
  174. -.BR io_queue_run(3),
  175. -.BR io_queue_wait(3),
  176. -.BR io_set_callback(3),
  177. -.BR io_submit(3),
  178. -.BR errno(3)
  179. +.BR io (3),
  180. +.BR io_cancel (3),
  181. +.BR io_fsync (3),
  182. +.BR io_getevents (3),
  183. +.BR io_prep_pread (3),
  184. +.BR io_prep_pwrite (3),
  185. +.BR io_queue_init (3),
  186. +.BR io_queue_release (3),
  187. +.BR io_queue_run (3),
  188. +.BR io_queue_wait (3),
  189. +.BR io_set_callback (3),
  190. +.BR io_submit (3),
  191. +.BR errno (3).
  192. diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
  193. index 5938aec..2c3b314 100644
  194. --- a/man/io_prep_pread.3
  195. +++ b/man/io_prep_pread.3
  196. @@ -64,16 +64,16 @@ None
  197. .SH ERRORS
  198. None
  199. .SH "SEE ALSO"
  200. -.BR io(3),
  201. -.BR io_cancel(3),
  202. -.BR io_fsync(3),
  203. -.BR io_getevents(3),
  204. -.BR io_prep_fsync(3),
  205. -.BR io_prep_pwrite(3),
  206. -.BR io_queue_init(3),
  207. -.BR io_queue_release(3),
  208. -.BR io_queue_run(3),
  209. -.BR io_queue_wait(3),
  210. -.BR io_set_callback(3),
  211. -.BR io_submit(3),
  212. -.BR errno(3)
  213. +.BR io (3),
  214. +.BR io_cancel (3),
  215. +.BR io_fsync (3),
  216. +.BR io_getevents (3),
  217. +.BR io_prep_fsync (3),
  218. +.BR io_prep_pwrite (3),
  219. +.BR io_queue_init (3),
  220. +.BR io_queue_release (3),
  221. +.BR io_queue_run (3),
  222. +.BR io_queue_wait (3),
  223. +.BR io_set_callback (3),
  224. +.BR io_submit (3),
  225. +.BR errno (3).
  226. diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3
  227. index 68b3500..669b8c2 100644
  228. --- a/man/io_prep_pwrite.3
  229. +++ b/man/io_prep_pwrite.3
  230. @@ -62,16 +62,16 @@ None
  231. .SH ERRORS
  232. None
  233. .SH "SEE ALSO"
  234. -.BR io(3),
  235. -.BR io_cancel(3),
  236. -.BR io_fsync(3),
  237. -.BR io_getevents(3),
  238. -.BR io_prep_fsync(3),
  239. -.BR io_prep_pread(3),
  240. -.BR io_queue_init(3),
  241. -.BR io_queue_release(3),
  242. -.BR io_queue_run(3),
  243. -.BR io_queue_wait(3),
  244. -.BR io_set_callback(3),
  245. -.BR io_submit(3),
  246. -.BR errno(3)
  247. +.BR io (3),
  248. +.BR io_cancel (3),
  249. +.BR io_fsync (3),
  250. +.BR io_getevents (3),
  251. +.BR io_prep_fsync (3),
  252. +.BR io_prep_pread (3),
  253. +.BR io_queue_init (3),
  254. +.BR io_queue_release (3),
  255. +.BR io_queue_run (3),
  256. +.BR io_queue_wait (3),
  257. +.BR io_set_callback (3),
  258. +.BR io_submit (3),
  259. +.BR errno (3).
  260. diff --git a/man/io_queue_init.3 b/man/io_queue_init.3
  261. index 317f631..7531f51 100644
  262. --- a/man/io_queue_init.3
  263. +++ b/man/io_queue_init.3
  264. @@ -48,16 +48,16 @@ Not implemented
  265. .IR "maxevents > max_aio_reqs"
  266. where max_aio_reqs is a tunable value.
  267. .SH "SEE ALSO"
  268. -.BR io(3),
  269. -.BR io_cancel(3),
  270. -.BR io_fsync(3),
  271. -.BR io_getevents(3),
  272. -.BR io_prep_fsync(3),
  273. -.BR io_prep_pread(3),
  274. -.BR io_prep_pwrite(3),
  275. -.BR io_queue_release(3),
  276. -.BR io_queue_run(3),
  277. -.BR io_queue_wait(3),
  278. -.BR io_set_callback(3),
  279. -.BR io_submit(3),
  280. -.BR errno(3)
  281. +.BR io (3),
  282. +.BR io_cancel (3),
  283. +.BR io_fsync (3),
  284. +.BR io_getevents (3),
  285. +.BR io_prep_fsync (3),
  286. +.BR io_prep_pread (3),
  287. +.BR io_prep_pwrite (3),
  288. +.BR io_queue_release (3),
  289. +.BR io_queue_run (3),
  290. +.BR io_queue_wait (3),
  291. +.BR io_set_callback (3),
  292. +.BR io_submit (3),
  293. +.BR errno (3).
  294. diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
  295. index 06b9ec0..9df39a0 100644
  296. --- a/man/io_queue_release.3
  297. +++ b/man/io_queue_release.3
  298. @@ -32,17 +32,17 @@ contains an improperly initialized iocb,
  299. .B ENOSYS
  300. Not implemented
  301. .SH "SEE ALSO"
  302. -.BR io(3),
  303. -.BR io_cancel(3),
  304. -.BR io_fsync(3),
  305. -.BR io_getevents(3),
  306. -.BR io_prep_fsync(3),
  307. -.BR io_prep_pread(3),
  308. -.BR io_prep_pwrite(3),
  309. -.BR io_queue_init(3),
  310. -.BR io_queue_run(3),
  311. +.BR io (3),
  312. +.BR io_cancel (3),
  313. +.BR io_fsync (3),
  314. +.BR io_getevents (3),
  315. +.BR io_prep_fsync (3),
  316. +.BR io_prep_pread (3),
  317. +.BR io_prep_pwrite (3),
  318. +.BR io_queue_init (3),
  319. +.BR io_queue_run (3),
  320. .BR io_queue_wait(3),
  321. -.BR io_set_callback(3),
  322. -.BR io_submit(3),
  323. -.BR errno(3)
  324. +.BR io_set_callback (3),
  325. +.BR io_submit (3),
  326. +.BR errno (3).
  327. diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
  328. index 57dd417..45762f5 100644
  329. --- a/man/io_queue_run.3
  330. +++ b/man/io_queue_run.3
  331. @@ -35,16 +35,16 @@ contains an improperly initialized iocb,
  332. .B ENOSYS
  333. Not implemented
  334. .SH "SEE ALSO"
  335. -.BR io(3),
  336. -.BR io_cancel(3),
  337. -.BR io_fsync(3),
  338. -.BR io_getevents(3),
  339. -.BR io_prep_fsync(3),
  340. -.BR io_prep_pread(3),
  341. -.BR io_prep_pwrite(3),
  342. -.BR io_queue_init(3),
  343. -.BR io_queue_release(3),
  344. -.BR io_queue_wait(3),
  345. -.BR io_set_callback(3),
  346. -.BR io_submit(3),
  347. -.BR errno(3)
  348. +.BR io (3),
  349. +.BR io_cancel (3),
  350. +.BR io_fsync (3),
  351. +.BR io_getevents (3),
  352. +.BR io_prep_fsync (3),
  353. +.BR io_prep_pread (3),
  354. +.BR io_prep_pwrite (3),
  355. +.BR io_queue_init (3),
  356. +.BR io_queue_release (3),
  357. +.BR io_queue_wait (3),
  358. +.BR io_set_callback (3),
  359. +.BR io_submit (3),
  360. +.BR errno (3).
  361. diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
  362. index 2306663..2c7fc2c 100644
  363. --- a/man/io_queue_wait.3
  364. +++ b/man/io_queue_wait.3
  365. @@ -41,16 +41,16 @@ contains an improperly initialized iocb,
  366. .B ENOSYS
  367. Not implemented
  368. .SH "SEE ALSO"
  369. -.BR io(3),
  370. -.BR io_cancel(3),
  371. -.BR io_fsync(3),
  372. -.BR io_getevents(3),
  373. -.BR io_prep_fsync(3),
  374. -.BR io_prep_pread(3),
  375. -.BR io_prep_pwrite(3),
  376. -.BR io_queue_init(3),
  377. -.BR io_queue_release(3),
  378. -.BR io_queue_run(3),
  379. -.BR io_set_callback(3),
  380. -.BR io_submit(3),
  381. -.BR errno(3)
  382. +.BR io (3),
  383. +.BR io_cancel (3),
  384. +.BR io_fsync (3),
  385. +.BR io_getevents (3),
  386. +.BR io_prep_fsync (3),
  387. +.BR io_prep_pread (3),
  388. +.BR io_prep_pwrite (3),
  389. +.BR io_queue_init (3),
  390. +.BR io_queue_release (3),
  391. +.BR io_queue_run (3),
  392. +.BR io_set_callback (3),
  393. +.BR io_submit (3),
  394. +.BR errno (3).
  395. diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
  396. index a8ca789..3c7e43f 100644
  397. --- a/man/io_set_callback.3
  398. +++ b/man/io_set_callback.3
  399. @@ -29,16 +29,16 @@ io_getevents, only with the library helpers
  400. .SH "RETURN VALUES"
  401. .SH ERRORS
  402. .SH "SEE ALSO"
  403. -.BR io(3),
  404. -.BR io_cancel(3),
  405. -.BR io_fsync(3),
  406. -.BR io_getevents(3),
  407. -.BR io_prep_fsync(3),
  408. -.BR io_prep_pread(3),
  409. -.BR io_prep_pwrite(3),
  410. -.BR io_queue_init(3),
  411. -.BR io_queue_release(3),
  412. -.BR io_queue_run(3),
  413. -.BR io_queue_wait(3),
  414. -.BR io_submit(3),
  415. -.BR errno(3)
  416. +.BR io (3),
  417. +.BR io_cancel (3),
  418. +.BR io_fsync (3),
  419. +.BR io_getevents (3),
  420. +.BR io_prep_fsync (3),
  421. +.BR io_prep_pread (3),
  422. +.BR io_prep_pwrite (3),
  423. +.BR io_queue_init (3),
  424. +.BR io_queue_release (3),
  425. +.BR io_queue_run (3),
  426. +.BR io_queue_wait (3),
  427. +.BR io_submit (3),
  428. +.BR errno (3).
  429. diff --git a/man/io_submit.3 b/man/io_submit.3
  430. index b6966ef..7281147 100644
  431. --- a/man/io_submit.3
  432. +++ b/man/io_submit.3
  433. @@ -120,16 +120,16 @@ The iocb contains a file descriptor that does not exist.
  434. .B EINVAL
  435. The file specified in the iocb does not support the given io operation.
  436. .SH "SEE ALSO"
  437. -.BR io(3),
  438. -.BR io_cancel(3),
  439. -.BR io_fsync(3),
  440. -.BR io_getevents(3),
  441. -.BR io_prep_fsync(3),
  442. -.BR io_prep_pread(3),
  443. -.BR io_prep_pwrite(3),
  444. -.BR io_queue_init(3),
  445. -.BR io_queue_release(3),
  446. -.BR io_queue_run(3),
  447. -.BR io_queue_wait(3),
  448. -.BR io_set_callback(3),
  449. -.BR errno(3)
  450. +.BR io (3),
  451. +.BR io_cancel (3),
  452. +.BR io_fsync (3),
  453. +.BR io_getevents (3),
  454. +.BR io_prep_fsync (3),
  455. +.BR io_prep_pread (3),
  456. +.BR io_prep_pwrite (3),
  457. +.BR io_queue_init (3),
  458. +.BR io_queue_release (3),
  459. +.BR io_queue_run (3),
  460. +.BR io_queue_wait (3),
  461. +.BR io_set_callback (3),
  462. +.BR errno (3).
  463. --
  464. 2.26.0.292.g33ef6b2f38