Blame SOURCES/autofs-5.0.7-add-timeout-option-description-to-man-page.patch

ab3a3d
autofs-5.0.7 - add timeout option description to man page
ab3a3d
ab3a3d
From: Ian Kent <ikent@redhat.com>
ab3a3d
ab3a3d
The pseudo option used t set the timeout for map entries is one of
ab3a3d
the most most frequently used autofs options but is not mentioned
ab3a3d
in auto.master(5).
ab3a3d
---
ab3a3d
ab3a3d
 CHANGELOG            |    1 +
ab3a3d
 man/auto.master.5.in |    5 +++++
ab3a3d
 2 files changed, 6 insertions(+), 0 deletions(-)
ab3a3d
ab3a3d
ab3a3d
diff --git a/CHANGELOG b/CHANGELOG
ab3a3d
index 93b9c26..7b8d185 100644
ab3a3d
--- a/CHANGELOG
ab3a3d
+++ b/CHANGELOG
ab3a3d
@@ -6,6 +6,7 @@
ab3a3d
 - fix parse buffer initialization.
ab3a3d
 - fix typo in automount(8).
ab3a3d
 - dont wait forever to restart.
ab3a3d
+- add timeout option description to man page.
ab3a3d
 
ab3a3d
 25/07/2012 autofs-5.0.7
ab3a3d
 =======================
ab3a3d
diff --git a/man/auto.master.5.in b/man/auto.master.5.in
ab3a3d
index 54269f8..21d7544 100644
ab3a3d
--- a/man/auto.master.5.in
ab3a3d
+++ b/man/auto.master.5.in
ab3a3d
@@ -167,6 +167,11 @@ server is specified in the map entry. If no server weights are given
ab3a3d
 then each available server will be tried in the order listed, within
ab3a3d
 proximity.
ab3a3d
 .TP
ab3a3d
+.I "\-t, \-\-timeout <seconds>"
ab3a3d
+Set the expire timeout for map entries. This option can be used to
ab3a3d
+override the global default given either on the command line
ab3a3d
+or in the configuration.
ab3a3d
+.TP
ab3a3d
 .I "\-n, \-\-negative\-timeout <seconds>"
ab3a3d
 Set the timeout for caching failed key lookups. This option can be
ab3a3d
 used to override the global default given either on the command line