From c3cfbeb992514e0b80ccc7ac9d57bc0bfb1e00c1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 26 May 2016 17:17:31 -0500 Subject: [PATCH] recv.2: tfix Signed-off-by: Michael Kerrisk --- man2/recv.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/recv.2 b/man2/recv.2 index a90f66b7f..7b04f89d2 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -322,7 +322,7 @@ socket (see .BR connect (2)). It is equivalent to the call: - recvfrom(fd, buf, len, flags, NULL, 0)); + recvfrom(fd, buf, len, flags, NULL, 0); .\" .SS recvmsg() The