summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-01-03 01:30:25 +0100
committerDavid Sterba <dsterba@suse.cz>2015-01-03 02:30:37 +0100
commitb63fe003feda3d569da1119a64f9144051ad2984 (patch)
treec8ba976e7048cb5d9459be21d402975cc9c06c45
parent1dbcb0f80cd75b41bcef9c28aa5a28e7f4c50fd6 (diff)
btrfs-progs: doc mkfs, cleanups for wiki conversion
- remove trailing whitespace - use +mono+ formatting for command line example Signed-off-by: David Sterba <dsterba@suse.cz>
-rw-r--r--Documentation/mkfs.btrfs.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/mkfs.btrfs.txt b/Documentation/mkfs.btrfs.txt
index 3beff7db..985237f5 100644
--- a/Documentation/mkfs.btrfs.txt
+++ b/Documentation/mkfs.btrfs.txt
@@ -55,7 +55,7 @@ values are 'raid0', 'raid1', 'raid5', 'raid6', 'raid10' or 'single'.
-f|--force::
Force overwrite when an existing filesystem is detected on the device.
-By default, mkfs.btrfs will not write to the device if it suspects that
+By default, mkfs.btrfs will not write to the device if it suspects that
there is a filesystem or partition table on the device already.
-l|--leafsize <size>::
@@ -83,7 +83,7 @@ could end up in the same erase block which negates the benefits of doing
metadata duplication.
-M|--mixed::
-Mix data and metadata chunks together for more efficient space
+Mix data and metadata chunks together for more efficient space
utilization. This feature incurs a performance penalty in
larger filesystems. It is recommended for use with filesystems
of 1 GiB or smaller.
@@ -110,8 +110,9 @@ Do not perform whole device TRIM operation by default.
A list of filesystem features turned on at mkfs time. Not all features are
supported by old kernels.
+
-To see all features run::::
-mkfs.btrfs -O list-all
+To see all features run:
++
++mkfs.btrfs -O list-all+
-U|--uuid <UUID>::
Create the filesystem with the specified UUID, which must not already exist on