btrfs-progs: fix one bracket issue in mkfs.btrfs manpage
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Thu, 21 Mar 2013 07:17:17 +0000 (15:17 +0800)
committerDavid Sterba <dsterba@suse.cz>
Tue, 9 Apr 2013 16:43:32 +0000 (18:43 +0200)
commit4a14a7578915560665ac7e0f22366e7c4b4c9cea
tree94c8adc4469406ac7dde1a581116897de126f741
parentd6f7e3da0dae7b60cb7565f8a47c3b9045c52d1d
btrfs-progs: fix one bracket issue in mkfs.btrfs manpage

  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