Fixes kern/6216 by me.
This commit is contained in:
parent
8219f068e2
commit
92c0c6e35b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue