call. [RT #14919]
1876. [func] Additional memory debugging support to track size
- and mctx arguements. [RT #14814]
+ and mctx arguments. [RT #14814]
1875. [bug] process_dhtkey() was using the wrong memory context
to free some memory. [RT #14890]
Added framework for handling multiple EDNS versions.
Additional memory debugging support to track size and mctx
- arguements.
+ arguments.
Detect duplicates of UDP queries we are recursing on and
drop them. New stats category "duplicates".
- PERFORMANCE OF THIS SOFTWARE.
-->
-<!-- $Id: dig.docbook,v 1.17.18.10 2005/09/09 06:22:05 marka Exp $ -->
+<!-- $Id: dig.docbook,v 1.17.18.11 2005/10/26 04:57:21 marka Exp $ -->
<refentry id="man.dig">
<refentryinfo>
<para>
The <option>-q</option> option sets the query name to
<parameter>name</parameter>. This useful do distingish the
- <parameter>name</parameter> from other arguements.
+ <parameter>name</parameter> from other arguments.
</para>
<para>
/*%
* create an instance of the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement which is
+ * operating in. This is done via use of the dbdata argument which is
* passed into all query functions.
*/
static isc_result_t
/*%
* destroy the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement.
+ * operating in. This is done via use of the dbdata argument.
* so we really only need to clean it up since we are not using driverarg.
*/
/*%
* create an instance of the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement which is
+ * operating in. This is done via use of the dbdata argument which is
* passed into all query functions.
*/
static isc_result_t
/*%
* destroy an instance of the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement.
+ * operating in. This is done via use of the dbdata argument.
* so we really only need to clean it up since we are not using driverarg.
*/
/*%
* create an instance of the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement which is
+ * operating in. This is done via use of the dbdata argument which is
* passed into all query functions.
*/
static isc_result_t
/*%
* destroy an instance of the driver. Remember, only 1 copy of the driver's
* code is ever loaded, the driver has to remember which context it's
- * operating in. This is done via use of the dbdata arguement.
+ * operating in. This is done via use of the dbdata argument.
* so we really only need to clean it up since we are not using driverarg.
*/
static void
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: name.h,v 1.107.18.12 2005/09/18 07:58:07 marka Exp $ */
+/* $Id: name.h,v 1.107.18.13 2005/10/26 04:57:24 marka Exp $ */
#ifndef DNS_NAME_H
#define DNS_NAME_H 1
*
* Note: dns_name_settotextfilter(NULL); should be called for all
* threads which have called dns_name_settotextfilter() with a
- * non-NULL arguement prior to calling dns_name_destroy();
+ * non-NULL argument prior to calling dns_name_destroy();
*/
ISC_LANG_ENDDECLS
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.h,v 1.126.18.11 2005/08/25 00:05:46 marka Exp $ */
+/* $Id: zone.h,v 1.126.18.12 2005/10/26 04:57:24 marka Exp $ */
#ifndef DNS_ZONE_H
#define DNS_ZONE_H 1
void
dns_zone_setisself(dns_zone_t *zone, dns_isselffunc_t isself, void *arg);
/*
- * Set the isself callback function and arguement.
+ * Set the isself callback function and argument.
*
* isc_boolean_t
* isself(dns_view_t *myview, dns_tsigkey_t *mykey, isc_netaddr_t *srcaddr,
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: mem.h,v 1.59.18.6 2005/06/17 02:27:15 marka Exp $ */
+/* $Id: mem.h,v 1.59.18.7 2005/10/26 04:57:25 marka Exp $ */
#ifndef ISC_MEM_H
#define ISC_MEM_H 1
* every time it is raised once it exceeds the hi_water mark.
*
* \li #ISC_MEM_DEBUGSIZE
- * Check the size arguement being passed to isc_mem_put() matches
+ * Check the size argument being passed to isc_mem_put() matches
* that passed to isc_mem_get().
*
* \li #ISC_MEM_DEBUGCTX
- * Check the mctx arguement being passed to isc_mem_put() matches
+ * Check the mctx argument being passed to isc_mem_put() matches
* that passed to isc_mem_get().
*/
/*@}*/
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: namedconf.c,v 1.30.18.26 2005/09/05 00:18:31 marka Exp $ */
+/* $Id: namedconf.c,v 1.30.18.27 2005/10/26 04:57:25 marka Exp $ */
/*! \file */
};
/*%
- * "server-id" arguement.
+ * "server-id" argument.
*/
static isc_result_t