git: dc18b884d53b - stable/15 - group.5: Add a reference to setcred(2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 12:03:53 UTC
The branch stable/15 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=dc18b884d53b50ea6d4e433ee3cec734c285a4fd
commit dc18b884d53b50ea6d4e433ee3cec734c285a4fd
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-08-29 15:13:17 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-09-23 12:02:48 +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
(cherry picked from commit 313d769e995c4fa4c5e3ae2470af16a8fbeaa3c1)
---
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 ,