summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/recv.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r--lib/libc/sys/recv.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 8c3e1b6..6833a59 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -63,8 +63,7 @@ it is connection-oriented.
.Pp
If
.Fa from
-is not
-.Dv NULL ,
+is not a null pointer
and the socket is not connection-oriented,
the source address of the message is filled in.
The
@@ -85,7 +84,7 @@ socket (see
and is identical to
.Fn recvfrom
with a
-.Dv NULL
+null pointer passed as its
.Fa from
argument.
As it is redundant, it may not be supported in future releases.
OpenPOWER on IntegriCloud