From b46884b5b96cbc704ae362f6061070255ba3fa76 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Mon, 5 Nov 2001 00:44:38 +0000
Subject: [PATCH] Document ENETDOWN.
PR: 31436
Submitted by: Milon Papezik
---
lib/libc/sys/send.2 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 3ef0694ad70..885b59a15bc 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