From 7c289c7c79207b9672b598236c77439227cec041 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 4 Aug 2012 09:33:38 +0200 Subject: 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 --- sys-utils/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/Makemodule.am') 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) -- cgit v1.2.3-55-g7522