send.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Yuri Kozlov 2014-06-08 18:37:31 +04:00 committed by Michael Kerrisk
parent 79745892b6
commit d1c05d0b78
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ The
field is used on an unconnected socket to specify the target
address for a datagram.
It points to a buffer containing the address; the
.I msg_name
.I msg_namelen
field should be set to the size of the address.
For a connected socket, these fields should be specified as NULL and 0,
respectively.