Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754643Ab3CUJI1 (ORCPT ); Thu, 21 Mar 2013 05:08:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17011 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753937Ab3CUJI0 (ORCPT ); Thu, 21 Mar 2013 05:08:26 -0400 Message-ID: <514ACE06.7050001@redhat.com> Date: Thu, 21 Mar 2013 04:08:22 -0500 From: Eric Sandeen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: zwu.kernel@gmail.com CC: linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, Zhi Yong Wu Subject: Re: [PATCH] btrfs-progs: fix one bracket issue in mkfs.btrfs manpage References: <1363850237-21276-1-git-send-email-zwu.kernel@gmail.com> In-Reply-To: <1363850237-21276-1-git-send-email-zwu.kernel@gmail.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1216 Lines: 37 On 3/21/13 2:17 AM, zwu.kernel@gmail.com wrote: > From: Zhi Yong Wu > > In "[ \fB\-f\fP\fI ]", the "\fI" will result in the front half "["of > "[ -f ]" doesn't the back half "]"; When you issue the command > "man mkfs.btrfs", you will see the difference. > > Signed-off-by: Zhi Yong Wu Whoops, yes. Thanks for spotting that. Reviewed-by: Eric Sandeen > --- > man/mkfs.btrfs.8.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in > index cdccd6a..a3f1503 100644 > --- a/man/mkfs.btrfs.8.in > +++ b/man/mkfs.btrfs.8.in > @@ -6,7 +6,7 @@ mkfs.btrfs \- create a btrfs filesystem > [ \fB\-A\fP\fI alloc-start\fP ] > [ \fB\-b\fP\fI byte-count\fP ] > [ \fB\-d\fP\fI data-profile\fP ] > -[ \fB\-f\fP\fI ] > +[ \fB\-f\fP ] > [ \fB\-l\fP\fI leafsize\fP ] > [ \fB\-L\fP\fI label\fP ] > [ \fB\-m\fP\fI metadata profile\fP ] > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/