Module Name:    src
Committed By:   jym
Date:           Sun Dec  4 23:59:25 UTC 2011

Modified Files:
        src/share/man/man9: kauth.9

Log Message:
KAUTH_GENERIC_CANSEE is no more.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/share/man/man9/kauth.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/kauth.9
diff -u src/share/man/man9/kauth.9:1.94 src/share/man/man9/kauth.9:1.95
--- src/share/man/man9/kauth.9:1.94	Sun Dec  4 21:52:37 2011
+++ src/share/man/man9/kauth.9	Sun Dec  4 23:59:25 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: kauth.9,v 1.94 2011/12/04 21:52:37 jym Exp $
+.\" $NetBSD: kauth.9,v 1.95 2011/12/04 23:59:25 jym Exp $
 .\"
 .\" Copyright (c) 2005, 2006 Elad Efrat <e...@netbsd.org>
 .\" All rights reserved.
@@ -155,17 +155,6 @@ Checks whether the credentials belong to
 Using this request is strongly discouraged and should only be done as a
 temporary place-holder, as it is breaking the separation between the
 interface for authorization requests from the back-end implementation.
-.It Dv KAUTH_GENERIC_CANSEE
-Checks whether an object with one set of credentials can access
-information about another object, possibly with a different set of
-credentials.
-.Pp
-.Ar arg0
-contains the credentials of the object looked at.
-.Pp
-This request should be issued only in cases where generic credentials
-check is required; otherwise it is recommended to use the object-specific
-routines.
 .El
 .Ss System Scope
 The system scope,

Reply via email to