diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index 3b6101f39..d9fdfebd4 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -2,7 +2,7 @@ .\" This file is distributed according to the GNU General Public License. .\" See the file COPYING in the top level source directory for details. .\" -.TH IO_GETEVENTS 2 2012-07-13 "Linux" "Linux Programmer's Manual" +.TH IO_GETEVENTS 2 2012-11-11 "Linux" "Linux Programmer's Manual" .SH NAME io_getevents \- read asynchronous I/O events from the completion queue .SH "SYNOPSIS" @@ -92,6 +92,11 @@ then the return value follows the usual conventions for indicating an error: \-1, with .I errno set to a (positive) value that indicates the error. +.SH BUGS +An invalid +.IR ctx_id +may cause a segmentation fault instead of genenerating the error +.BR EINVAL . .SH "SEE ALSO" .PP .BR io_cancel (2),