From 92c0c6e35bf4150417b62438a9065e834859233c Mon Sep 17 00:00:00 2001 From: hwr Date: Wed, 30 Sep 1998 14:03:06 +0000 Subject: [PATCH] Fixes kern/6216 by me. --- lib/libc/sys/send.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index d30b7e8e9fe9..1d727847e208 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: send.2,v 1.11 1998/08/29 08:32:41 lukem Exp $ +.\" $NetBSD: send.2,v 1.12 1998/09/30 14:03:06 hwr Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -158,6 +158,8 @@ The destination for the message is unreachable. .It Bq Er EINVAL The total length of the I/O is more than can be expressed by the ssize_t return value. +.It Bq Er EAFNOSUPPORT +Addresses in the specified address family cannot be used with this socket. .El .Pp .Fn sendmsg