From patchwork Tue Dec 16 09:42:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Satoru Takeuchi X-Patchwork-Id: 5500121 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AEE3CBEEA8 for ; Tue, 16 Dec 2014 09:42:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EC93020A1C for ; Tue, 16 Dec 2014 09:42:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D46D20A1B for ; Tue, 16 Dec 2014 09:42:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750926AbaLPJmt (ORCPT ); Tue, 16 Dec 2014 04:42:49 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:43754 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbaLPJmr (ORCPT ); Tue, 16 Dec 2014 04:42:47 -0500 Received: from kw-mxauth.gw.nic.fujitsu.com (unknown [10.0.237.134]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id 5F0973EE0C2 for ; Tue, 16 Dec 2014 18:42:45 +0900 (JST) Received: from s2.gw.fujitsu.co.jp (s2.gw.fujitsu.co.jp [10.0.50.92]) by kw-mxauth.gw.nic.fujitsu.com (Postfix) with ESMTP id 74149AC0497 for ; Tue, 16 Dec 2014 18:42:44 +0900 (JST) Received: from g01jpfmpwkw03.exch.g01.fujitsu.local (g01jpfmpwkw03.exch.g01.fujitsu.local [10.0.193.57]) by s2.gw.fujitsu.co.jp (Postfix) with ESMTP id 1A73DE08005 for ; Tue, 16 Dec 2014 18:42:44 +0900 (JST) Received: from g01jpexchkw35.g01.fujitsu.local (unknown [10.0.193.4]) by g01jpfmpwkw03.exch.g01.fujitsu.local (Postfix) with ESMTP id 669B0BD64CC; Tue, 16 Dec 2014 18:42:43 +0900 (JST) X-SecurityPolicyCheck: OK by SHieldMailChecker v2.0.1 X-SHieldMailCheckerPolicyVersion: FJ-ISEC-20120718-4 Message-ID: <548FFE8E.5040507@jp.fujitsu.com> Date: Tue, 16 Dec 2014 18:42:38 +0900 From: Satoru Takeuchi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "linux-btrfs@vger.kernel.org" CC: Chris Murphy Subject: [PATCH] btrfs-progs: Add a brief explanation of btrfs property in man 8 btrfs X-SecurityPolicyCheck-GC: OK by FENCE-Mail 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=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 From: Satoru Takeuchi As Chris reported at the following mail, although btrfs property has its own manpage, man 8 btrfs-property, there is no explanation about it in man 8 btrfs. https://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg40134.html Signed-off-by: Satoru Takeuchi Reported-by: Chris Murphy --- Documentation/btrfs.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/btrfs.txt b/Documentation/btrfs.txt index 3bdc6b4..2ed8483 100644 --- a/Documentation/btrfs.txt +++ b/Documentation/btrfs.txt @@ -85,6 +85,10 @@ COMMANDS Replace btrfs devices. + See `btrfs-replace`(8) for details. +*property*:: + Get/set a property from/to a btrfs object. + + See `btrfs-property`(8) for details. + EXIT STATUS ----------- *btrfs* returns a zero exit status if it succeeds. Non zero is returned in @@ -113,3 +117,4 @@ SEE ALSO `btrfs-quota`(8), `btrfs-qgroup`(8), `btrfs-replace`(8), +`btrfs-property`(8),