Blame SOURCES/coreutils-8.22-doc-ls-kibibytes.patch

02b701
From c6418e3a5cb3a65af79117162a93a66026cc8c36 Mon Sep 17 00:00:00 2001
02b701
From: Kamil Dudka <kdudka@redhat.com>
02b701
Date: Thu, 6 Dec 2018 14:28:00 +0100
02b701
Subject: [PATCH] doc: improve wording of the --kibibytes option description
02b701
02b701
Bug: https://bugzilla.redhat.com/1527391
02b701
---
02b701
 doc/coreutils.texi | 8 +++++---
02b701
 1 file changed, 5 insertions(+), 3 deletions(-)
02b701
02b701
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
02b701
index 88d6506..772aab6 100644
02b701
--- a/doc/coreutils.texi
02b701
+++ b/doc/coreutils.texi
02b701
@@ -7615,9 +7615,11 @@ Append @samp{*} for executable regular files, otherwise behave as for
02b701
 @opindex --kibibytes
02b701
 Set the default block size to its normal value of 1024 bytes,
02b701
 overriding any contrary specification in environment variables
02b701
-(@pxref{Block size}).  This option is in turn overridden by the
02b701
-@option{--block-size}, @option{-h} or @option{--human-readable}, and
02b701
-@option{--si} options.
02b701
+(@pxref{Block size}).  If @option{--block-size}, @option{-h},
02b701
+@option{--human-readable}, or @option{--si} options are used,
02b701
+they take precedence over @option{-k} or @option{--kibibytes}
02b701
+even if @option{-k} or @option{--kibibytes} is placed after
02b701
+the other options.
02b701
 
02b701
 The @option{-k} or @option{--kibibytes} option affects the
02b701
 per-directory block count written by the @option{-l} and similar
02b701
-- 
02b701
2.17.2
02b701