From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:58224 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753483AbaLUX2M (ORCPT ); Sun, 21 Dec 2014 18:28:12 -0500 Received: from kw-mxq.gw.nic.fujitsu.com (unknown [10.0.237.131]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id D32963EE0B6 for ; Mon, 22 Dec 2014 08:28:09 +0900 (JST) Received: from s4.gw.fujitsu.co.jp (s4.gw.fujitsu.co.jp [10.0.50.94]) by kw-mxq.gw.nic.fujitsu.com (Postfix) with ESMTP id E9A3DAC0493 for ; Mon, 22 Dec 2014 08:28:08 +0900 (JST) Received: from g01jpfmpwkw03.exch.g01.fujitsu.local (g01jpfmpwkw03.exch.g01.fujitsu.local [10.0.193.57]) by s4.gw.fujitsu.co.jp (Postfix) with ESMTP id 9B386E08002 for ; Mon, 22 Dec 2014 08:28:08 +0900 (JST) Message-ID: <54975706.2040606@jp.fujitsu.com> Date: Mon, 22 Dec 2014 08:25:58 +0900 From: Satoru Takeuchi MIME-Version: 1.0 To: , Subject: Re: [PATCH 3/6] btrfs-progs: fi usage, update manpage References: <488c53a0e5e255f9504cfc2a029e7c1c72994f66.1418912740.git.dsterba@suse.cz> <5493B1F8.2070106@jp.fujitsu.com> <5493F65B.5080603@jp.fujitsu.com> <20141219133659.GG27601@suse.cz> In-Reply-To: <20141219133659.GG27601@suse.cz> Content-Type: text/plain; charset="windows-1252"; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 2014/12/19 22:36, David Sterba wrote: > On Fri, Dec 19, 2014 at 06:56:43PM +0900, Satoru Takeuchi wrote: >> +There are some options to set unit. See the description of *df* subcommand >> +from '-b' option to '-t' option. > > The unit options exist only for very few subcommands so I found it more > convenient to list all of them near to the command itself rather than > pointing somewhere else. > OK, got it. Thanks, Satoru