]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2360] Update wording in API doc comment for RRset::toText()
authorMukund Sivaraman <muks@isc.org>
Fri, 26 Oct 2012 00:37:42 +0000 (06:07 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 26 Oct 2012 00:38:37 +0000 (06:08 +0530)
src/lib/dns/rrset.h

index 9294c8e72bd139124277e03aac731c3ff88eefdb..2eb0f7fe64f3745bcd59caacf23d3459d27b6226 100644 (file)
@@ -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.