GNU bug report logs - #5861
[PATCH] Explain what makes a 'word' as counted by wc.

Previous Next

Package: coreutils;

Reported by: James Youngman <jay <at> gnu.org>

Date: Thu, 8 Apr 2010 11:24:04 UTC

Severity: normal

Tags: patch

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jim Meyering <jim <at> meyering.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#5861: marked as done ([PATCH] Explain what makes a 'word' as
 counted by wc.)
Date: Thu, 08 Apr 2010 22:16:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 09 Apr 2010 00:15:37 +0200
with message-id <87zl1d616e.fsf <at> meyering.net>
and subject line Re: bug#5861: [PATCH] Explain what makes a 'word' as counted by wc.
has caused the GNU bug report #5861,
regarding [PATCH] Explain what makes a 'word' as counted by wc.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
5861: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5861
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: James Youngman <jay <at> gnu.org>
To: bug-coreutils <at> gnu.org
Cc: James Youngman <jay <at> gnu.org>, coreutils <at> tlinx.org
Subject: [PATCH] Explain what makes a 'word' as counted by wc.
Date: Thu,  8 Apr 2010 10:58:52 +0100
---
 src/wc.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/wc.c b/src/wc.c
index 0698ae1..6df7fed 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -117,7 +117,8 @@ Usage: %s [OPTION]... [FILE]...\n\
       fputs (_("\
 Print newline, word, and byte counts for each FILE, and a total line if\n\
 more than one FILE is specified.  With no FILE, or when FILE is -,\n\
-read standard input.\n\
+read standard input.  A word is a non-zero-length sequence of characters\n\
+delimited by white space.\n\
   -c, --bytes            print the byte counts\n\
   -m, --chars            print the character counts\n\
   -l, --lines            print the newline counts\n\
-- 
1.7.0




[Message part 3 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: James Youngman <jay <at> gnu.org>
Cc: 5861-done <at> debbugs.gnu.org, coreutils <at> tlinx.org
Subject: Re: bug#5861: [PATCH] Explain what makes a 'word' as counted by wc.
Date: Fri, 09 Apr 2010 00:15:37 +0200
Thanks!
Applied.


This bug report was last modified 15 years and 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.