From: Jim Meyering Date: Sun, 11 Sep 2005 07:42:43 +0000 (+0000) Subject: (usage): Remove leading spaces in 2-line X-Git-Tag: CPPI-1_12~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b1902041ffc33a9476ca5c9fb7fe0a03cf1a58;p=thirdparty%2Fcoreutils.git (usage): Remove leading spaces in 2-line description, so that help2man doesn't mangle it. --- diff --git a/src/factor.c b/src/factor.c index 3066d65e6f..f1e5655537 100644 --- a/src/factor.c +++ b/src/factor.c @@ -85,8 +85,8 @@ Print the prime factors of each NUMBER.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ - Print the prime factors of all specified integer NUMBERs. If no arguments\n\ - are specified on the command line, they are read from standard input.\n\ +Print the prime factors of all specified integer NUMBERs. If no arguments\n\ +are specified on the command line, they are read from standard input.\n\ "), stdout); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); }