diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-05-04 11:09:26 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-05-04 11:09:26 +0000 |
| commit | e3446e1f8edf0d506aa662d2fc667ef8e63f8116 (patch) | |
| tree | 1dd02f9bde20018b5c4130aba4045732c704634c /lib/libc/sys | |
| parent | 5264841183cc5312cd097028c7cb00b39f56874b (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/accept.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 5b844c653444..800d9a2a2ace 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -154,6 +154,10 @@ The descriptor references a file, not a socket. .It Bq Er EINVAL .Xr listen 2 has not been called on the socket descriptor. +.It Bq Er EINVAL +The +.Fa addrlen +argument is negative. .It Bq Er EFAULT The .Fa addr |
