- 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
-.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
-.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
.\" 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
.\" 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
.\" 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
.\" 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
.\" 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
-.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
-.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
-.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
-.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
.\"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
.\" * 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