Fixed description of msg_name/msg_namelen in recvmsg().

This commit is contained in:
Ruslan Ermilov 2017-10-03 11:13:25 +00:00
parent 2c9a33f557
commit a470b2750f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324236

View File

@ -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