diff options
author | 2015-10-04 20:47:16 +0000 | |
---|---|---|
committer | 2015-10-04 20:47:16 +0000 | |
commit | 9d758a01842b545b46b255510fc5b5392725465c (patch) | |
tree | 9d1a2e1c962fb3a3f7c4bac95fada1da7a0c31a2 /lib/libc/sys | |
parent | tweak initial output a bit: do not show number of light sensors, just show if (diff) | |
download | wireguard-openbsd-9d758a01842b545b46b255510fc5b5392725465c.tar.xz wireguard-openbsd-9d758a01842b545b46b255510fc5b5392725465c.zip |
mention sendto(2) destination address restriction for "rw"
subset; ok deraadt, feedback & ok jmc
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/tame.2 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/tame.2 b/lib/libc/sys/tame.2 index 0d72a168318..5357435c6c8 100644 --- a/lib/libc/sys/tame.2 +++ b/lib/libc/sys/tame.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tame.2,v 1.30 2015/09/30 11:36:07 semarie Exp $ +.\" $OpenBSD: tame.2,v 1.31 2015/10/04 20:47:16 djm Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 30 2015 $ +.Dd $Mdocdate: October 4 2015 $ .Dt TAME 2 .Os .Sh NAME @@ -207,6 +207,11 @@ libevent or handwritten async IO loops: .Xr recvmsg 2 , .Xr recvfrom 2 , .Xr fstat 2 . +.Pp +Note that +.Xr sendto 2 +is only permitted if its destination socket address is +.Dv NULL . .It Va "stdio" This subset is simply the combination of .Va "malloc" |