From patchwork Fri Jan 9 07:08:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fan Chengniang X-Patchwork-Id: 5596861 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 073699F357 for ; Fri, 9 Jan 2015 07:10:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 06FFD2051C for ; Fri, 9 Jan 2015 07:10:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B9D2420513 for ; Fri, 9 Jan 2015 07:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755065AbbAIHKJ (ORCPT ); Fri, 9 Jan 2015 02:10:09 -0500 Received: from cn.fujitsu.com ([59.151.112.132]:25979 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754031AbbAIHKI (ORCPT ); Fri, 9 Jan 2015 02:10:08 -0500 X-IronPort-AV: E=Sophos;i="5.04,848,1406563200"; d="scan'208,217";a="55800490" Received: from unknown (HELO edo.cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 09 Jan 2015 15:06:20 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id t0979CkE024926 for ; Fri, 9 Jan 2015 15:09:12 +0800 Received: from fan-Lenovo.g08.fujitsu.local (10.167.226.45) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.181.6; Fri, 9 Jan 2015 15:09:46 +0800 From: Fan Chengniang To: CC: Fan Chengniang Subject: [PATCH] btrfs-progs: fix some format errors in doc Date: Fri, 9 Jan 2015 15:08:56 +0800 Message-ID: <1420787336-7783-1-git-send-email-fancn.fnst@cn.fujitsu.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.167.226.45] 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 Signed-off-by: Fan Chengniang --- Documentation/btrfs-mount.txt | 2 +- Documentation/btrfs-property.txt | 14 +++++++------- Documentation/btrfs-replace.txt | 3 +-- Documentation/btrfs-scrub.txt | 4 +--- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Documentation/btrfs-mount.txt b/Documentation/btrfs-mount.txt index 4fb7137..8cf7a0b 100644 --- a/Documentation/btrfs-mount.txt +++ b/Documentation/btrfs-mount.txt @@ -91,7 +91,7 @@ MOUNT OPTIONS operations). This was previously the behavior only when a snapshot is created. -*inode_cache*: +*inode_cache*:: Enable free inode number caching. Defaults to off due to an overflow problem when the free space crcs don't fit inside a single page. diff --git a/Documentation/btrfs-property.txt b/Documentation/btrfs-property.txt index 28ede4b..8b9b7f0 100644 --- a/Documentation/btrfs-property.txt +++ b/Documentation/btrfs-property.txt @@ -28,10 +28,16 @@ A btrfs object, which is set by , can be a btrfs filesystem itself, a btrfs subvolume, an inode(file or directory) inside btrfs, or a device on which a btrfs exists. + +The '-t ' option can be used to explicitly +specify what type of object you meant. This is only needed when a +property could be set for more then one object type. ++ +Possible types are 's[ubvol]', 'f[ilesystem]', 'i[node]' and 'd[evice]'. ++ Set the name of property by ''. If no '' is specified, all properties for the given object are printed. '' is one of the followings. -+ + ro:::: read-only flag of subvolume: true or false label:::: @@ -39,12 +45,6 @@ label of device compression:::: compression setting for an inode: lzo, zlib, or "" (empty string) -The '-t ' option can be used to explicitly -specify what type of object you meant. This is only needed when a -property could be set for more then one object type. -+ -Possible types are 's[ubvol]', 'f[ilesystem]', 'i[node]' and 'd[evice]'. - *list* [-t ] :: Lists available properties with their descriptions for the given object. + diff --git a/Documentation/btrfs-replace.txt b/Documentation/btrfs-replace.txt index 7402484..b2a21b9 100644 --- a/Documentation/btrfs-replace.txt +++ b/Documentation/btrfs-replace.txt @@ -13,9 +13,8 @@ DESCRIPTION ----------- *btrfs replace* is used to replace btrfs managed devices with other device. -Note: this is not currently supported for RAID5/6 profiles and must use the +NOTE: this is not currently supported for RAID5/6 profiles and must use the device add/delete workaround. - It is recommended to see `btrfs-device`(8) for more details about btrfs device management. diff --git a/Documentation/btrfs-scrub.txt b/Documentation/btrfs-scrub.txt index c0fafca..6ebce60 100644 --- a/Documentation/btrfs-scrub.txt +++ b/Documentation/btrfs-scrub.txt @@ -59,9 +59,7 @@ Read only mode. Do not attempt to correct anything. -R:::: Raw print mode. Print full data instead of summary. -c :::: -Set IO priority class (see - ionice (1) -manpage). +Set IO priority class (see `ionice`(1) manpage). -n :::: Set IO priority classdata (see `ionice`(1) manpage). -f::::