[PATCH 11/15] man: Fix title header
authorGuillem Jover <guillem@hadrons.org>
Sun, 10 Dec 2017 19:20:04 +0000 (20:20 +0100)
committerGuillem Jover <guillem@debian.org>
Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)
- Update year.
- Balance double quotes.
- Remove version from source argument as recommended in man-pages(7).
- Fix all sections numbers to 3.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0011-man-Fix-title-header.patch

13 files changed:
man/io.3
man/io_cancel.3
man/io_fsync.3
man/io_getevents.3
man/io_prep_fsync.3
man/io_prep_pread.3
man/io_prep_pwrite.3
man/io_queue_init.3
man/io_queue_release.3
man/io_queue_run.3
man/io_queue_wait.3
man/io_set_callback.3
man/io_submit.3

index bc529ea12afaf2f03fedd63c20233838d6df7f09..52f0ab30f25d86860d7810f8c842521ab17dbbb2 100644 (file)
--- a/man/io.3
+++ b/man/io.3
@@ -1,4 +1,4 @@
-.TH io 3 2002-09-12 "Linux 2.4" Linux IO"
+.TH io 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io \- Asynchronous IO
 .SH SYNOPSIS
index 261a4077465815be2171ea8661282c7faadc57ad..62272c7e1ee6af29275b287e8c2932fec0a7692a 100644 (file)
@@ -1,4 +1,4 @@
-.TH io_cancel 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_cancel 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_cancel \- Cancel io requests
 .SH SYNOPSIS
index 5400d410d9913c926e1535169d63838877acd55a..6938f6bb932baf09dfbd2ae03e24b62a48a3e619 100644 (file)
@@ -4,7 +4,7 @@
 .\"    io_set_callback(iocb, cb);
 .\"    return io_submit(ctx, 1, &iocb);
 .\" }
-.TH io_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
+.TH io_fsync 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_fsync \- Synchronize a file's complete in-core state with that on disk
 .SH SYNOPSIS
index 95fa86e2c2bdcf9b59a94b897f7f7c5dfb22c250..fd679297d7c340e7253c0b6be4cdb9260a3ec631 100644 (file)
@@ -16,7 +16,7 @@
 .\"                                 struct io_event *events,
 .\"                                 struct timespec *timeout)
 .\"
-.TH io_getevents 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_getevents 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_getevents, aio_pgetevents \- Read resulting events from io requests
 .SH SYNOPSIS
index 0397172c97f53d03c0706b048723e836f77e2dc8..7b6dd4bcc9e58910f51f58780f2d420904647899 100644 (file)
@@ -5,7 +5,7 @@
 .\"    iocb->aio_lio_opcode = IO_CMD_FSYNC;
 .\"    iocb->aio_reqprio = 0;
 .\" }
-.TH io_prep_fsync 3 2002-09-12 "Linux 2.4" Linux AIO"
+.TH io_prep_fsync 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_prep_fsync \- Synchronize a file's complete in-core state with that on disk
 .SH SYNOPSIS
index 3c28f618e149a1fa4fbeb0fe8879c3f481a5b69d..a0508d7230b4a33227aac620098ce57ab6b4e1a3 100644 (file)
@@ -8,7 +8,7 @@
 .\"    iocb->u.c.nbytes = count;
 .\"    iocb->u.c.offset = offset;
 .\" }
-.TH io_prep_pread 3 2002-09-12 "Linux 2.4" Linux AIO"
+.TH io_prep_pread 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_prep_pread \- Set up asynchronous read
 .SH SYNOPSIS
index 69479c29efdbd65d07463c9b8797504b7e193442..8ce96ce3988635daba048a6d80ffef79dc34d9f8 100644 (file)
@@ -8,7 +8,7 @@
 .\"    iocb->u.c.nbytes = count;
 .\"    iocb->u.c.offset = offset;
 .\" }
-.TH io_prep_pwrite 3 2002-09-12 "Linux 2.4" Linux AIO"
+.TH io_prep_pwrite 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_prep_pwrite \- Set up iocb for asynchronous writes
 .SH SYNOPSIS
index 9c04b3fe5c35178f4227e0a31e79d4502c54dd02..b09da507e0a70c333146a5ca1b954fb6d44416cc 100644 (file)
@@ -1,4 +1,4 @@
-.TH io_queue_init 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_queue_init 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_queue_init \- Initialize asynchronous io state machine
 
index 5c9ded1698083eb5cc0e66157c5672a65537e34d..d6d5def3ad90c90af8597de311aae984c7184c33 100644 (file)
@@ -1,4 +1,4 @@
-.TH io_queue_release 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_queue_release 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_queue_release \- Release the context associated with the userspace handle
 .SH SYNOPSIS
index 8e0691c04c5031e5950ea233da52dcc551825e2d..ff6eb78caa0fde1588eb4446cef88b9ce497ccec 100644 (file)
@@ -1,4 +1,4 @@
-.TH io_queue_run 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_queue_run 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_queue_run \- Handle completed io requests
 .SH SYNOPSIS
index 0cf0497215b32eb66659d7efd3dcf88d26ff464b..dedfcddde59ab5efee9dcaf2f4f7fe375aa3a71a 100644 (file)
@@ -1,4 +1,4 @@
-.TH io_queue_wait 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.TH io_queue_wait 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_queue_wait \- Wait for io requests to complete
 .SH SYNOPSIS
index 3599e8c03cd512d1b172e1f20dd72e3390c877f6..e8d8e60870cc3089ee053700939c0c473910e8e1 100644 (file)
@@ -1,5 +1,5 @@
 .\"static inline void io_set_callback(struct iocb *iocb, io_callback_t cb)
-.TH io_set_callback 3 2002-09-12 "Linux 2.4" Linux AIO"
+.TH io_set_callback 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_set_callback \- Set up io completion callback function
 .SH SYNOPSIS
index 3ae87214a45774e6c42d3af501f4274e7aaed468..953246ce8d99a5959af7eddc72783431fa8a4a3c 100644 (file)
@@ -10,7 +10,7 @@
 .\" *      are available to queue any iocbs.  Will return 0 if nr is 0.  Will
 .\" *      fail with -ENOSYS if not implemented.
 .\" */
-.TH io_submit 2 2002-09-02 "Linux 2.4" "Linux AIO"
+.TH io_submit 3 2017-12-10 "Linux" "Linux AIO"
 .SH NAME
 io_submit \- Submit io requests
 .SH SYNOPSIS