summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-09-19 10:56:36 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-09-19 10:56:36 +0000
commit9992c4312fc6fe305e9b2e6a084ccd29bfdc8083 (patch)
treedc8cca171d56647ddb574f6993e9260ca0b606c5 /share
parentfcc4821fc126349a7b2c9c4f093e1feea4f34d76 (diff)
downloadFreeBSD-src-9992c4312fc6fe305e9b2e6a084ccd29bfdc8083.zip
FreeBSD-src-9992c4312fc6fe305e9b2e6a084ccd29bfdc8083.tar.gz
cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)
and cap_rights_get(2) in r247602 Reviewed by: pjd Approved by: gjb Approved by: re (rodrigc)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/capsicum.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4
index 84ddb91..b2a157d 100644
--- a/share/man/man4/capsicum.4
+++ b/share/man/man4/capsicum.4
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 21, 2013
+.Dd September 17, 2013
.Dt CAPSICUM 4
.Os
.Sh NAME
@@ -62,7 +62,7 @@ File descriptors that wrap other file descriptors, masking operations that can
be called on them; for example, a file descriptor returned by
.Xr open 2
may be refined using
-.Xr cap_new 2
+.Xr cap_rights_limit 2
so that only
.Xr read 2
and
@@ -89,8 +89,8 @@ associated with file descriptors; described in greater detail in
.Sh SEE ALSO
.Xr cap_enter 2 ,
.Xr cap_getmode 2 ,
-.Xr cap_getrights 2 ,
-.Xr cap_new 2 ,
+.Xr cap_rights_get 2 ,
+.Xr cap_rights_limit 2 ,
.Xr fchmod 2 ,
.Xr open 2 ,
.Xr pdfork 2 ,
OpenPOWER on IntegriCloud