From bb54864ec53ee1f2c1f2533b8988ee69ffcd6f90 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 13 Aug 2017 20:36:23 +0200
Subject: [PATCH libaio v2 05/15] man: Fix casing

Signed-off-by: Guillem Jover <guillem@hadrons.org>
---
 man/io_cancel.3    | 4 ++--
 man/io_getevents.3 | 4 ++--
 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),
-- 
2.22.0.657.g960e92d24f

