diff options
Diffstat (limited to 'lib/libc')
-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 |