From 643fe75c7a146f286ff98c63b201708b2a33883f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 19 Sep 2013 10:56:36 +0000 Subject: [PATCH] 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) --- share/man/man4/capsicum.4 | 8 ++++---- usr.bin/procstat/procstat.1 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4 index 84ddb91ff989..b2a157d6f88f 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 , diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index faa296c7f935..d7b7d3f08276 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