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

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