1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- From 19a7217fe0a4dafd5f171b99bc27b7d8a29df9a0 Mon Sep 17 00:00:00 2001
- From: Guillem Jover <guillem@hadrons.org>
- Date: Sat, 20 Jul 2019 21:18:04 +0200
- Subject: [PATCH libaio 06/28] man: Fix casing
- Signed-off-by: Guillem Jover <guillem@hadrons.org>
- Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
- ---
- 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.26.0.292.g33ef6b2f38
|