123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- From aef192335a7f16384c4b95a2cc2ce9c46fa72e02 Mon Sep 17 00:00:00 2001
- From: Guillem Jover <guillem@hadrons.org>
- Date: Sat, 20 Jul 2019 21:18:00 +0200
- Subject: [PATCH libaio 02/28] man: Add missing space in man page references
- Signed-off-by: Guillem Jover <guillem@hadrons.org>
- Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
- ---
- man/io.3 | 26 +++++++++++++-------------
- man/io_cancel.3 | 26 +++++++++++++-------------
- man/io_fsync.3 | 24 ++++++++++++------------
- man/io_getevents.3 | 28 ++++++++++++++--------------
- man/io_prep_fsync.3 | 26 +++++++++++++-------------
- man/io_prep_pread.3 | 26 +++++++++++++-------------
- man/io_prep_pwrite.3 | 26 +++++++++++++-------------
- man/io_queue_init.3 | 26 +++++++++++++-------------
- man/io_queue_release.3 | 24 ++++++++++++------------
- man/io_queue_run.3 | 26 +++++++++++++-------------
- man/io_queue_wait.3 | 26 +++++++++++++-------------
- man/io_set_callback.3 | 26 +++++++++++++-------------
- man/io_submit.3 | 26 +++++++++++++-------------
- 13 files changed, 168 insertions(+), 168 deletions(-)
- diff --git a/man/io.3 b/man/io.3
- index d910a68..968b1f9 100644
- --- a/man/io.3
- +++ b/man/io.3
- @@ -336,16 +336,16 @@ int main(int argc, char *const *argv)
- */
- .fi
- .SH "SEE ALSO"
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_cancel.3 b/man/io_cancel.3
- index 9a16084..3cf1bc6 100644
- --- a/man/io_cancel.3
- +++ b/man/io_cancel.3
- @@ -50,16 +50,16 @@ cancelled.
- .B ENOSYS
- if not implemented.
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_fsync.3 b/man/io_fsync.3
- index 53eb63d..859de1b 100644
- --- a/man/io_fsync.3
- +++ b/man/io_fsync.3
- @@ -68,15 +68,15 @@ The iocb contains a file descriptor that does not exist.
- .B EINVAL
- The file specified in the iocb does not support the given io operation.
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_getevents(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_getevents (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_getevents.3 b/man/io_getevents.3
- index 5062daa..a4f8b57 100644
- --- a/man/io_getevents.3
- +++ b/man/io_getevents.3
- @@ -118,17 +118,17 @@ if nr is out of range, if when is out of range.
- .B EFAULT
- if any of the memory specified to is invalid.
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3),
- -.BR pselect(2)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3),
- +.BR pselect (2).
- diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3
- index 4cf935a..1173e2a 100644
- --- a/man/io_prep_fsync.3
- +++ b/man/io_prep_fsync.3
- @@ -74,16 +74,16 @@ None
- .SH ERRORS
- None
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3
- index 5938aec..2c3b314 100644
- --- a/man/io_prep_pread.3
- +++ b/man/io_prep_pread.3
- @@ -64,16 +64,16 @@ None
- .SH ERRORS
- None
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3
- index 68b3500..669b8c2 100644
- --- a/man/io_prep_pwrite.3
- +++ b/man/io_prep_pwrite.3
- @@ -62,16 +62,16 @@ None
- .SH ERRORS
- None
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_queue_init.3 b/man/io_queue_init.3
- index 317f631..7531f51 100644
- --- a/man/io_queue_init.3
- +++ b/man/io_queue_init.3
- @@ -48,16 +48,16 @@ Not implemented
- .IR "maxevents > max_aio_reqs"
- where max_aio_reqs is a tunable value.
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_queue_release.3 b/man/io_queue_release.3
- index 06b9ec0..9df39a0 100644
- --- a/man/io_queue_release.3
- +++ b/man/io_queue_release.3
- @@ -32,17 +32,17 @@ contains an improperly initialized iocb,
- .B ENOSYS
- Not implemented
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_run(3),
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_run (3),
- .BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
-
- diff --git a/man/io_queue_run.3 b/man/io_queue_run.3
- index 57dd417..45762f5 100644
- --- a/man/io_queue_run.3
- +++ b/man/io_queue_run.3
- @@ -35,16 +35,16 @@ contains an improperly initialized iocb,
- .B ENOSYS
- Not implemented
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3
- index 2306663..2c7fc2c 100644
- --- a/man/io_queue_wait.3
- +++ b/man/io_queue_wait.3
- @@ -41,16 +41,16 @@ contains an improperly initialized iocb,
- .B ENOSYS
- Not implemented
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_set_callback(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_set_callback (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_set_callback.3 b/man/io_set_callback.3
- index a8ca789..3c7e43f 100644
- --- a/man/io_set_callback.3
- +++ b/man/io_set_callback.3
- @@ -29,16 +29,16 @@ io_getevents, only with the library helpers
- .SH "RETURN VALUES"
- .SH ERRORS
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_submit(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_submit (3),
- +.BR errno (3).
- diff --git a/man/io_submit.3 b/man/io_submit.3
- index b6966ef..7281147 100644
- --- a/man/io_submit.3
- +++ b/man/io_submit.3
- @@ -120,16 +120,16 @@ The iocb contains a file descriptor that does not exist.
- .B EINVAL
- The file specified in the iocb does not support the given io operation.
- .SH "SEE ALSO"
- -.BR io(3),
- -.BR io_cancel(3),
- -.BR io_fsync(3),
- -.BR io_getevents(3),
- -.BR io_prep_fsync(3),
- -.BR io_prep_pread(3),
- -.BR io_prep_pwrite(3),
- -.BR io_queue_init(3),
- -.BR io_queue_release(3),
- -.BR io_queue_run(3),
- -.BR io_queue_wait(3),
- -.BR io_set_callback(3),
- -.BR errno(3)
- +.BR io (3),
- +.BR io_cancel (3),
- +.BR io_fsync (3),
- +.BR io_getevents (3),
- +.BR io_prep_fsync (3),
- +.BR io_prep_pread (3),
- +.BR io_prep_pwrite (3),
- +.BR io_queue_init (3),
- +.BR io_queue_release (3),
- +.BR io_queue_run (3),
- +.BR io_queue_wait (3),
- +.BR io_set_callback (3),
- +.BR errno (3).
- --
- 2.26.0.292.g33ef6b2f38
|