From: Eric Sandeen <sandeen@redhat.com>
To: zwu.kernel@gmail.com
Cc: linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org,
Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Subject: Re: [PATCH] btrfs-progs: fix one bracket issue in mkfs.btrfs manpage
Date: Thu, 21 Mar 2013 04:08:22 -0500 [thread overview]
Message-ID: <514ACE06.7050001@redhat.com> (raw)
In-Reply-To: <1363850237-21276-1-git-send-email-zwu.kernel@gmail.com>
On 3/21/13 2:17 AM, zwu.kernel@gmail.com wrote:
> From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
>
> 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 <wuzhy@linux.vnet.ibm.com>
Whoops, yes. Thanks for spotting that.
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
> ---
> 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 ]
>
prev parent reply other threads:[~2013-03-21 9:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-21 7:17 [PATCH] btrfs-progs: fix one bracket issue in mkfs.btrfs manpage zwu.kernel
2013-03-21 9:08 ` Eric Sandeen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=514ACE06.7050001@redhat.com \
--to=sandeen@redhat.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wuzhy@linux.vnet.ibm.com \
--cc=zwu.kernel@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.