From dbcacf167f169c8315887afce5a98f236079a3d3 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 20 Jul 2019 21:18:06 +0200 Subject: [PATCH] [PATCH libaio 08/28] man: Remove spurious spaces Signed-off-by: Guillem Jover Signed-off-by: Jeff Moyer Gbp-Pq: Topic upstream Gbp-Pq: Name 0008-man-Remove-spurious-spaces.patch --- man/io_cancel.3 | 2 +- man/io_queue_run.3 | 2 +- man/io_queue_wait.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/io_cancel.3 b/man/io_cancel.3 index 9ac1b40..261a407 100644 --- a/man/io_cancel.3 +++ b/man/io_cancel.3 @@ -33,7 +33,7 @@ have to be overwritten soon. As an example, assume an application, which writes data in files in a situation where new incoming data would have to be written in a file which will be updated by an enqueued request. .SH "RETURN VALUES" -0 is returned on success , otherwise returns errno. +0 is returned on success, otherwise returns errno. .SH ERRORS .TP .B EFAULT diff --git a/man/io_queue_run.3 b/man/io_queue_run.3 index 018257f..b05851c 100644 --- a/man/io_queue_run.3 +++ b/man/io_queue_run.3 @@ -14,7 +14,7 @@ io_queue_run \- Handle completed io requests .fi .SH DESCRIPTION .B io_queue_run -Attempts to read all the events events from +Attempts to read all the events events from the completion queue for the aio_context specified by ctx_id. .SH "RETURN VALUES" May return diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3 index e3598d9..fff8141 100644 --- a/man/io_queue_wait.3 +++ b/man/io_queue_wait.3 @@ -12,7 +12,7 @@ io_queue_wait \- Wait for io requests to complete .BI "int io_queue_wait(io_context_t ctx, const struct timespec *timeout);" .fi .SH DESCRIPTION -Attempts to read an event from +Attempts to read an event from the completion queue for the aio_context specified by ctx_id. .SH "RETURN VALUES" May return -- 2.30.2