From 12822104b9fe858530e43fc567643a4cd5207cd5 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 28 Nov 2011 22:24:22 +0000 Subject: [PATCH] Merge r228040 from head to releng/9.0: Cross-reference capsicum.4 from cap_enter.2 and cap_new.2. Sponsored by: Google, Inc. Approved by: re (kib) git-svn-id: svn://svn.freebsd.org/base/releng/9.0@228106 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/libc/sys/cap_enter.2 | 3 ++- lib/libc/sys/cap_new.2 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/cap_enter.2 b/lib/libc/sys/cap_enter.2 index 83b47399..a3ea710b 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 206715e8..c15cc46e 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 -- 2.42.0