|
|
ab3a3d |
autofs-5.0.7 - fix some automount(8) typos
|
|
|
ab3a3d |
|
|
|
ab3a3d |
From: Ian Kent <raven@themaw.net>
|
|
|
ab3a3d |
|
|
|
ab3a3d |
Fix a couple of spelling errors in the automount(8) man page
|
|
|
ab3a3d |
that have been around for a long time.
|
|
|
ab3a3d |
---
|
|
|
ab3a3d |
CHANGELOG | 1 +
|
|
|
ab3a3d |
man/automount.8 | 4 ++--
|
|
|
ab3a3d |
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
ab3a3d |
|
|
|
ab3a3d |
diff --git a/CHANGELOG b/CHANGELOG
|
|
|
ab3a3d |
index d8e4049..488ad1e 100644
|
|
|
ab3a3d |
--- a/CHANGELOG
|
|
|
ab3a3d |
+++ b/CHANGELOG
|
|
|
ab3a3d |
@@ -37,6 +37,7 @@
|
|
|
ab3a3d |
- fix libtirpc build option to require libtirpc-devel if needed.
|
|
|
ab3a3d |
- fix systemd unidir in spec file.
|
|
|
ab3a3d |
- document browse option in man page.
|
|
|
ab3a3d |
+- fix some automount(8) typos.
|
|
|
ab3a3d |
|
|
|
ab3a3d |
25/07/2012 autofs-5.0.7
|
|
|
ab3a3d |
=======================
|
|
|
ab3a3d |
diff --git a/man/automount.8 b/man/automount.8
|
|
|
ab3a3d |
index dddebce..7cc32c5 100644
|
|
|
ab3a3d |
--- a/man/automount.8
|
|
|
ab3a3d |
+++ b/man/automount.8
|
|
|
ab3a3d |
@@ -43,7 +43,7 @@ autofs managed mounts.
|
|
|
ab3a3d |
.TP
|
|
|
ab3a3d |
.I "\-d, \-\-debug"
|
|
|
ab3a3d |
Enables logging of general status and progress messages as well as
|
|
|
ab3a3d |
-debuging messages for all autofs managed mounts.
|
|
|
ab3a3d |
+debugging messages for all autofs managed mounts.
|
|
|
ab3a3d |
.TP
|
|
|
ab3a3d |
.I "\-Dvariable=value"
|
|
|
ab3a3d |
Define a global macro substitution variable. Global definitions
|
|
|
ab3a3d |
@@ -133,7 +133,7 @@ unused. If the force umount at exit option is used the filesystems
|
|
|
ab3a3d |
will be umounted but the mount will not be released by the kernel
|
|
|
ab3a3d |
until they are no longer in use by the processes that held them busy.
|
|
|
ab3a3d |
If automount managed filesystems are found mounted when autofs is
|
|
|
ab3a3d |
-started they will be recoverd unless they are no longer present in
|
|
|
ab3a3d |
+started they will be recovered unless they are no longer present in
|
|
|
ab3a3d |
the map in which case they need to umounted manually.
|
|
|
ab3a3d |
.P
|
|
|
ab3a3d |
If the option to disable the check to see if the daemon is already
|