From f78e1a00f45c1e4c32fd42f83d2f50f13d062b5e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 13 Aug 2017 20:36:23 +0200 Subject: [PATCH] [PATCH 07/15] man: Remove spurious spaces Signed-off-by: Guillem Jover Gbp-Pq: Name 0007-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