[PATCH libaio 06/28] man: Fix casing
authorGuillem Jover <guillem@hadrons.org>
Sat, 20 Jul 2019 19:18:04 +0000 (21:18 +0200)
committerGuillem Jover <guillem@debian.org>
Thu, 24 Dec 2020 14:41:17 +0000 (14:41 +0000)
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0006-man-Fix-casing.patch

man/io_cancel.3
man/io_getevents.3

index 3cf1bc6059387f1e3ad96911c97344c5660e7c4f..9ac1b400450fec3e40eebd4afbd28748ec43b4c1 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 
@@ -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),
index 1e643accffea495e6fadeeb45c610201b4674244..c8f2676b8c7808e8d3c20519e0c52ab211b2d4d6 100644 (file)
@@ -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),