BIND 10 trac2066, updated. 33ea36e96957ee97641a4f5fb281e974c79dba45 [2066] editorial fix: missing closing double-quotes

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 13 18:32:19 UTC 2012


The branch, trac2066 has been updated
       via  33ea36e96957ee97641a4f5fb281e974c79dba45 (commit)
      from  d1ee05cf0b7f6fe2b6cdc1b7b18ee6ca5aa258e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33ea36e96957ee97641a4f5fb281e974c79dba45
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Aug 13 11:31:54 2012 -0700

    [2066] editorial fix: missing closing double-quotes

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/bind10-guide.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index dd63313..0fe0ceb 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1353,9 +1353,9 @@ RULE := { "action": "ACCEPT"|"REJECT"|"DROP", MATCH, MATCH, ... }
 RULE_RAW := { MATCH, MATCH, ... }
 MATCH := FROM_MATCH|KEY_MATCH|NOT_MATCH|OR_MATCH|AND_MATCH|...
 FROM_MATCH := "from": [RANGE, RANGE, RANGE, ...] | RANGE
-RANGE := "<ip range>
+RANGE := "<ip range&gt";
 KEY_MATCH := "key": [KEY, KEY, KEY, ...] | KEY
-KEY := "<key name>
+KEY := "<key name&gt";
 NOT_MATCH := "NOT": RULE_RAW
 OR_MATCH := "ANY": [ RULE_RAW, RULE_RAW, ... ]
 AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]



More information about the bind10-changes mailing list