Sami Kerola wrote: > On 5 May 2014 20:20, Stanislav Brabec <sbrabec@xxxxxxx> wrote: > > Trailing '\n' is missing in: > > "Not setting clock because last adjustment time is zero, so history is bad." > > > > Signed-off-by: Stanislav Brabec <sbrabec@xxxxxxx> > > --- > > sys-utils/hwclock.c | 2 +- > > Hi Stanislav, > > The hwclock.c change is OK. The po files are not updated this way. > > See also http://www.spinics.net/lists/util-linux-ng/msg09087.html > OK. I just wanted to save translators' time and fixed all po files, including existing translations. >From baf61d938ec3c72be9cffb65b15a44ecca681e22 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec <sbrabec@xxxxxxx> Date: Mon, 5 May 2014 21:16:31 +0200 Subject: [PATCH] hwclock: Warning typo fix The hwclock.c change is OK. The po files are not updated this way. Signed-off-by: Stanislav Brabec <sbrabec@xxxxxxx> --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index fe97fcb..beb2845 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1210,7 +1210,7 @@ do_adjustment(struct adjtime *adjtime_p, if (debug) printf(_ ("Not setting clock because last adjustment time is zero, " - "so history is bad.")); + "so history is bad.\n")); } else if (abs(adjtime_p->drift_factor) > MAX_DRIFT) { if (debug) printf(_("Not setting clock because drift factor %f is far too high.\n"), -- 1.8.4.5 -- Best Regards / S pozdravem, Stanislav Brabec software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: sbrabec@xxxxxxx Lihovarská 1060/12 tel: +49 911 7405384547 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz/ PGP: 830B 40D5 9E05 35D8 5E27 6FA3 717C 209F A04F CD76 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html