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>
master
David Sterba 2016-01-11 15:32:38 +01:00
parent a8829f5335
commit 32c063ccb7
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
-----------