diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 15:41:52 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 15:41:52 +0000 |
| commit | 8f4b894fbcd6460f49ccdf3c9b0ee0839db5f0d9 (patch) | |
| tree | 01840489b5dce1e4a1433495e8f16e862d65e4c7 /lib/libc | |
| parent | 095a0a15af20813549f51d50be7b9e468fc49737 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/accept.2 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 2f86735cd3e9..e2e3e054ef6c 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 |
