diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-08-29 15:13:17 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-09-17 12:16:08 +0000 |
| commit | 313d769e995c4fa4c5e3ae2470af16a8fbeaa3c1 (patch) | |
| tree | 3198ef65ea09a6886b1337a2473a94d28593f8c5 | |
| parent | 4be38acc826f260e4c7d3ebbb9de534db449782e (diff) | |
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
| -rw-r--r-- | share/man/man5/group.5 | 3 |
1 files changed, 2 insertions, 1 deletions
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 , |
