tags 411777 fixed-upstream thanks fixed for 2.44
Salut Samuel, > mbind(2) says in the ERRORS section, for EINVAL: ``end was less than > start''. But there is no "end" parameter. This part should probably be > just dropped. You are right that there is a problem. But the fix isn't quite what you suggest. There is kernel code for this syscall that looks like this end = start + len; if (end < start) return -EINVAL. So the text in question has now been changed to read: or start + len was less than start Thanks. Michael -- Michael Kerrisk maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 Want to help with man page maintenance? Grab the latest tarball at http://www.kernel.org/pub/linux/docs/manpages/ read the HOWTOHELP file and grep the source files for 'FIXME'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]