1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
From f8d3e59b6ff6a26f36efa611d956bcc2e03c7ee7 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 13 Aug 2017 20:36:23 +0200
Subject: [PATCH 07/15] man: Remove spurious spaces
Signed-off-by: Guillem Jover <guillem@hadrons.org>
---
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.21.0.rc2.261.ga7da99ff1b
|