* src/faillog.c: Add annotations to indicate that usage() does not

return.
	* src/faillog.c: Fix message: this is faillog, not lastlog.
	* src/faillog.c: Check that there are no extra arguments after
	parsing the options.
This commit is contained in:
nekral-guest
2011-07-22 23:59:57 +00:00
parent 1def4ef49d
commit 495125415b
2 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2011-07-23 Nicolas François <nicolas.francois@centraliens.net>
* src/faillog.c: Add annotations to indicate that usage() does not
return.
* src/faillog.c: Fix message: this is faillog, not lastlog.
* src/faillog.c: Check that there are no extra arguments after
parsing the options.
2011-07-23 Nicolas François <nicolas.francois@centraliens.net>
* src/chgpasswd.c: Add annotations to indicate that usage() does