From a470b2750f8d1268b4765188bf85793c9b030256 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 3 Oct 2017 11:13:25 +0000 Subject: [PATCH] Fixed description of msg_name/msg_namelen in recvmsg(). --- lib/libc/sys/recv.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 1b83eaf273f6..a8095578b28d 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -28,7 +28,7 @@ .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" $FreeBSD$ .\" -.Dd February 3, 2017 +.Dd October 3, 2017 .Dt RECV 2 .Os .Sh NAME @@ -230,7 +230,7 @@ Here .Fa msg_name and .Fa msg_namelen -specify the destination address if the socket is unconnected; +specify the source address if the socket is unconnected; .Fa msg_name may be given as a null pointer if no names are desired or required. The