summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2019-07-20 21:18:04 +0200
committerJeff Moyer <jmoyer@redhat.com>2019-07-29 10:12:19 -0400
commit19a7217fe0a4dafd5f171b99bc27b7d8a29df9a0 (patch)
tree2d7792bbe56311a23a37194ee73fbef49eab7c7d
parentd868db4f2c993ebb2895ca77c32b5a5d000355d7 (diff)
downloadlibaio-19a7217fe0a4dafd5f171b99bc27b7d8a29df9a0.tar.gz
man: Fix casing
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--man/io_cancel.34
-rw-r--r--man/io_getevents.34
2 files changed, 4 insertions, 4 deletions
diff --git a/man/io_cancel.3 b/man/io_cancel.3
index 3cf1bc6..9ac1b40 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
@@ -48,7 +48,7 @@ If the iocb specified was not
cancelled.
.TP
.B ENOSYS
-if not implemented.
+If not implemented.
.SH "SEE ALSO"
.BR io (3),
.BR io_fsync (3),
diff --git a/man/io_getevents.3 b/man/io_getevents.3
index 1e643ac..c8f2676 100644
--- a/man/io_getevents.3
+++ b/man/io_getevents.3
@@ -112,11 +112,11 @@ behaves the same as
.SH ERRORS
.TP
.B EINVAL
-if ctx_id is invalid, if min_nr is out of range,
+If ctx_id is invalid, if min_nr is out of range,
if nr is out of range, if when is out of range.
.TP
.B EFAULT
-if any of the memory specified to is invalid.
+If any of the memory specified to is invalid.
.SH "SEE ALSO"
.BR io (3),
.BR io_cancel (3),