git: f326e5af071f - stable/14 - capsicum(4): add cross-ref to capsicum_helpers(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 01:27:35 UTC
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f326e5af071f3d7108f66e57d35fe8e99f1285e0 commit f326e5af071f3d7108f66e57d35fe8e99f1285e0 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-01-03 18:31:55 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-01-07 01:27:18 +0000 capsicum(4): add cross-ref to capsicum_helpers(3) Sponsored by: The FreeBSD Foundation (cherry picked from commit c3786ca8bc5ba471edae059393bb7bac6400ac2a) --- share/man/man4/capsicum.4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4 index 1ad4548a9784..3c3eab5d798b 100644 --- a/share/man/man4/capsicum.4 +++ b/share/man/man4/capsicum.4 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 19, 2022 +.Dd January 3, 2024 .Dt CAPSICUM 4 .Os .Sh NAME @@ -117,6 +117,7 @@ Processes can only act upon their own process ID with syscalls such as .Xr shm_open 2 , .Xr write 2 , .Xr cap_rights_get 3 , +.Xr capsicum_helpers 3 , .Xr libcasper 3 , .Xr procdesc 4 .Sh HISTORY