svn commit: r343558 - stable/11/share/man/man9

Brooks Davis brooks at FreeBSD.org
Tue Jan 29 18:13:47 UTC 2019


Author: brooks
Date: Tue Jan 29 18:13:46 2019
New Revision: 343558
URL: https://svnweb.freebsd.org/changeset/base/343558

Log:
  MFC r343366:
  
  Remove documentation for the nonexistant cred_update_thread(9).
  
  This was a tangential change submitted as part of D18930.
  
  Submitted by:	jack at gandi.net

Modified:
  stable/11/share/man/man9/Makefile
  stable/11/share/man/man9/ucred.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/Makefile
==============================================================================
--- stable/11/share/man/man9/Makefile	Tue Jan 29 18:08:46 2019	(r343557)
+++ stable/11/share/man/man9/Makefile	Tue Jan 29 18:13:46 2019	(r343558)
@@ -1852,8 +1852,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: stable/11/share/man/man9/ucred.9
==============================================================================
--- stable/11/share/man/man9/ucred.9	Tue Jan 29 18:08:46 2019	(r343557)
+++ stable/11/share/man/man9/ucred.9	Tue Jan 29 18:13:46 2019	(r343558)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 19, 2009
+.Dd January 23, 2019
 .Dt UCRED 9
 .Os
 .Sh NAME
@@ -37,8 +37,7 @@
 .Nm crshared ,
 .Nm crcopy ,
 .Nm crdup ,
-.Nm cru2x ,
-.Nm cred_update_thread
+.Nm cru2x
 .Nd "functions related to user credentials"
 .Sh SYNOPSIS
 .In sys/param.h
@@ -61,8 +60,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
@@ -156,11 +153,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 ,


More information about the svn-src-all mailing list