From 7e6b4493c3e85aa17c646552fa92164006d602f6 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 5 Jan 2015 06:26:55 +0900 Subject: [PATCH] recv.2: tfix: fix variable name 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 e673a12a9..a3470cf11 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -330,7 +330,7 @@ The caller should set .I msg_namelen to the size of this buffer before this call; upon return from a successful call, -.I msg_name +.I msg_namelen will contain the length of the returned address. If the application does not need to know the source address, .I msg_name