svn commit: r318717 - head/lib/libc/sys

Ngie Cooper ngie at FreeBSD.org
Tue May 23 07:31:04 UTC 2017


Author: ngie
Date: Tue May 23 07:31:03 2017
New Revision: 318717
URL: https://svnweb.freebsd.org/changeset/base/318717

Log:
  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

Modified:
  head/lib/libc/sys/cap_enter.2

Modified: head/lib/libc/sys/cap_enter.2
==============================================================================
--- head/lib/libc/sys/cap_enter.2	Tue May 23 07:27:30 2017	(r318716)
+++ head/lib/libc/sys/cap_enter.2	Tue May 23 07:31:03 2017	(r318717)
@@ -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 a
 .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


More information about the svn-src-all mailing list