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

Konstantin Belousov kib at FreeBSD.org
Fri Sep 30 15:47:15 UTC 2016


Author: kib
Date: Fri Sep 30 15:47:13 2016
New Revision: 306505
URL: https://svnweb.freebsd.org/changeset/base/306505

Log:
  Add an article.
  
  Submitted by:	wblock
  MFC after:	3 days

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

Modified: head/lib/libc/sys/cap_enter.2
==============================================================================
--- head/lib/libc/sys/cap_enter.2	Fri Sep 30 15:41:12 2016	(r306504)
+++ head/lib/libc/sys/cap_enter.2	Fri Sep 30 15:47:13 2016	(r306505)
@@ -73,7 +73,7 @@ sandbox.
 If the
 .Dv kern.trap_enocap
 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
+capability mode sandbox, any syscall which results in either an
 .Er ENOTCAPABLE
 or
 .Er ECAPMODE


More information about the svn-src-head mailing list