From 5ed2f11fe699dfdf5119ba5da7e5ddbbfbc821c6 Mon Sep 17 00:00:00 2001 From: ad Date: Mon, 14 Aug 2006 13:59:30 +0000 Subject: [PATCH] Minor update for per-LWP creds. --- share/man/man9/kauth.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/kauth.9 b/share/man/man9/kauth.9 index dfc68623dd72..c06083c8942d 100644 --- a/share/man/man9/kauth.9 +++ b/share/man/man9/kauth.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: kauth.9,v 1.10 2006/07/22 09:26:29 elad Exp $ +.\" $NetBSD: kauth.9,v 1.11 2006/08/14 13:59:30 ad Exp $ .\" .\" Copyright (c) 2005, 2006 Elad Efrat .\" All rights reserved. @@ -319,10 +319,10 @@ When a .Ft kauth_cred_t is first allocated, its reference count is set to 1. However, with time, its reference count can grow as more objects (processes, -files, etc.) reference it. +LWPs, files, etc.) reference it. One such case is during a .Xr fork 2 -where the child process inherits the credentials of the parent. +where the child process and its LWPs inherit the credentials of the parent. .Pp To prevent freeing a .Ft kauth_cred_t @@ -460,7 +460,7 @@ for .Ar cred will be done. .It Ft kauth_cred_t Fn kauth_cred_get "void" -Return the credentials associated with the current process. +Return the credentials associated with the current LWP. .El .Ss Scope Management .Nm