summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getsockname.2
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-19 01:00:57 +0000
committerpeter <peter@FreeBSD.org>2000-05-19 01:00:57 +0000
commit7955e776a1d7141e969fa2a5e562833e37abfae1 (patch)
treea8e1ce585349b8ea20131f7e4a52d7f9b57fdd1c /lib/libc/sys/getsockname.2
parente7bffe5da66db34ea10a66d32b56f61548d15af4 (diff)
downloadFreeBSD-src-7955e776a1d7141e969fa2a5e562833e37abfae1.zip
FreeBSD-src-7955e776a1d7141e969fa2a5e562833e37abfae1.tar.gz
List ECONNRESET as a return value. EINVAL was not documented either.
Diffstat (limited to 'lib/libc/sys/getsockname.2')
-rw-r--r--lib/libc/sys/getsockname.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index 95a5278..54f06ea 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
OpenPOWER on IntegriCloud