@@ -106,23 +106,21 @@ Show detailed information about internal allocations in devices.
+
`Options`
+
--b|--raw::::
+--raw::::
raw numbers in bytes, without the 'B' suffix
--h|--human-readable::::
+--human-readable::::
print human friendly numbers, base 1024, this is the default
--H::::
-print human friendly numbers, base 1000
--iec::::
select the 1024 base for the following options, according to the IEC standard
--si::::
select the 1000 base for the following options, according to the SI standard
--k|--kbytes::::
+--kbytes::::
show sizes in KiB, or kB with --si
--m|--mbytes::::
+--mbytes::::
show sizes in MiB, or MB with --si
--g|--gbytes::::
+--gbytes::::
show sizes in GiB, or GB with --si
--t|--tbytes::::
+--tbytes::::
show sizes in TiB, or TB with --si
If conflicting options are passed, the last one takes precedence.
@@ -160,23 +160,21 @@ Show detailed information about internal filesystem usage.
+
`Options`
+
--b|--raw::::
+--raw::::
raw numbers in bytes, without the 'B' suffix
--h|--human-readable::::
+--human-readable::::
print human friendly numbers, base 1024, this is the default
--H::::
-print human friendly numbers, base 1000
--iec::::
select the 1024 base for the following options, according to the IEC standard
--si::::
select the 1000 base for the following options, according to the SI standard
--k|--kbytes::::
+--kbytes::::
show sizes in KiB, or kB with --si
--m|--mbytes::::
+--mbytes::::
show sizes in MiB, or MB with --si
--g|--gbytes::::
+--gbytes::::
show sizes in GiB, or GB with --si
--t|--tbytes::::
+--tbytes::::
show sizes in TiB, or TB with --si
-T::::
show data in tabular format
We changed unit arguments for btrfs commands, this patch updated relative documents for them. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> --- Documentation/btrfs-device.asciidoc | 14 ++++++-------- Documentation/btrfs-filesystem.asciidoc | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-)