* libmisc/age.c, libmisc/yesno.c, src/lastlog.c, src/grpck.c,
src/chfn.c, src/passwd.c, src/chage.c, src/login.c, src/sulogin.c, src/chsh.c: Fix call to puts (remove end of line, or use fputs). * po/*.po: Unfuzzy PO files according to above change.
This commit is contained in:
@ -95,9 +95,9 @@ static void print_one (const struct passwd *pw)
|
||||
|
||||
if (!once) {
|
||||
#ifdef HAVE_LL_HOST
|
||||
puts (_("Username Port From Latest\n"));
|
||||
puts (_("Username Port From Latest"));
|
||||
#else
|
||||
puts (_("Username Port Latest\n"));
|
||||
puts (_("Username Port Latest"));
|
||||
#endif
|
||||
once++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user