* src/useradd.c, src/groupmod.c, src/groupadd.c, src/faillog.c:

Fix typos. Take this opportunity to split the usage messages into
	smaller messages (one per option).
	* src/pwck.c: Fix typo.
This commit is contained in:
nekral-guest
2009-06-05 22:16:56 +00:00
parent 35c0b2cb47
commit d6f18c207e
6 changed files with 84 additions and 77 deletions

View File

@@ -1,3 +1,10 @@
2009-06-06 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c, src/groupmod.c, src/groupadd.c, src/faillog.c:
Fix typos. Take this opportunity to split the usage messages into
smaller messages (one per option).
* src/pwck.c: Fix typo.
2009-06-05 Petri Koistinen <petri.koistinen@iki.fi>
* man/passwd.1.xml: The short option for --mindays is -n, not -m.