We changed unit arguments for btrfs commands, this patch updated relative documents for them. Signed-off-by: Zhao Lei <zhaolei@xxxxxxxxxxxxxx> --- Documentation/btrfs-device.asciidoc | 14 ++++++-------- Documentation/btrfs-filesystem.asciidoc | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/Documentation/btrfs-device.asciidoc b/Documentation/btrfs-device.asciidoc index 2827598..04bfde1 100644 --- a/Documentation/btrfs-device.asciidoc +++ b/Documentation/btrfs-device.asciidoc @@ -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. diff --git a/Documentation/btrfs-filesystem.asciidoc b/Documentation/btrfs-filesystem.asciidoc index 31cd51b..5d555fa 100644 --- a/Documentation/btrfs-filesystem.asciidoc +++ b/Documentation/btrfs-filesystem.asciidoc @@ -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 -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
