diff --git a/ChangeLog b/ChangeLog index d0583752..f00adc4f 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 84cdad43..e1639c9c 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.