From: nekral-guest Date: Sat, 5 Jan 2008 17:25:00 +0000 (+0000) Subject: Add documentation for the new --password options. X-Git-Tag: 4.1.1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747e174bec260812202d37119de67054830583b3;p=thirdparty%2Fshadow.git Add documentation for the new --password options. --- diff --git a/ChangeLog b/ChangeLog index d9019015f..2f1a336f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-05 Nicolas François + + * man/groupadd.8.xml, man/groupmod.8.xml: Add documentation for + the new --password options. + 2008-01-05 Nicolas François * src/useradd.c: Fix find_new_gid() prototype. Add a void diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index a2e6c22a9..bca848fcb 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -112,6 +112,19 @@ + + + , + PASSWORD + + + + The encrypted password, as returned by + crypt3 + . The default is to disable the password. + + + diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index 752eef4ec..8b32c12d0 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -89,6 +89,19 @@ + + + , + PASSWORD + + + + The encrypted password, as returned by + crypt3 + . The default is to disable the password. + + +