coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: clarify the uniq -D description


From: Pádraig Brady
Subject: [PATCH] doc: clarify the uniq -D description
Date: Mon, 23 Mar 2015 22:02:29 +0000

* src/uniq.c (usage): The description was very confusing in the man page
due to the stripped newlines.  Add punctuation for clarification.
---
 src/uniq.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/uniq.c b/src/uniq.c
index 6333f67..e0cfe4d 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 (_("\
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]