BIND 10 trac1177, updated. 000164d51a974acf3846a6b0a7795f484e915161 [1177] a bit more suggested editorial nits
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Sep 27 16:37:54 UTC 2011
The branch, trac1177 has been updated
via 000164d51a974acf3846a6b0a7795f484e915161 (commit)
from bc03b37015ab6ea23cbec70dbd299c74fb001aba (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 000164d51a974acf3846a6b0a7795f484e915161
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Sep 27 09:37:33 2011 -0700
[1177] a bit more suggested editorial nits
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/zone.h | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 36b2d42..c83b14b 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -70,12 +70,11 @@ public:
/// that matched the query name). In case of an empty nonterminal,
/// an NSEC is provided for the interval where the empty nonterminal
/// lives. The end of the interval is the subdomain causing existence
- /// of the empty nonterminal (if there's sub.x.example.com, and no
- /// x.example.com, then x.example.com exists implicitly - is the empty
+ /// of the empty nonterminal (if there's sub.x.example.com, and no record
+ /// in x.example.com, then x.example.com exists implicitly - is the empty
/// nonterminal and sub.x.example.com is the subdomain causing it).
///
- /// Examples: if zone "example.com" has the following
- /// record:
+ /// Examples: if zone "example.com" has the following record:
/// \code
/// a.b.example.com. NSEC c.example.com.
/// \endcode
More information about the bind10-changes
mailing list