Hello Elie, On Sun, Dec 23, 2012 at 12:47 PM, Elie De Brauwer <eliedebrauwer@xxxxxxxxx> wrote: > All, > > This patch isolates the since/version related fixes as requested. > This change introduces the following delta: > * The page states it was added in 2.6.32 but it is only added in 2.6.33 > (ref: http://kernelnewbies.org/Linux_2_6_33) > * The MSG_WAITFORONE flag was in turn only added in 2.6.34 > (ref: http://kernelnewbies.org/Linux_2_6_34) Thanks. Applied. Cheers, Michael > --- > man2/recvmmsg.2 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2 > index a7b00d4..85e4080 100644 > --- a/man2/recvmmsg.2 > +++ b/man2/recvmmsg.2 > @@ -95,7 +95,7 @@ The flags are the same as documented for > .BR recvmsg (2), > with the following addition: > .TP > -.B MSG_WAITFORONE > +.BR MSG_WAITFORONE " (since Linux 2.6.34)" > Turns on > .B MSG_DONTWAIT > after the first message has been received. > @@ -160,7 +160,7 @@ is invalid. > .SH VERSIONS > The > .BR recvmmsg () > -system call was added in Linux 2.6.32. > +system call was added in Linux 2.6.33. > Support in glibc was added in version 2.12. > .SH CONFORMING TO > .BR recvmmsg () > -- > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html