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