coreutils
[Top][All Lists]
Advanced

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

[coreutils] [PATCH] doc: fix sort info about version sort skipping blank


From: Pádraig Brady
Subject: [coreutils] [PATCH] doc: fix sort info about version sort skipping blanks
Date: Sun, 16 May 2010 01:25:50 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

I've just push this doc tweak

commit bee4bf0f4d8fa0e52d61782b51c4a2bbe3660ef2
Author: Pádraig Brady <address@hidden>
Date:   Sun May 16 01:14:51 2010 +0100

    doc: fix sort info about version sort skipping blanks

    * doc/coreutils.text (sort invocation): leading blanks are
    significant for 'V'.

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index cd99bd0..77434e9 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -4120,7 +4120,7 @@ the start and end positions of a field specification, and 
if it is
 inherited from the global options it will be attached to both.
 If input lines can contain leading or adjacent blanks and @option{-t}
 is not used, then @option{-k} is typically combined with @option{-b} or
-an option that implicitly ignores leading blanks (@samp{MghnV}) as otherwise
+an option that implicitly ignores leading blanks (@samp{Mghn}) as otherwise
 the varying numbers of leading blanks in fields can cause confusing results.

 If the start position in a sort field specifier falls after the end of



reply via email to

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