BIND 10 trac2360, updated. 1114159c5b113a98db20ecaed992022917300216 [2360] Update wording in API doc comment for RRset::toText()

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 26 00:39:10 UTC 2012


The branch, trac2360 has been updated
       via  1114159c5b113a98db20ecaed992022917300216 (commit)
      from  ad46427a54b6169859924c37e3966625f3a3b0b4 (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 1114159c5b113a98db20ecaed992022917300216
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Oct 26 06:07:42 2012 +0530

    [2360] Update wording in API doc comment for RRset::toText()

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

Summary of changes:
 src/lib/dns/rrset.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h
index 9294c8e..2eb0f7f 100644
--- a/src/lib/dns/rrset.h
+++ b/src/lib/dns/rrset.h
@@ -267,7 +267,8 @@ public:
     /// the resulting string with a trailing newline character.
     /// (following the BIND9 convention)
     ///
-    /// If any RRSIGs are associated with the RRset, they are also rendered.
+    /// If any RRSIGs are associated with the RRset, they are also
+    /// appended to the returned string.
     ///
     /// If the class is not ANY or NONE, the RRset must contain some RDATA;
     /// otherwise, an exception of class \c EmptyRRset will be thrown.



More information about the bind10-changes mailing list