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

Robert Watson rwatson at FreeBSD.org
Thu Mar 3 11:29:48 UTC 2011


Author: rwatson
Date: Thu Mar  3 11:29:48 2011
New Revision: 219223
URL: http://svn.freebsd.org/changeset/base/219223

Log:
  Add description of ECAPMODE to errno(2) man page.
  
  Discussed with: anderson
  Obtained from:  Capsicum Project
  Sponsored by:   Google, Inc.
  MFC after:      3 months

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

Modified: head/lib/libc/sys/intro.2
==============================================================================
--- head/lib/libc/sys/intro.2	Thu Mar  3 11:28:57 2011	(r219222)
+++ head/lib/libc/sys/intro.2	Thu Mar  3 11:29:48 2011	(r219223)
@@ -467,6 +467,8 @@ A device or socket encountered an unreco
 .It Er 93 ENOTCAPABLE Em "Capabilities insufficient" .
 An operation on a capability file descriptor requires greater privilege than
 the capability allows.
+.It Er 94 ECAPMODE Em "Not permitted in capability mode" .
+The system call or operation is not permitted for capability mode processes.
 .El
 .Sh DEFINITIONS
 .Bl -tag -width Ds


More information about the svn-src-all mailing list