summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-01 08:32:06 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-07-01 16:09:22 -0400
commitecada03de86bb53ae367ce74434bd9bab11f42ea (patch)
tree34cccfe023d78bf8e4e7b8ea702961e9d599fb13 /doc
parentfb6eaec6ba65e9a95d7956ecd6a45ba91b4dda77 (diff)
downloadbcfg2-ecada03de86bb53ae367ce74434bd9bab11f42ea.tar.gz
bcfg2-ecada03de86bb53ae367ce74434bd9bab11f42ea.tar.bz2
bcfg2-ecada03de86bb53ae367ce74434bd9bab11f42ea.zip
doc: fixed typo in Properties automatch docs
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/connectors/properties.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/plugins/connectors/properties.txt b/doc/server/plugins/connectors/properties.txt
index da511736d..836524def 100644
--- a/doc/server/plugins/connectors/properties.txt
+++ b/doc/server/plugins/connectors/properties.txt
@@ -229,10 +229,10 @@ simply::
%}
You can also enable automatch for individual Property files by setting
-the attribute ``automatch="true"`` on the top-level ``<Property>``
+the attribute ``automatch="true"`` on the top-level ``<Properties>``
tag. Conversely, if automatch is enabled by default in
``bcfg2.conf``, you can disable it for an individual Property file by
-setting ``automatch="false"`` on the top-level ``<Property>`` tag.
+setting ``automatch="false"`` on the top-level ``<Properties>`` tag.
If you want to see what ``XMLMatch()``/automatch would produce for a
given client on a given Properties file, you can use :ref:`bcfg2-info