diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 01:00:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 01:00:57 +0000 |
| commit | 76e61b9c71eb33a7eca391447fa6db9cd81a214c (patch) | |
| tree | 5f55c66c2211dd093db99efd1e72262de7d1da44 /lib/libc | |
| parent | ff079ca4b10e7d6322efc95c40dd8f38979562a6 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/getpeername.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/getsockname.2 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2 index 25e84c3979e2..49924f231975 100644 --- a/lib/libc/sys/getpeername.2 +++ b/lib/libc/sys/getpeername.2 @@ -89,6 +89,8 @@ The call succeeds unless: The argument .Fa s is not a valid descriptor. +.It Bq Er ECONNRESET +The connection has been reset by the peer. .It Bq Er ENOTSOCK The argument .Fa s diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index 95a5278a9e8e..54f06ea5e104 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -87,6 +87,8 @@ The call succeeds unless: The argument .Fa s is not a valid descriptor. +.It Bq Er ECONNRESET +The connection has been reset by the peer. .It Bq Er ENOTSOCK The argument .Fa s |
