diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2011-03-03 11:29:48 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2011-03-03 11:29:48 +0000 |
| commit | 31cd487f4090bbdecff326ffe968b5a4a0b2b34b (patch) | |
| tree | 006a209492ebb10bfeb82db774e754037dd7202e /lib | |
| parent | b70ad7a80de29723eddb1c4c9aaefccc7b4dacf9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index e5ff9df77d21..1a22ea2d7ba2 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -467,6 +467,8 @@ A device or socket encountered an unrecoverable protocol error. .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 |
