Blame SOURCES/autofs-5.1.2-fix-typos-in-README.amd-maps.patch

23b4c9
autofs-5.1.2 - fix typos in README.amd-maps
23b4c9
23b4c9
From: Ian Kent <raven@themaw.net>
23b4c9
23b4c9
Fix a few typos and try and clearify some statements in the README.
23b4c9
23b4c9
Signed-off-by: Ian Kent <raven@themaw.net>
23b4c9
---
23b4c9
 CHANGELOG       |    1 +
23b4c9
 README.amd-maps |   15 ++++++++-------
23b4c9
 2 files changed, 9 insertions(+), 7 deletions(-)
23b4c9
23b4c9
--- autofs-5.0.7.orig/CHANGELOG
23b4c9
+++ autofs-5.0.7/CHANGELOG
23b4c9
@@ -222,6 +222,7 @@
23b4c9
 - fix count_mounts() function.
23b4c9
 - fix argc off by one in mount_autofs.c.
23b4c9
 - fix _strncmp() usage.
23b4c9
+- fix typos in README.amd-maps.
23b4c9
 
23b4c9
 25/07/2012 autofs-5.0.7
23b4c9
 =======================
23b4c9
--- autofs-5.0.7.orig/README.amd-maps
23b4c9
+++ autofs-5.0.7/README.amd-maps
23b4c9
@@ -7,7 +7,8 @@ The ability to parse amd format maps has
23b4c9
 How to use amd maps in autofs
23b4c9
 -----------------------------
23b4c9
 
23b4c9
-To add amd map parsing to autofs new "format" module has been added.
23b4c9
+To add amd map parsing to autofs a new "format" module has been added.
23b4c9
+
23b4c9
 To use this new map format module the existing master map syntax is
23b4c9
 used as described below.
23b4c9
 
23b4c9
@@ -20,7 +21,7 @@ For amd format maps this becomes:
23b4c9
 /amd/mp   file,amd:amd.mp
23b4c9
 
23b4c9
 which will use file as the map source and the amd format parser for
23b4c9
-the map. But see the section below on configuration below for how to
23b4c9
+the map. But see the section below on configuration for how to
23b4c9
 eliminate the need to specify "map-type,format" in the master map.
23b4c9
 
23b4c9
 Configuration sub-system changes
23b4c9
@@ -42,18 +43,18 @@ All that's needed to add an existing amd
23b4c9
 add it below the autofs configuration. Apart from changing the amd
23b4c9
 "[ global ]" section name to "[ amd ]" nothing else should need to be
23b4c9
 changed. However, quite a few amd configuration options don't have
23b4c9
-meaning within autofs. When these options are seen it should be logged.
23b4c9
+meaning within autofs. When these options are seen they are logged.
23b4c9
 
23b4c9
 Be aware that, if the an old configuration exists and the configuration
23b4c9
 hasn't been updated after the installation, changes to the the old
23b4c9
 configuration will override changes to the new configuration because
23b4c9
 backward compatibility takes priority over the new implementation.
23b4c9
 
23b4c9
-The amd per-map sections have two functions, to allow per-mount
23b4c9
+The amd per-mount sections have two functions, to allow per-mount
23b4c9
 configuration, as it does in amd, and to allow master map entries to
23b4c9
 avoid the need to specify the "type,format" part of the master map
23b4c9
-entry so they can use the nsswitch map source functionality in the
23b4c9
-same way autofs master map entries do.
23b4c9
+entry. This allows them to use the nsswitch map source functionality
23b4c9
+in the same way autofs master map entries do.
23b4c9
 
23b4c9
 If a section for an amd mount is added below the global amd section
23b4c9
 using the mount point path (as is done in amd.conf) then autofs will
23b4c9
@@ -63,7 +64,7 @@ be given in the master map entry the map
23b4c9
 as it is in amd and will no be used.
23b4c9
 
23b4c9
 If a mount point is present in the master map and the source of the
23b4c9
-map is nis then it should be sufficient to use (for example):
23b4c9
+map is nis then it is sufficient to use (for example):
23b4c9
 
23b4c9
 /amd/mp           amd.mp
23b4c9