summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/accept.28
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 2f86735..e2e3e05 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -86,7 +86,13 @@ The exact format of the
.Fa addr
argument is determined by the domain in which the communication
is occurring.
-The
+A null pointer may be specified for
+.Fa addr
+if the address information is not desired;
+in this case,
+.Fa addrlen
+is not used and should also be null.
+Otherwise, the
.Fa addrlen
argument
is a value-result argument; it should initially contain the
OpenPOWER on IntegriCloud