Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Clarify that kauth_cred_get doesn't modify wi...



details:   https://anonhg.NetBSD.org/src/rev/1f15b1b96c4f
branches:  trunk
changeset: 822025:1f15b1b96c4f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Feb 26 15:44:15 2017 +0000

description:
Clarify that kauth_cred_get doesn't modify with reference count.

diffstat:

 share/man/man9/kauth.9 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 349d7eaa1ac5 -r 1f15b1b96c4f share/man/man9/kauth.9
--- a/share/man/man9/kauth.9    Sun Feb 26 12:41:50 2017 +0000
+++ b/share/man/man9/kauth.9    Sun Feb 26 15:44:15 2017 +0000
@@ -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 <elad%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -1879,6 +1879,9 @@
 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



Home | Main Index | Thread Index | Old Index