Date: Wed, 23 Jan 2019 23:25:42 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r343366 - head/share/man/man9 Message-ID: <201901232325.x0NNPgNE087977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Wed Jan 23 23:25:42 2019 New Revision: 343366 URL: https://svnweb.freebsd.org/changeset/base/343366 Log: Remove documentation for the nonexistant cred_update_thread(9). This was a tangential change submitted as part of D18930. Submitted by: jack@gandi.net Modified: head/share/man/man9/Makefile head/share/man/man9/ucred.9 Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Wed Jan 23 23:06:39 2019 (r343365) +++ head/share/man/man9/Makefile Wed Jan 23 23:25:42 2019 (r343366) @@ -2095,8 +2095,7 @@ MLINKS+=timeout.9 callout.9 \ timeout.9 callout_stop.9 \ timeout.9 callout_when.9 \ timeout.9 untimeout.9 -MLINKS+=ucred.9 cred_update_thread.9 \ - ucred.9 crcopy.9 \ +MLINKS+=ucred.9 crcopy.9 \ ucred.9 crcopysafe.9 \ ucred.9 crdup.9 \ ucred.9 crfree.9 \ Modified: head/share/man/man9/ucred.9 ============================================================================== --- head/share/man/man9/ucred.9 Wed Jan 23 23:06:39 2019 (r343365) +++ head/share/man/man9/ucred.9 Wed Jan 23 23:25:42 2019 (r343366) @@ -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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901232325.x0NNPgNE087977>