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