recv.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-26 17:17:31 -05:00
parent 2dcd302656
commit c3cfbeb992
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ socket (see
.BR connect (2)).
It is equivalent to the call:
recvfrom(fd, buf, len, flags, NULL, 0));
recvfrom(fd, buf, len, flags, NULL, 0);
.\"
.SS recvmsg()
The