Module Name: src
Committed By: riastradh
Date: Sun Feb 26 15:44:16 UTC 2017
Modified Files:
src/share/man/man9: kauth.9
Log Message:
Clarify that kauth_cred_get doesn't modify with reference count.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 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.105 src/share/man/man9/kauth.9:1.106
--- src/share/man/man9/kauth.9:1.105 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/kauth.9 Sun Feb 26 15:44:15 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: kauth.9,v 1.105 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: kauth.9,v 1.106 2017/02/26 15:44:15 riastradh Exp $
.\"
.\" Copyright (c) 2005, 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -1879,6 +1879,9 @@ for
will be done.
.It Ft kauth_cred_t Fn kauth_cred_get "void"
Return the credentials associated with the current LWP.
+This does not change the reference count of the resulting
+.Ft kauth_cred_t
+object.
.El
.Ss Scope Management
.Nm