From patchwork Thu Jan 28 08:00:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tsutomu Itoh X-Patchwork-Id: 8147161 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 404DE9F440 for ; Thu, 28 Jan 2016 08:01:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7912F20256 for ; Thu, 28 Jan 2016 08:01:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9050D20225 for ; Thu, 28 Jan 2016 08:01:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934330AbcA1IBK (ORCPT ); Thu, 28 Jan 2016 03:01:10 -0500 Received: from mgwkm04.jp.fujitsu.com ([202.219.69.171]:56920 "EHLO mgwkm04.jp.fujitsu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932214AbcA1IBJ (ORCPT ); Thu, 28 Jan 2016 03:01:09 -0500 Received: from kw-mxauth.gw.nic.fujitsu.com (unknown [192.168.231.132]) by mgwkm04.jp.fujitsu.com with smtp id 7927_ca6d_90cc8ceb_b411_463e_88f5_d188299c239a; Thu, 28 Jan 2016 17:01:04 +0900 Received: from m3050.s.css.fujitsu.com (msm.b.css.fujitsu.com [10.134.21.208]) by kw-mxauth.gw.nic.fujitsu.com (Postfix) with ESMTP id 90FB2AC023B for ; Thu, 28 Jan 2016 17:01:03 +0900 (JST) Received: from WIN-5MHF4RKU941.jp.fujitsu.com (unknown [10.124.102.163]) by m3050.s.css.fujitsu.com (Postfix) with SMTP id 619B4165 for ; Thu, 28 Jan 2016 17:01:03 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.3.2 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20150223 X-SHieldMailCheckerMailID: 7cfabe7e762944d9a8c6c41dcbc70d75 Message-Id: <201601280800.AA00002@WIN-5MHF4RKU941.jp.fujitsu.com> From: Tsutomu Itoh Date: Thu, 28 Jan 2016 17:00:33 +0900 To: linux-btrfs@vger.kernel.org Subject: [PATCH] btrfs-progs: doc: fix size suffix in mkfs.btrfs MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 X-TM-AS-MML: disable 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, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 There is no petabyte in the explanation of the suffix of the size parameter. So, it's added. Signed-off-by: Tsutomu Itoh --- Documentation/mkfs.btrfs.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc index 0b145c7..312b816 100644 --- a/Documentation/mkfs.btrfs.asciidoc +++ b/Documentation/mkfs.btrfs.asciidoc @@ -154,8 +154,8 @@ Print help. SIZE UNITS ---------- The default unit is 'byte'. All size parameters accept suffixes in the 1024 -base. The recognized suffixes are: 'k', 'm', 'g', 't', 'e', both uppercase and -lowercase. +base. The recognized suffixes are: 'k', 'm', 'g', 't', 'p', 'e', both uppercase +and lowercase. MULTIPLE DEVICES ----------------