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

Maxim Konovalov maxim at FreeBSD.org
Thu Mar 16 12:16:25 UTC 2017


Author: maxim
Date: Thu Mar 16 12:16:23 2017
New Revision: 315409
URL: https://svnweb.freebsd.org/changeset/base/315409

Log:
  Spell kern.trap_enotcap.
  
  PR:		217836
  Submitted by:	tobik

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

Modified: head/lib/libc/sys/cap_enter.2
==============================================================================
--- head/lib/libc/sys/cap_enter.2	Thu Mar 16 12:04:43 2017	(r315408)
+++ head/lib/libc/sys/cap_enter.2	Thu Mar 16 12:16:23 2017	(r315409)
@@ -71,7 +71,7 @@ returns a flag indicating whether or not
 sandbox.
 .Sh RUN-TIME SETTINGS
 If the
-.Dv kern.trap_enocap
+.Dv kern.trap_enotcap
 sysctl MIB is set to a non-zero value, then for any process executing in a
 capability mode sandbox, any syscall which results in either an
 .Er ENOTCAPABLE


More information about the svn-src-all mailing list