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

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