From a803575bf3ff4f675d69afa9cb0c03a2961c3f19 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 23 Mar 2012 08:15:27 -0500 Subject: 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 --- doc/server/plugins/generators/rules.txt | 4 ++-- 1 file 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) | | +--------+-------------------------+--------------+ -- cgit v1.2.3-1-g7c22