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

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