mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-18 02:36:56 +00:00
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>
This commit is contained in:
parent
d6f7e3da0d
commit
4a14a75789
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user