+2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
+
+ * src/passwd.c: Added missing end of line at the end of success
+ messages.
+
2009-05-16 sacha <sachall@infonie.fr>
* po/fr.po: Fixed typo in the vipw usage string.
if (!qflg) {
if (!anyflag) {
#ifndef USE_PAM
- printf (_("%s: password changed."), Prog);
+ printf (_("%s: password changed.\n"), Prog);
#endif /* USE_PAM */
} else {
- printf (_("%s: password expiry information changed."), Prog);
+ printf (_("%s: password expiry information changed.\n"), Prog);
}
}