Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2017 11:13:25 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324236 - head/lib/libc/sys
Message-ID:  <201710031113.v93BDPcG092179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ru
Date: Tue Oct  3 11:13:25 2017
New Revision: 324236
URL: https://svnweb.freebsd.org/changeset/base/324236

Log:
  Fixed description of msg_name/msg_namelen in recvmsg().

Modified:
  head/lib/libc/sys/recv.2

Modified: head/lib/libc/sys/recv.2
==============================================================================
--- head/lib/libc/sys/recv.2	Tue Oct  3 11:00:34 2017	(r324235)
+++ head/lib/libc/sys/recv.2	Tue Oct  3 11:13:25 2017	(r324236)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031113.v93BDPcG092179>