Blame SOURCES/autofs-5.0.7-misc-man-page-fixes.patch

306fa1
autofs-5.0.7 - misc man page fixes
306fa1
306fa1
From: Ian Kent <raven@themaw.net>
306fa1
306fa1
- add missing long option for for macro define in automount(8).
306fa1
- fix a couple of grammar mistakes in autofs(8).
306fa1
- add missing force option to help.
306fa1
---
306fa1
 CHANGELOG          |    1 +
306fa1
 daemon/automount.c |    1 +
306fa1
 man/autofs.8.in    |    4 ++--
306fa1
 man/automount.8    |    2 +-
306fa1
 4 files changed, 5 insertions(+), 3 deletions(-)
306fa1
306fa1
diff --git a/CHANGELOG b/CHANGELOG
306fa1
index 0242c11..503a21e 100644
306fa1
--- a/CHANGELOG
306fa1
+++ b/CHANGELOG
306fa1
@@ -51,6 +51,7 @@
306fa1
 - probe each nfs version in turn for singleton mounts.
306fa1
 - add changlog entry for coverity fixes.
306fa1
 - fix probe each nfs version in turn for singleton mounts.
306fa1
+- misc man page fixes.
306fa1
 
306fa1
 25/07/2012 autofs-5.0.7
306fa1
 =======================
306fa1
diff --git a/daemon/automount.c b/daemon/automount.c
306fa1
index 3f9337f..019637f 100644
306fa1
--- a/daemon/automount.c
306fa1
+++ b/daemon/automount.c
306fa1
@@ -1734,6 +1734,7 @@ static void usage(void)
306fa1
 		"			set daemon log verbosity\n"
306fa1
 		"	-C --dont-check-daemon\n"
306fa1
 		"			don't check if daemon is already running\n"
306fa1
+		"	-F --force	forceably clean up known automounts at start\n"
306fa1
 		"	-V --version	print version, build config and exit\n"
306fa1
 		, program);
306fa1
 }
306fa1
diff --git a/man/autofs.8.in b/man/autofs.8.in
306fa1
index ac0670d..fae0b00 100644
306fa1
--- a/man/autofs.8.in
306fa1
+++ b/man/autofs.8.in
306fa1
@@ -6,7 +6,7 @@
306fa1
 .I start|stop|restart|reload|status
306fa1
 .SH "DESCRIPTION"
306fa1
 .B autofs
306fa1
-control the operation of the
306fa1
+controls the operation of the
306fa1
 .BR automount (8)
306fa1
 daemons running on the Linux system. Usually
306fa1
 .B autofs
306fa1
@@ -16,7 +16,7 @@ parameter and at shutdown time with the
306fa1
 .I stop
306fa1
 parameter. The
306fa1
 .B autofs
306fa1
-script can also manually be invoked by the system administrator to shut
306fa1
+script can also be manually invoked by the system administrator to shut
306fa1
 down, restart or reload the automounters.
306fa1
 .P
306fa1
 .SH "OPERATION"
306fa1
diff --git a/man/automount.8 b/man/automount.8
306fa1
index 7cc32c5..844b876 100644
306fa1
--- a/man/automount.8
306fa1
+++ b/man/automount.8
306fa1
@@ -45,7 +45,7 @@ autofs managed mounts.
306fa1
 Enables logging of general status and progress messages as well as
306fa1
 debugging messages for all autofs managed mounts.
306fa1
 .TP
306fa1
-.I "\-Dvariable=value"
306fa1
+.I "\-Dvariable=value, --define variable=value"
306fa1
 Define a global macro substitution variable. Global definitions
306fa1
 are over-ridden macro definitions of the same name specified in
306fa1
 mount entries.