summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-20 21:18:06 +0200
committerJeff Moyer <jmoyer@redhat.com>2019-07-29 10:12:19 -0400
commit767c68f7ea77f46fe9a227c2dc64a48f8eaa06f5 (patch)
treec73c3e08e79872210ecd07bb2a26390c123abca2
parent0319efeeea3dbd4b53b81934b4f24bba96d77959 (diff)
downloadlibaio-767c68f7ea77f46fe9a227c2dc64a48f8eaa06f5.tar.gz
man: Remove spurious spaces
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--man/io_cancel.32
-rw-r--r--man/io_queue_run.32
-rw-r--r--man/io_queue_wait.32
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