From 190843c1b8c58440124e46d17df0e1e66b61db17 Mon Sep 17 00:00:00 2001
From: dd
Date: Mon, 5 Nov 2001 00:44:38 +0000
Subject: Document ENETDOWN.
PR: 31436
Submitted by: Milon Papezik
---
lib/libc/sys/send.2 | 2 ++
1 file changed, 2 insertions(+)
(limited to 'lib/libc')
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
--
cgit v1.1