summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-03-23 08:15:27 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-03-23 08:15:27 -0500
commita803575bf3ff4f675d69afa9cb0c03a2961c3f19 (patch)
tree0f2aa8da165c79dec0f38d0ef68dcb1cfc584df3 /doc
parent624695588bd3c61a66b69c4db056b50183e5e4d8 (diff)
downloadbcfg2-a803575bf3ff4f675d69afa9cb0c03a2961c3f19.tar.gz
bcfg2-a803575bf3ff4f675d69afa9cb0c03a2961c3f19.tar.bz2
bcfg2-a803575bf3ff4f675d69afa9cb0c03a2961c3f19.zip
doc: Fix docs so that they pass bcfg2-lint
Apparently xs:boolean is case-sensitive. Element 'Group', attribute 'negate': 'True' is not a valid value of the atomic type 'xs:boolean' Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/rules.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index 439bc0281..c084c5681 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -68,7 +68,7 @@ The Rules Group Tag may have the following attributes:
+========+=========================+==============+
| name | Group Name | String |
+--------+-------------------------+--------------+
-| negate | Negate group membership | (True|False) |
+| negate | Negate group membership | (true|false) |
| | (is not a member of) | |
+--------+-------------------------+--------------+
@@ -195,7 +195,7 @@ The Client Tag may have the following attributes:
+========+=========================+==============+
| name | Client Name | String |
+--------+-------------------------+--------------+
-| negate | Negate client selection | (True|False) |
+| negate | Negate client selection | (true|false) |
| | (if not client name) | |
+--------+-------------------------+--------------+