All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: fix one bracket issue in mkfs.btrfs manpage
@ 2013-03-21  7:17 zwu.kernel
  2013-03-21  9:08 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: zwu.kernel @ 2013-03-21  7:17 UTC (permalink / raw)
  To: linux-btrfs; +Cc: linux-kernel, Zhi Yong Wu

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>
---
 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 ]
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs-progs: fix one bracket issue in mkfs.btrfs manpage
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2013-03-21  9:08 UTC (permalink / raw)
  To: zwu.kernel; +Cc: linux-btrfs, linux-kernel, Zhi Yong Wu

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 ]
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-21  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.