From: nekral-guest Date: Wed, 13 Aug 2008 06:55:37 +0000 (+0000) Subject: * man/shadow.5.xml: Fix typo. The password must be changed before X-Git-Tag: 4.1.3~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2722e6bb68576e17d38e2abe88ef76d7a72e0cd2;p=thirdparty%2Fshadow.git * man/shadow.5.xml: Fix typo. The password must be changed before the maximum number of days, not after. --- diff --git a/ChangeLog b/ChangeLog index d05837526..f00adc4fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-13 Nicolas François + + * man/shadow.5.xml: Fix typo. The password must be changed before + the maximum number of days, not after. + 2008-08-09 Nicolas François * src/groupmems.c: Harmonize the unlock failure messages. diff --git a/man/shadow.5.xml b/man/shadow.5.xml index 84cdad430..e1639c9c5 100644 --- a/man/shadow.5.xml +++ b/man/shadow.5.xml @@ -77,7 +77,7 @@ The date of the last password change is given as the number of days since Jan 1, 1970. The password may not be changed again until the - proper number of days have passed, and must be changed after the + proper number of days have passed, and must be changed before the maximum number of days. If the minimum number of days required is greater than the maximum number of day allowed, this password may not be changed by the user.