From ef2244feb917615301eb8f2334075da02e23d86f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2016 10:10:56 +0100 Subject: [PATCH] recv.2: MSG_WAITALL has no effect for datgram sockets Signed-off-by: Michael Kerrisk --- man2/recv.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/recv.2 b/man2/recv.2 index a78925621..84bd0770d 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -250,6 +250,7 @@ satisfied. However, the call may still return less data than requested if a signal is caught, an error or disconnect occurs, or the next data to be received is of a different type than that returned. +This flag has no effect for datagram sockets. .\" .SS recvfrom() .BR recvfrom ()