diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-19 10:56:36 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-19 10:56:36 +0000 |
commit | 9992c4312fc6fe305e9b2e6a084ccd29bfdc8083 (patch) | |
tree | dc8cca171d56647ddb574f6993e9260ca0b606c5 /usr.bin/procstat | |
parent | fcc4821fc126349a7b2c9c4f093e1feea4f34d76 (diff) | |
download | FreeBSD-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 'usr.bin/procstat')
-rw-r--r-- | usr.bin/procstat/procstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index faa296c..d7b7d3f 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 20, 2013 +.Dd September 17, 2013 .Dt PROCSTAT 1 .Os .Sh NAME @@ -234,7 +234,7 @@ If the flag is specified, the vnode type, reference count, and offset fields will be omitted, and a new capabilities field will be included listing capabilities, as described in -.Xr cap_new 2 , +.Xr cap_rights_limit 2 , present for each capability descriptor. .Ss Signal Disposition Information Display signal pending and disposition for a process: @@ -449,7 +449,7 @@ grows up (bottom-up stack) .Xr ps 1 , .Xr sockstat 1 , .Xr cap_enter 2 , -.Xr cap_new 2 , +.Xr cap_rights_limit 2 , .Xr ddb 4 , .Xr stack 9 .Sh AUTHORS |