summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/Makefile.in2
-rw-r--r--Documentation/btrfs-show-super.asciidoc54
2 files changed, 1 insertions, 55 deletions
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index c1456b5c..aea2cb47 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -7,7 +7,6 @@ MAN8_TXT += btrfs-convert.asciidoc
MAN8_TXT += btrfs-find-root.asciidoc
MAN8_TXT += btrfs-image.asciidoc
MAN8_TXT += btrfs-map-logical.asciidoc
-MAN8_TXT += btrfs-show-super.asciidoc
MAN8_TXT += btrfs-select-super.asciidoc
MAN8_TXT += btrfstune.asciidoc
MAN8_TXT += fsck.btrfs.asciidoc
@@ -96,6 +95,7 @@ install-man: man
$(LN_S) -f btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
$(LN_S) -f btrfs-rescue.8.gz $(DESTDIR)$(man8dir)/btrfs-zero-log.8.gz
$(LN_S) -f btrfs-inspect-internal.8.gz $(DESTDIR)$(man8dir)/btrfs-debug-tree.8.gz
+ $(LN_S) -f btrfs-inspect-internal.8.gz $(DESTDIR)$(man8dir)/btrfs-show-super.8.gz
uninstall:
cd $(DESTDIR)$(man8dir); rm -f btrfs-check.8.gz $(GZ_MAN8)
diff --git a/Documentation/btrfs-show-super.asciidoc b/Documentation/btrfs-show-super.asciidoc
deleted file mode 100644
index 87ed5782..00000000
--- a/Documentation/btrfs-show-super.asciidoc
+++ /dev/null
@@ -1,54 +0,0 @@
-btrfs-show-super(8)
-====================
-
-NAME
-----
-btrfs-show-super - show btrfs superblock information stored in devices
-
-SYNOPSIS
---------
-*btrfs-show-super* [options] <dev> [<dev>...]
-
-DESCRIPTION
------------
-*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.
-
-Mainly used for debug purpose.
-
-OPTIONS
--------
--f::
-Print full superblock information.
-+
-Including the system chunk array and backup roots.
-
--a::
-Print information of all superblocks.
-+
-If this option is given, '-i' option will be ignored.
-
--i <super_mirror>::
-Specify which mirror to print out.
-+
-<super_mirror> is between 0 and 2.
-If several '-i <super_mirror>' are given, only the last one is valid.
-
--F::
-Attempt to print the superblock even if no superblock magic is found. May end
-badly.
-
--s <bytenr>::
-specify offset to a superblock in a non-standard location at 'bytenr', useful
-for debugging (disables the '-f' option)
-
-EXIT STATUS
------------
-*btrfs-show-super* will return 0 if no error happened.
-If any problems happened, 1 will be returned.
-
-SEE ALSO
---------
-`mkfs.btrfs`(8)