summaryrefslogtreecommitdiff
path: root/Documentation/btrfstune.txt
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-05-19 17:49:35 +0200
committerDavid Sterba <dsterba@suse.cz>2014-05-19 17:54:10 +0200
commita4197dfe24a1964f43734af126188c100885d88e (patch)
tree2777013a0acac0b7196684afb4faf7725b28886d /Documentation/btrfstune.txt
parentaaeae23458aa76a68f5e1b1fb8bf551b04f57f2e (diff)
btrfs-progs: doc: make all commands and subcommands bold
Italic format is used for parameters and values. also this makes the text visually separated, Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/btrfstune.txt')
-rw-r--r--Documentation/btrfstune.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfstune.txt b/Documentation/btrfstune.txt
index bf4bfcec..1309fb6a 100644
--- a/Documentation/btrfstune.txt
+++ b/Documentation/btrfstune.txt
@@ -7,11 +7,11 @@ btrfstune - tune various btrfs filesystem parameters
SYNOPSIS
--------
-'btrfstune' [options] <dev> [<dev>...]
+*btrfstune* [options] <dev> [<dev>...]
DESCRIPTION
-----------
-'btrfstune' is used to tune various btrfs filesystem parameters,you can
+*btrfstune* is used to tune various btrfs filesystem parameters,you can
enable/disable some extended features for btrfs.
OPTIONS
@@ -27,7 +27,7 @@ Enable skinny metadata extent refs.
EXIT STATUS
-----------
-'btrfstune' will return 0 if no error happened.
+*btrfstune* will return 0 if no error happened.
If any problems happened, 1 will be returned.
AUTHOR