diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-12-22 16:15:52 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-12-22 16:15:52 +0000 |
| commit | 411d727cf8a72c88dd850306cb8804b0dacc6dbc (patch) | |
| tree | 4eb93c89760f5a8359827f35e234b2699d3e0140 /lib/libc/sys/recv.2 | |
| parent | 7f36b97c540cc9685371589314f44765a84ac921 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/recv.2')
| -rw-r--r-- | lib/libc/sys/recv.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 51d8d612b5bab..8c3e1b6aaf65e 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -63,7 +63,9 @@ it is connection-oriented. .Pp If .Fa from -is non-nil, and the socket is not connection-oriented, +is not +.Dv NULL , +and the socket is not connection-oriented, the source address of the message is filled in. The .Fa fromlen @@ -82,7 +84,8 @@ socket (see .Xr connect 2 ) and is identical to .Fn recvfrom -with a nil +with a +.Dv NULL .Fa from argument. As it is redundant, it may not be supported in future releases. |
