From: Evan Hunt Date: Tue, 5 Jul 2016 17:54:56 +0000 (-0700) Subject: [master] clarify some comments X-Git-Tag: v9.12.0a0~214 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=30ca620976c2ac42e84f2ac8e6c864c86a87a439;p=thirdparty%2Fbind9.git [master] clarify some comments --- diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index c60fd0b0545..5043cc59b83 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -896,7 +896,7 @@ dns_zone_getnotifysrc4(dns_zone_t *zone); isc_dscp_t dns_zone_getnotifysrc4dscp(dns_zone_t *zone); /*%/ - * Get the DSCP value associated with the notify source. + * Get the DSCP value associated with the IPv4 notify source. * * Require: *\li 'zone' to be a valid zone. @@ -905,7 +905,7 @@ dns_zone_getnotifysrc4dscp(dns_zone_t *zone); isc_result_t dns_zone_setnotifysrc4dscp(dns_zone_t *zone, isc_dscp_t dscp); /*%< - * Set the DSCP value associated with the notify source. + * Set the DSCP value associated with the IPv4 notify source. * * Require: *\li 'zone' to be a valid zone. @@ -940,7 +940,7 @@ dns_zone_getnotifysrc6(dns_zone_t *zone); isc_dscp_t dns_zone_getnotifysrc6dscp(dns_zone_t *zone); /*%/ - * Get the DSCP value associated with the notify source. + * Get the DSCP value associated with the IPv6 notify source. * * Require: *\li 'zone' to be a valid zone. @@ -949,7 +949,7 @@ dns_zone_getnotifysrc6dscp(dns_zone_t *zone); isc_result_t dns_zone_setnotifysrc6dscp(dns_zone_t *zone, isc_dscp_t dscp); /*%< - * Set the DSCP value associated with the notify source. + * Set the DSCP value associated with the IPv6 notify source. * * Require: *\li 'zone' to be a valid zone.