aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ucred.9
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-01-23 23:25:42 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-01-23 23:25:42 +0000
commitdab031103052f34e9aadb6f5ec4cb4e0b026cc28 (patch)
tree504fa01622e03ac995e234b4be0eabc0a4b49d04 /share/man/man9/ucred.9
parentde00e09d82a9d4962f6d55d550562bd99d440914 (diff)
downloadsrc-dab031103052f34e9aadb6f5ec4cb4e0b026cc28.tar.gz
src-dab031103052f34e9aadb6f5ec4cb4e0b026cc28.zip
Remove documentation for the nonexistant cred_update_thread(9).
This was a tangential change submitted as part of D18930. Submitted by: jack@gandi.net
Notes
Notes: svn path=/head/; revision=343366
Diffstat (limited to 'share/man/man9/ucred.9')
-rw-r--r--share/man/man9/ucred.912
1 files changed, 2 insertions, 10 deletions
diff --git a/share/man/man9/ucred.9 b/share/man/man9/ucred.9
index afe4812d196c..44cbe00f5ef4 100644
--- a/share/man/man9/ucred.9
+++ b/share/man/man9/ucred.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 27, 2017
+.Dd January 23, 2019
.Dt UCRED 9
.Os
.Sh NAME
@@ -36,8 +36,7 @@
.Nm crfree ,
.Nm crcopy ,
.Nm crdup ,
-.Nm cru2x ,
-.Nm cred_update_thread
+.Nm cru2x
.Nd "functions related to user credentials"
.Sh SYNOPSIS
.In sys/param.h
@@ -58,8 +57,6 @@
.Fn crsetgroups "struct ucred *cr" "int ngrp" "gid_t *groups"
.Ft void
.Fn cru2x "struct ucred *cr" "struct xucred *xcr"
-.Ft void
-.Fn cred_update_thread "struct thread *td"
.Sh DESCRIPTION
The
.Nm
@@ -147,11 +144,6 @@ the former
(e.g.,
.Va cr_version ) .
.Pp
-The
-.Fn cred_update_thread
-function sets the credentials of
-.Fa td
-to that of its process, freeing its old credential if required.
.Sh RETURN VALUES
.Fn crget ,
.Fn crhold ,