diff --git a/ChangeLog b/ChangeLog index 8ea8d6ee..2857f486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-19 Nicolas François + + * man/gpasswd.1.xml: Document the difference between the -r and -R + options. + 2011-11-19 Nicolas François * man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml, diff --git a/man/gpasswd.1.xml b/man/gpasswd.1.xml index f19630a8..cf437a28 100644 --- a/man/gpasswd.1.xml +++ b/man/gpasswd.1.xml @@ -180,6 +180,7 @@ Remove the password from the named group. + The group password will be empty. Only group members will be allowed to use newgrp to join the named group. @@ -195,7 +196,8 @@ Restrict the access to the named group. - Only group members will be allowed to use + The group password is set to "!". + Only group members with a password will be allowed to use newgrp to join the named group.