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

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