Blame SOURCES/autofs-5.0.7-document-browse-option-in-man-page.patch

304803
autofs-5.0.7 - document browse option in man page
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
The "browse" option has remained undocumented for a long time.
304803
Finally add a section for it to auto.master(5) making special
304803
note of the potential performance implications.
304803
---
304803
 CHANGELOG            |    1 +
304803
 man/auto.master.5.in |   11 +++++++++++
304803
 2 files changed, 12 insertions(+)
304803
304803
diff --git a/CHANGELOG b/CHANGELOG
304803
index ecdea0b..d8e4049 100644
304803
--- a/CHANGELOG
304803
+++ b/CHANGELOG
304803
@@ -36,6 +36,7 @@
304803
 - fix requires in spec file.
304803
 - fix libtirpc build option to require libtirpc-devel if needed.
304803
 - fix systemd unidir in spec file.
304803
+- document browse option in 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 bbea43a..c552e56 100644
304803
--- a/man/auto.master.5.in
304803
+++ b/man/auto.master.5.in
304803
@@ -147,6 +147,17 @@ multiple file systems should be mounted (`multimounts'). If this option
304803
 is given, no file system is mounted at all if at least one file system
304803
 can't be mounted.
304803
 .TP
304803
+.I "[no]browse"
304803
+This is an autofs specific option that is a pseudo mount option and
304803
+so is given without a leading dash. Use of the browse option pre-creates
304803
+mount point directories for indirect mount maps so the map keys can be
304803
+seen in a directory listing without being mounted. Use of this option
304803
+can cause performance problem if the indirect map is large so it should
304803
+be used with caution. The internal program default is to enable browse
304803
+mode for indirect mounts but the default installed configuration overrides
304803
+this by setting BROWSE_MODE to "no" because of the potential performance
304803
+problem.
304803
+.TP
304803
 .I "nobind"
304803
 This is an autofs specific option that is a pseudo mount option and
304803
 so is given without a leading dash. It may be used either in the master