On Sun, Jun 18, 2017 at 08:49:49PM -0400, J William Piggott wrote: > > Signed-off-by: J William Piggott <elseifthen@xxxxxxx> > --- > sys-utils/hwclock.c | 74 ++++++++++++++++++++++++++--------------------------- > 1 file changed, 37 insertions(+), 37 deletions(-) > > diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c > index 7d69b7a..636d36a 100644 > --- a/sys-utils/hwclock.c > +++ b/sys-utils/hwclock.c > @@ -1200,49 +1200,49 @@ static void out_version(void) > } > > static void __attribute__((__noreturn__)) > -usage(const struct hwclock_control *ctl, FILE *out) > +usage(const struct hwclock_control *ctl) > { > - fputs(USAGE_HEADER, out); > - fputs(_(" hwclock [function] [option...]\n"), out); > - > - fputs(USAGE_SEPARATOR, out); > - fputs(_(" Query or set the RTC (Real Time Clock / Hardware Clock)\n"), out); > - > - fputs(USAGE_FUNCTIONS, out); > - fputs(_(" -r, --show display the RTC time\n"), out); > - fputs(_(" --get display drift corrected RTC time\n"), out); > - fputs(_(" --set set the RTC according to --date\n"), out); > - fputs(_(" -s, --hctosys set the system time from the RTC\n"), out); > - fputs(_(" -w, --systohc set the RTC from the system time\n"), out); > - fputs(_(" --systz send timescale configurations to the kernel\n"), out); > - fputs(_(" --adjust adjust the RTC to account for systematic drift\n"), out); > + fputs(USAGE_HEADER, stdout); > + puts(_(" hwclock [function] [option...]")); > + > + fputs(USAGE_SEPARATOR, stdout); > + puts(_(" Query or set the RTC (Real Time Clock / Hardware Clock)")); ^ We don't use this space here. Fixed. 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