Blame SOURCES/autofs-5.1.0-clarify-multiple-mounts-description.patch

304803
autofs-5.1.0 - clarify multiple mounts description
304803
304803
From: Ian Kent <ikent@redhat.com>
304803
304803
Try and clarify the "Multiple Mounts" and "Replicated Server" sections
304803
in the autofs(5) man page.
304803
---
304803
 CHANGELOG    |    1 +
304803
 man/autofs.5 |    8 ++++++--
304803
 2 files changed, 7 insertions(+), 2 deletions(-)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -154,6 +154,7 @@
304803
 - fix out of order clearing of options buffer.
304803
 - fix reset amd lexer scan buffer.
304803
 - ignore multiple commas in options strings.
304803
+- clarify multiple mounts description.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/man/autofs.5
304803
+++ autofs-5.0.7/man/autofs.5
304803
@@ -211,15 +211,19 @@ can be used to name multiple filesystems
304803
 .RS +.2i
304803
 .ta 1.0i
304803
 .nf
304803
-.BI "key [" -options "] [mount-point [" -options "] location...]..."
304803
+.BI "key [ -options ] [[/] location [/relative-mount-point [ -options ] location...]..."
304803
 .fi
304803
 .RE
304803
 .sp
304803
 .P
304803
 This may extend over multiple lines, quoting the line-breaks with \`\\\'.
304803
 If present, the per-mountpoint mount-options are appended to the
304803
-default mount-options.
304803
+default mount-options. This behaviour may be overridden by the append_options
304803
+configuration setting.
304803
 .SS Replicated Server
304803
+A mount location can specify multiple hosts for a location, portentially
304803
+with a different export path for the same file system. Historically these
304803
+different locations are read-only and provide the same replicated file system.
304803
 .sp
304803
 .RS +.2i
304803
 .ta 1.5i