cap_enter(2): fix manlint issues

- Sort SEE ALSO section appropriately.
- Correct section for sysctl(9).

Reported by:	make manlint
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-05-23 07:31:03 +00:00
parent 92f413a8db
commit b573b1873f

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 27, 2016
.Dd May 23, 2017
.Dt CAP_ENTER 2
.Os
.Sh NAME
@ -144,11 +144,11 @@ points outside the process's allocated address space.
.Xr cap_fcntls_limit 2 ,
.Xr cap_ioctls_limit 2 ,
.Xr cap_rights_limit 2 ,
.Xr procctl 2 ,
.Xr sysctl 2 ,
.Xr fexecve 2 ,
.Xr procctl 2 ,
.Xr cap_sandboxed 3 ,
.Xr capsicum 4
.Xr capsicum 4 ,
.Xr sysctl 9
.Sh HISTORY
Support for capabilities and capabilities mode was developed as part of the
.Tn TrustedBSD