On Mon, Jun 19, 2017 at 02:36:17PM +0200, Ruediger Meier wrote: > Sorry I forgot that the fputs/puts repacement adds another newline. > > I could either > 1. remove the newlines from the strings (but would this cause extra > work for translators?) > 2. use printf instead of puts > 3. don't change anything, just use constant FILE argument stdout. I think fputs(..., stdout) is non-invasive change, better than modify all strings and probably more effective than printf(). Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- 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