From 0cf1d3bf739a99f23bd8142a0d321fff6a112de4 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Mon, 16 Jun 2008 14:50:21 +0000 Subject: [PATCH] Make it clearer that privilege is needed to reduce as well as increase group membership. --- lib/libc/sys/setgroups.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/setgroups.2 b/lib/libc/sys/setgroups.2 index e4812294cc1..e56e95f7f75 100644 --- a/lib/libc/sys/setgroups.2 +++ b/lib/libc/sys/setgroups.2 @@ -57,7 +57,7 @@ more than as defined in .In sys/param.h . .Pp -Only the super-user may set new groups. +Only the super-user may set a new group list. .Sh RETURN VALUES .Rv -std setgroups .Sh ERRORS