Sync documentation for KAUTH_PROCESS_CANSIGNAL with reality.
This commit is contained in:
parent
8ea60a7f23
commit
0730babc25
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: kauth.9,v 1.25 2006/10/22 14:00:00 elad Exp $
|
||||
.\" $NetBSD: kauth.9,v 1.26 2006/10/24 10:23:05 elad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
|
||||
.\" All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 22, 2006
|
||||
.Dd October 24, 2006
|
||||
.Dt KAUTH 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -298,16 +298,10 @@ The following operations are available for this scope:
|
||||
Checks whether an object with one set of credentials can post signals
|
||||
to another process.
|
||||
.Pp
|
||||
.Ar p
|
||||
is the process the signal is being posted to, and
|
||||
.Ar arg1
|
||||
and
|
||||
.Ar arg2
|
||||
contain the credentials
|
||||
.Ft ( kauth_cred_t )
|
||||
and the process data
|
||||
.Ft ( struct proc * )
|
||||
of the process the signal is posted to, respectively.
|
||||
.Ar arg3
|
||||
is the signal to be posted.
|
||||
is the signal number.
|
||||
.It Dv KAUTH_PROCESS_CANSEE
|
||||
Checks whether an object with one set of credentials can access
|
||||
information about another process, possibly with a different set of
|
||||
|
Loading…
Reference in New Issue
Block a user