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

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