git: 313d769e995c - main - group.5: Add a reference to setcred(2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Sep 2025 12:19:21 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=313d769e995c4fa4c5e3ae2470af16a8fbeaa3c1
commit 313d769e995c4fa4c5e3ae2470af16a8fbeaa3c1
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-08-29 15:13:17 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-09-17 12:16:08 +0000
group.5: Add a reference to setcred(2)
Reviewed by: gbe
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52287
---
share/man/man5/group.5 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 044164a3c955..8f7c59c59d52 100644
--- a/share/man/man5/group.5
+++ b/share/man/man5/group.5
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 8, 2013
+.Dd August 29, 2025
.Dt GROUP 5
.Os
.Sh NAME
@@ -145,6 +145,7 @@ may still have this limit.
.Sh SEE ALSO
.Xr newgrp 1 ,
.Xr passwd 1 ,
+.Xr setcred 2 ,
.Xr setgroups 2 ,
.Xr crypt 3 ,
.Xr getgrent 3 ,