summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-show-super.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/btrfs-show-super.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/btrfs-show-super.txt')
-rw-r--r--Documentation/btrfs-show-super.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfs-show-super.txt b/Documentation/btrfs-show-super.txt
index e8e17abc..e06157f5 100644
--- a/Documentation/btrfs-show-super.txt
+++ b/Documentation/btrfs-show-super.txt
@@ -7,11 +7,11 @@ btrfs-show-super - show btrfs superblock information stored in devices
SYNOPSIS
--------
-'btrfs-show-super' [options] <dev> [<dev>...]
+*btrfs-show-super* [options] <dev> [<dev>...]
DESCRIPTION
-----------
-'btrfs-show-super' is used to print the information of superblock,
+*btrfs-show-super* is used to print the information of superblock,
you can specify which mirror to print out.
By default, every device's first superblock will be printed out.
@@ -33,7 +33,7 @@ If several '-i <super_mirror>' are given, only the last one is valid.
EXIT STATUS
-----------
-'btrfs-show-super' will return 0 if no error happened.
+*btrfs-show-super* will return 0 if no error happened.
If any problems happened, 1 will be returned.
AUTHOR