Author: rwatson Date: Sun Nov 27 19:45:41 2011 New Revision: 228040 URL: http://svn.freebsd.org/changeset/base/228040
Log: Cross-reference capsicum.4 from cap_enter.2 and cap_new.2. MFC after: 3 days Sponsored by: Google, Inc. Modified: head/lib/libc/sys/cap_enter.2 head/lib/libc/sys/cap_new.2 Modified: head/lib/libc/sys/cap_enter.2 ============================================================================== --- head/lib/libc/sys/cap_enter.2 Sun Nov 27 19:44:15 2011 (r228039) +++ head/lib/libc/sys/cap_enter.2 Sun Nov 27 19:45:41 2011 (r228040) @@ -89,7 +89,8 @@ acquired rights as possible. .Rv -std cap_enter cap_getmode .Sh SEE ALSO .Xr cap_new 2 , -.Xr fexecve 2 +.Xr fexecve 2 , +.Xr capsicum 4 .Sh HISTORY Support for capabilities and capabilities mode was developed as part of the .Tn TrustedBSD Modified: head/lib/libc/sys/cap_new.2 ============================================================================== --- head/lib/libc/sys/cap_new.2 Sun Nov 27 19:44:15 2011 (r228039) +++ head/lib/libc/sys/cap_new.2 Sun Nov 27 19:45:41 2011 (r228040) @@ -456,6 +456,7 @@ argument is not a capability. .Xr sem_post 3 , .Xr sem_trywait 3 , .Xr sem_wait 3 , +.Xr capsicum 4 , .Xr snp 4 .Sh HISTORY Support for capabilities and capabilities mode was developed as part of the _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
