On Sun, May 12, 2013 at 9:28 PM, David Prévot <taffit@xxxxxxxxxx> wrote: > Actually a consistency fix. Thanks, David. Appkied. Cheers, Michael > --- > man2/alarm.2 | 2 +- > man2/io_destroy.2 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/alarm.2 b/man2/alarm.2 > index 736cd90..7252880 100644 > --- a/man2/alarm.2 > +++ b/man2/alarm.2 > @@ -46,7 +46,7 @@ seconds. > > If > .I seconds > -is zero, any pending alarm is cancelled. > +is zero, any pending alarm is canceled. > > In any event any previously set > .BR alarm () > diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 > index 4a8cf28..e4d78a5 100644 > --- a/man2/io_destroy.2 > +++ b/man2/io_destroy.2 > @@ -24,7 +24,7 @@ system call > will attempt to cancel all outstanding asynchronous I/O operations against > .IR ctx_id , > will block on the completion of all operations > -that could not be cancelled, and will destroy the > +that could not be canceled, and will destroy the > .IR ctx_id . > .SH RETURN VALUE > On success, > -- > 1.7.10.4 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html