(-y <[algo:]name:key> i.s.o. -y <name:key[:algo]>)
* CDNSKEY and OPENPGPKEY draft rr types.
enable with: --enable-rrtype-cdnskey and --enable-rrtype-openpgpkey
+ * bugfix #608: Correct comment about escaped characters
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
/*
- * Checks whether the escaped value at **s is an octal value or
+ * Checks whether the escaped value at **s is an decimal value or
* a 'normally' escaped character (and not eos)
*
* The string pointer at *s is increased by either 0 (on error), 1 (on
- * normal escapes), or 3 (on octals)
+ * normal escapes), or 3 (on decimals)
*
* Returns the number of bytes read from the escaped string, or
* 0 on error