From 184f9d40e617636946b715a79cd293e5746fbcec Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Nov 2011 19:01:54 +0000 Subject: [PATCH] * man/groupmod.8.xml: Document that the primary group of users may be changed by groupmod -g. --- ChangeLog | 5 +++++ man/groupmod.8.xml | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 55452631..af1a83a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-06 Nicolas François + + * man/groupmod.8.xml: Document that the primary group of users may + be changed by groupmod -g. + 2011-11-06 Nicolas François * NEWS, src/newusers.c, man/newusers.8.xml: Add --root option. diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index acd28e37..640250e2 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -89,6 +89,10 @@ option is used. Values between 0 and 999 are typically reserved for system groups. + + Users who use the group as primary group will be updated to + keep the group as their primary group. + Any files that have the old group ID and must continue to belong to @@ -191,6 +195,12 @@ Secure group account information. + + /etc/passwd + + User account information. + +