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

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