summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2012-08-04 09:33:38 +0200
committerKarel Zak2012-08-06 14:52:56 +0200
commit7c289c7c79207b9672b598236c77439227cec041 (patch)
tree0110b20c3f9c2472a7f1b1565bca590f5817b2c0 /sys-utils/Makemodule.am
parentdocs: update TODO (diff)
downloadkernel-qcow2-util-linux-7c289c7c79207b9672b598236c77439227cec041.tar.gz
kernel-qcow2-util-linux-7c289c7c79207b9672b598236c77439227cec041.tar.xz
kernel-qcow2-util-linux-7c289c7c79207b9672b598236c77439227cec041.zip
docs: add sys-utils/umount.8 manual page
The man page is almost exact copy of mount-deprecated/umount.8. This version mentions long options, and has the options in same order as they are mentioned in usage() output. Rest of the minor changes make groff slightly nicer e.g. use .PP instead of empty line for paragraph marker. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 4f8dbc11e..d376f04a4 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -168,7 +168,7 @@ bin_PROGRAMS += mount umount
dist_man_MANS += \
sys-utils/mount.8 \
sys-utils/fstab.5 \
- mount-deprecated/umount.8
+ sys-utils/umount.8
mount_SOURCES = sys-utils/mount.c
mount_LDADD = $(LDADD) libcommon.la libmount.la $(SELINUX_LIBS)
mount_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS) -I$(ul_libmount_incdir)