From patchwork Tue Sep 1 07:12:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhaolei X-Patchwork-Id: 7103501 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E2675BF036 for ; Tue, 1 Sep 2015 07:13:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 565FC2052C for ; Tue, 1 Sep 2015 07:13:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6778E2051D for ; Tue, 1 Sep 2015 07:13:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754332AbbIAHNt (ORCPT ); Tue, 1 Sep 2015 03:13:49 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:18709 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754300AbbIAHNs (ORCPT ); Tue, 1 Sep 2015 03:13:48 -0400 X-IronPort-AV: E=Sophos;i="5.15,520,1432569600"; d="scan'208";a="100229517" Received: from bogon (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 01 Sep 2015 15:16:51 +0800 Received: from G08CNEXCHPEKD01.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id t817DcHm020580 for ; Tue, 1 Sep 2015 15:13:38 +0800 Received: from localhost.localdomain (10.167.226.114) by G08CNEXCHPEKD01.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server id 14.3.181.6; Tue, 1 Sep 2015 15:13:46 +0800 From: Zhao Lei To: CC: Zhao Lei Subject: [PATCH v3 2/2] btrfs-progs: Update manual for new unit arguments Date: Tue, 1 Sep 2015 15:12:07 +0800 Message-ID: <630eb717ced2b912884ac55ecf76fe94ea3ef652.1441091348.git.zhaolei@cn.fujitsu.com> X-Mailer: git-send-email 1.8.5.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We changed unit arguments for btrfs commands, this patch updated relative documents for them. Signed-off-by: Zhao Lei --- 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