diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-28 16:07:08 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-03-28 16:07:08 +0000 |
commit | 497cc2bfda8738784b835ba9582b85f968b5cd45 (patch) | |
tree | 9acb6ee821d4bd86f69102de7e495ab93ecdb784 /lib/libc | |
parent | 465943f3def99da7c638785f7de41a17b6d79ee8 (diff) |
Document the mcast pledge(2) as an addition to inet.
OK deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index ab8a6af0360..7b965f88bd4 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.40 2017/01/29 18:03:12 jmc Exp $ +.\" $OpenBSD: pledge.2,v 1.41 2017/03/28 16:07:07 bluhm 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: January 29 2017 $ +.Dd $Mdocdate: March 28 2017 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -313,6 +313,12 @@ domains: .Pp .Xr setsockopt 2 has been reduced in functionality substantially. +.It Va mcast +In combination with +.Va inet +give back functionality to +.Xr setsockopt 2 +for operating on multicast sockets. .It Va fattr The following system calls are allowed to make explicit changes to fields in |