diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 01:04:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-19 01:04:05 +0000 |
| commit | 85bdbd00511005f9b2f9f0fb0934df4d3e6a9be6 (patch) | |
| tree | a0f06fbce0970bece90dab8d653919b43ad6a73d /lib/libc | |
| parent | 855f42f529fa96c5e79b523675b603ca5d675243 (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 |
