git: 52aa45621ad6 - stable/13 - capsicum(4): add cross-ref to capsicum_helpers(3)

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sun, 07 Jan 2024 21:25:50 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=52aa45621ad66ca0af02f4bec468bbf9e751961d

commit 52aa45621ad66ca0af02f4bec468bbf9e751961d
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-01-03 18:31:55 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-01-07 20:41:48 +0000

    capsicum(4): add cross-ref to capsicum_helpers(3)
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit c3786ca8bc5ba471edae059393bb7bac6400ac2a)
    (cherry picked from commit f326e5af071f3d7108f66e57d35fe8e99f1285e0)
---
 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