bug-coreutils
[Top][All Lists]
Advanced

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

[PATCH] Clarify field delimiter description in uniq --help output


From: Pádraig Brady
Subject: [PATCH] Clarify field delimiter description in uniq --help output
Date: Mon, 19 May 2008 09:53:49 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

>From 9228e10c4c68ffd585bbb6e5fd7efbab6f6c5f97 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?P=C3=A1draig=20Brady?= <address@hidden>
Date: Mon, 19 May 2008 07:54:07 +0100
Subject: [PATCH] Clarify field delimiter description in uniq --help output

* src/uniq.c: Clarify in help output that field delimiters are blanks and
not the larger set of whitespace characters.

Signed-off-by: Pádraig Brady <address@hidden>
---
 src/uniq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/uniq.c b/src/uniq.c
index 1a54055..3dac9ee 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -165,7 +165,7 @@ Mandatory arguments to long options are mandatory for short 
options too.\n\
      fputs (VERSION_OPTION_DESCRIPTION, stdout);
      fputs (_("\
 \n\
-A field is a run of whitespace, then non-whitespace characters.\n\
+A field is a run of spaces or tabs, then non-blank characters.\n\
 Fields are skipped before chars.\n\
 "), stdout);
      fputs (_("\
-- 
1.5.3.6



reply via email to

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