From: Pádraig Brady Date: Mon, 23 Mar 2015 22:00:30 +0000 (+0000) Subject: doc: clarify the uniq -D man page description X-Git-Tag: v8.24~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f170e0c0f0ef7a627e7b746e79847d07725938;p=thirdparty%2Fcoreutils.git doc: clarify the uniq -D man page description * src/uniq.c (usage): The description was very confusing in the man page due to the stripped newlines. Add punctuation for clarification. --- diff --git a/src/uniq.c b/src/uniq.c index 6333f6719d..e0cfe4ddca 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -185,15 +185,15 @@ With no options, matching lines are merged to the first occurrence.\n\ -d, --repeated only print duplicate lines, one for each group\n\ "), stdout); fputs (_("\ - -D, --all-repeated[=METHOD] print all duplicate lines\n\ - groups can be delimited with an empty line\n\ + -D, --all-repeated[=METHOD] print all duplicate lines;\n\ + groups can be delimited with an empty line;\n\ METHOD={none(default),prepend,separate}\n\ "), stdout); fputs (_("\ -f, --skip-fields=N avoid comparing the first N fields\n\ "), stdout); fputs (_("\ - --group[=METHOD] show all items, separating groups with an empty line\n\ + --group[=METHOD] show all items, separating groups with an empty line;\n\ METHOD={separate(default),prepend,append,both}\n\ "), stdout); fputs (_("\