Author: jilles Date: Mon May 27 21:37:19 2013 New Revision: 251042 URL: http://svnweb.freebsd.org/changeset/base/251042
Log: cap_rights_limit(2): CAP_ACCEPT also permits accept4(2). Modified: head/lib/libc/sys/cap_rights_limit.2 Modified: head/lib/libc/sys/cap_rights_limit.2 ============================================================================== --- head/lib/libc/sys/cap_rights_limit.2 Mon May 27 20:43:16 2013 (r251041) +++ head/lib/libc/sys/cap_rights_limit.2 Mon May 27 21:37:19 2013 (r251042) @@ -77,7 +77,9 @@ The following rights may be specified in .Bl -tag -width CAP_EXTATTR_DELETE .It Dv CAP_ACCEPT Permit -.Xr accept 2 . +.Xr accept 2 +and +.Xr accept4 2 . .It Dv CAP_ACL_CHECK Permit checking of an ACL on a file descriptor; there is no cross-reference for this system call. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"