Dear man page maintainer Thank you for your great work.
I'm working for test cases for io_channel(2) of linux kernel in Linux Test Project. During writing the test cases, I found some mistakes. Could you apply my patch to your master nroff file? I'm not sure following line is needed but anyway I sign. Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]> *** io_cancel.2.orig 2008-06-11 13:20:43.000000000 +0900 --- io_cancel.2 2008-06-18 16:46:22.000000000 +0900 *************** *** 55,70 **** on failure, it returns one of the errors listed under ERRORS. .SH "ERRORS" .TP ! .B EINVAL The AIO context specified by \fIctx_id\fP is invalid. .TP ! .B EFAULT One of the data structures points to invalid data. .TP ! .B EAGAIN The \fIiocb\fP specified was not canceled. .TP ! .B ENOSYS .BR io_cancel () is not implemented on this architecture. .SH "VERSIONS" --- 55,70 ---- on failure, it returns one of the errors listed under ERRORS. .SH "ERRORS" .TP ! .B -EINVAL The AIO context specified by \fIctx_id\fP is invalid. .TP ! .B -EFAULT One of the data structures points to invalid data. .TP ! .B -EAGAIN The \fIiocb\fP specified was not canceled. .TP ! .B -ENOSYS .BR io_cancel () is not implemented on this architecture. .SH "VERSIONS" ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
