From 47b51db120e258fa2a3317933a0a9512b2933754 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 28 Jul 2013 13:54:20 +0200 Subject: doc: use semicolon instead of period in option descriptions Also do not end option descriptions with a period, properly indent continuation lines, and make some tiny clarifications. * src/du.c (usage): Lowercase after semicolon. * src/ls.c (usage): Semicolons instead of periods, small rephrasing and two hyphens for clarity, proper indentation. * src/mktemp.c (usage): Semicolons and lowercase. * src/od.c (usage): Semicolons. * src/ptx.c (usage): Use the standard phrase, clarify default option. * src/setuidgid.c (usage): Properly indent continuation line. * src/split.c (usage): Semicolons, lowercase, no final period. * src/stat.c (usage): Semicolons, lowercase. * src/tail.c (usage): Proper indentation, one shorter rephrasing, semicolons, no final periods. * src/timeout.c (usage): Properly indent, semicolons, no final periods. Fixes http://bugs.gnu.org/14976 --- src/setuidgid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setuidgid.c') diff --git a/src/setuidgid.c b/src/setuidgid.c index ed6b65d20..4a72a1532 100644 --- a/src/setuidgid.c +++ b/src/setuidgid.c @@ -63,7 +63,7 @@ This program is useful only when run by root (user ID zero).\n\ "), stdout); fputs (_("\ -g GID[,GID1...] also set the primary group-ID to the numeric GID, and\n\ - (if specified) supplemental group IDs to GID1, ...\n\ + (if specified) supplemental group IDs to GID1, ...\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); -- cgit v1.2.3-54-g00ecf