From 76367f06b385fbb41235e4c561a40afd921b85e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 19 May 2008 07:54:07 +0100 Subject: [PATCH] doc: 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. --- src/uniq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uniq.c b/src/uniq.c index b167bbb083..ce883d791b 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -165,8 +165,8 @@ 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\ -Fields are skipped before chars.\n\ +A field is a run of blanks (usually spaces and/or TABs), then non-blank\n\ +characters. Fields are skipped before chars.\n\ "), stdout); fputs (_("\ \n\ -- 2.47.3