diff options
author | kib <kib@FreeBSD.org> | 2016-10-03 09:28:06 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-10-03 09:28:06 +0000 |
commit | 680c7ecb6f48c060ad7c3944608fa12cdf6a162c (patch) | |
tree | c59a891428a08d2bf1fe5562abc2ebff34e3b9c9 /lib | |
parent | 569685999e722c383eeaaeb2841ff7d0521a6641 (diff) | |
download | FreeBSD-src-680c7ecb6f48c060ad7c3944608fa12cdf6a162c.zip FreeBSD-src-680c7ecb6f48c060ad7c3944608fa12cdf6a162c.tar.gz |
MFC r306505:
Add an article.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/cap_enter.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/cap_enter.2 b/lib/libc/sys/cap_enter.2 index a6e4030..03be524 100644 --- a/lib/libc/sys/cap_enter.2 +++ b/lib/libc/sys/cap_enter.2 @@ -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 |