summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-01-11 15:32:38 +0100
committerDavid Sterba <dsterba@suse.com>2016-01-12 15:02:53 +0100
commit32c063ccb73dc11e880a575f30e921ca64b8c520 (patch)
treebc1ebdb96bb61537249f54fb44520ddf5e829b2f
parenta8829f5335a121928cf773ba00be4530bf0267c0 (diff)
btrfs-progs: docs: rename btrfs-mount to btrfs-man5
The page does will not contain only mount options but other stuff. Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Documentation/Makefile.in6
-rw-r--r--Documentation/btrfs-man5.asciidoc (renamed from Documentation/btrfs-mount.asciidoc)4
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index 4711ad1f..f046abd5 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -31,8 +31,8 @@ MAN8_TXT += btrfs-replace.asciidoc
MAN8_TXT += btrfs-restore.asciidoc
MAN8_TXT += btrfs-property.asciidoc
-# Mount manpage
-MAN5_TXT += btrfs-mount.asciidoc
+# Category 5 manual page
+MAN5_TXT += btrfs-man5.asciidoc
MAN_TXT = $(MAN8_TXT) $(MAN5_TXT)
MAN_XML = $(patsubst %.asciidoc,%.xml,$(MAN_TXT))
@@ -92,7 +92,7 @@ install-man: man
$(INSTALL) -m 644 $(GZ_MAN5) $(DESTDIR)$(man5dir)
# the source file name of btrfs.5 clashes with section 8 page, but we
# want to keep the code generic
- $(MV) $(DESTDIR)$(man5dir)/btrfs-mount.5.gz $(DESTDIR)$(man5dir)/btrfs.5.gz
+ $(MV) $(DESTDIR)$(man5dir)/btrfs-man5.5.gz $(DESTDIR)$(man5dir)/btrfs.5.gz
$(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
$(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
diff --git a/Documentation/btrfs-mount.asciidoc b/Documentation/btrfs-man5.asciidoc
index aa253824..2bb6ae09 100644
--- a/Documentation/btrfs-mount.asciidoc
+++ b/Documentation/btrfs-man5.asciidoc
@@ -1,9 +1,9 @@
-btrfs-mount(5)
+btrfs-man5(5)
==============
NAME
----
-btrfs-mount - topics about the BTRFS filesystem (mount options, supported file attributes and other)
+btrfs-man5 - topics about the BTRFS filesystem (mount options, supported file attributes and other)
DESCRIPTION
-----------