diff options
author | rwatson <rwatson@FreeBSD.org> | 2011-11-27 19:45:41 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2011-11-27 19:45:41 +0000 |
commit | e2b42734e64b18ee94a8d2fe7bf52d72e7227b41 (patch) | |
tree | 356bc0dc703bfad3a45557b482f567369267b0c7 /lib | |
parent | b433b3878b4c61dbde37ca63a1b435bdc22ede74 (diff) | |
download | FreeBSD-src-e2b42734e64b18ee94a8d2fe7bf52d72e7227b41.zip FreeBSD-src-e2b42734e64b18ee94a8d2fe7bf52d72e7227b41.tar.gz |
Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.
MFC after: 3 days
Sponsored by: Google, Inc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/cap_enter.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/cap_new.2 | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/cap_enter.2 b/lib/libc/sys/cap_enter.2 index 83b4739..a3ea710 100644 --- a/lib/libc/sys/cap_enter.2 +++ b/lib/libc/sys/cap_enter.2 @@ -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 diff --git a/lib/libc/sys/cap_new.2 b/lib/libc/sys/cap_new.2 index 206715e..c15cc46 100644 --- a/lib/libc/sys/cap_new.2 +++ b/lib/libc/sys/cap_new.2 @@ -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 |