* [PATCH 1/2] alarm.2, io_destroy.2: tfix
@ 2013-05-12 19:28 David Prévot
[not found] ` <1368386889-31178-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2013-05-12 19:28 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
Actually a consistency fix.
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] io_setup.2: tfix
[not found] ` <1368386889-31178-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-05-12 19:28 ` David Prévot
[not found] ` <1368386889-31178-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-05-18 14:16 ` [PATCH 1/2] alarm.2, io_destroy.2: tfix Michael Kerrisk (man-pages)
1 sibling, 1 reply; 4+ messages in thread
From: David Prévot @ 2013-05-12 19:28 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/io_setup.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index 81b9a8b..549495a 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -21,7 +21,7 @@ There is no glibc wrapper for this system call; see NOTES.
The
.BR io_setup ()
system call
-creates an asynchronous I/O context capable of of concurrently processing
+creates an asynchronous I/O context capable of concurrently processing
at least \fInr_events\fP.
The
.I ctx_idp
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] io_setup.2: tfix
[not found] ` <1368386889-31178-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-05-18 14:15 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-05-18 14:15 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man
Hello David,
Thanks for the patch, but the problem was resolved as a result of
other rewordings.
Cheers,
Michael
On Sun, May 12, 2013 at 9:28 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man2/io_setup.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/io_setup.2 b/man2/io_setup.2
> index 81b9a8b..549495a 100644
> --- a/man2/io_setup.2
> +++ b/man2/io_setup.2
> @@ -21,7 +21,7 @@ There is no glibc wrapper for this system call; see NOTES.
> The
> .BR io_setup ()
> system call
> -creates an asynchronous I/O context capable of of concurrently processing
> +creates an asynchronous I/O context capable of concurrently processing
> at least \fInr_events\fP.
> The
> .I ctx_idp
> --
> 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] alarm.2, io_destroy.2: tfix
[not found] ` <1368386889-31178-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-05-12 19:28 ` [PATCH 2/2] io_setup.2: tfix David Prévot
@ 2013-05-18 14:16 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-05-18 14:16 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man
On Sun, May 12, 2013 at 9:28 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-18 14:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-12 19:28 [PATCH 1/2] alarm.2, io_destroy.2: tfix David Prévot
[not found] ` <1368386889-31178-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-05-12 19:28 ` [PATCH 2/2] io_setup.2: tfix David Prévot
[not found] ` <1368386889-31178-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-05-18 14:15 ` Michael Kerrisk (man-pages)
2013-05-18 14:16 ` [PATCH 1/2] alarm.2, io_destroy.2: tfix Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).