From 5762d08f4f491a281c4f375153a51c55b42ad9b3 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 19 Nov 2011 14:34:59 +0000 Subject: [PATCH] * man/gpasswd.1.xml: Document the difference between the -r and -R options. --- ChangeLog | 5 +++++ man/gpasswd.1.xml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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.