* src/chage.c: expdays renamed to expdate. It is a date, even if

expressed in a number of days since Jan 1, 1970.
	* src/chage.c: Likewise: lastday renamed to lstchgdate. Also fix
	the --lastday documentation.
This commit is contained in:
nekral-guest
2009-04-10 22:34:42 +00:00
parent 52238dd6a7
commit 304b0ec202
2 changed files with 36 additions and 32 deletions

View File

@@ -1,6 +1,10 @@
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* src/chage.c: More strtol() replaced by getlong().
* src/chage.c: expdays renamed to expdate. It is a date, even if
expressed in a number of days since Jan 1, 1970.
* src/chage.c: Likewise: lastday renamed to lstchgdate. Also fix
the --lastday documentation.
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>