summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-11-05 00:44:38 +0000
committerdd <dd@FreeBSD.org>2001-11-05 00:44:38 +0000
commit190843c1b8c58440124e46d17df0e1e66b61db17 (patch)
treeb5b1d4555b9e197f610ede8672de6e77b17c0af1 /lib/libc
parent68801835e47c8f892055131b89fdb7474699509a (diff)
downloadFreeBSD-src-190843c1b8c58440124e46d17df0e1e66b61db17.zip
FreeBSD-src-190843c1b8c58440124e46d17df0e1e66b61db17.tar.gz
Document ENETDOWN.
PR: 31436 Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/send.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 3ef0694..885b59a 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -178,6 +178,8 @@ from the last message sent. This typically means that the
receiver is not listening on the remote port.
.It Bq Er EHOSTDOWN
The remote host was down.
+.It Bq Er ENETDOWN
+The remote network was down.
.El
.Sh BUGS
Because
OpenPOWER on IntegriCloud