From: Guillem Jover Date: Sat, 20 Jul 2019 19:18:04 +0000 (+0200) Subject: [PATCH libaio 06/28] man: Fix casing X-Git-Tag: archive/raspbian/0.3.112-13+rpi1~1^2^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ddcea7f9a24a89c660d1a1809d187e39b5e081d;p=libaio.git [PATCH libaio 06/28] man: Fix casing Signed-off-by: Guillem Jover Signed-off-by: Jeff Moyer Gbp-Pq: Topic upstream Gbp-Pq: Name 0006-man-Fix-casing.patch --- 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),