diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-18 21:20:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-18 21:20:05 +0000 |
commit | 00d308d9729a0eecca80ae53901baf453297c773 (patch) | |
tree | 36823d38b13eeffc1453df4f161e3d900bbdcc73 /lib | |
parent | 2254e11d841fbd87642214b00072d991dac681be (diff) |
send(2) and friends return EINVAL if (flags & MSG_EOR)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/send.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 2d9daca688f..931c615d7f5 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -153,6 +153,10 @@ The SO_BROADCAST option is not set on the socket, and a broadcast address was given as the destination. .It Bq Er EHOSTUNREACH The destination address specified an unreachable host. +.It Bq Er EINVAL +The +.Fa flags +parameter is invalid. .El .Sh SEE ALSO .Xr fcntl 2 , |