From: Mukund Sivaraman Date: Fri, 26 Oct 2012 00:37:42 +0000 (+0530) Subject: [2360] Update wording in API doc comment for RRset::toText() X-Git-Tag: trac2487_base~21^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1114159c5b113a98db20ecaed992022917300216;p=thirdparty%2Fkea.git [2360] Update wording in API doc comment for RRset::toText() --- diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h index 9294c8e72b..2eb0f7fe64 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.