Re: [PATCH] aio_cancel.3, aio_suspend.3: ffix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2012-06-07 15:02:17
Thanks David. Likewise fixed independently before reading your mail. Cheers, Michael On Wed, May 16, 2012 at 3:10 PM, David Prévot [off-list ref] wrote:
quoted hunk
--- man3/aio_cancel.3 | 2 +- man3/aio_suspend.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index 8b80275..c800075 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3@@ -104,7 +104,7 @@ The cause of the error can be found by inspectingis not a valid file descriptor. .TP .B ENOSYS -.BR aio_cancel() +.BR aio_cancel () is not implemented. .SH VERSIONS Thediff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 1215ff7..05d045d 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3@@ -97,7 +97,7 @@ waiting for); see.BR signal (7). .TP .B ENOSYS -.BR aio_suspend() +.BR aio_suspend () is not implemented. .SH VERSIONS The -- 1.7.10
-- 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