[PATCH 07/15] man: Remove spurious spaces
authorGuillem Jover <guillem@hadrons.org>
Sun, 13 Aug 2017 18:36:23 +0000 (20:36 +0200)
committerGuillem Jover <guillem@debian.org>
Tue, 26 Feb 2019 04:26:21 +0000 (04:26 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0007-man-Remove-spurious-spaces.patch

man/io_cancel.3
man/io_queue_run.3
man/io_queue_wait.3

index 9ac1b400450fec3e40eebd4afbd28748ec43b4c1..261a4077465815be2171ea8661282c7faadc57ad 100644 (file)
@@ -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 
index 018257f3b745f429dd31ec3e98098f569c47554a..b05851c681d88844c3fe57aa7d44cab925b6f939 100644 (file)
@@ -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
index e3598d94bb063a4fe153ff74a1e7cbf55c8bf520..fff814145342f804f1f5d5901ea2859d26d65ca5 100644 (file)
@@ -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