diff options
Diffstat (limited to 'bin/dig/dig.docbook')
-rw-r--r-- | bin/dig/dig.docbook | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index 82b2516cbbe6f..8a072d191d3ab 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2000-2003 Internet Software Consortium. - - Permission to use, copy, modify, and/or distribute this software for any @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<!-- $Id: dig.docbook,v 1.4.2.7.4.20 2007/08/28 07:19:07 tbox Exp $ --> +<!-- $Id: dig.docbook,v 1.4.2.7.4.23 2008/10/14 00:55:01 marka Exp $ --> <refentry> @@ -38,6 +38,7 @@ <year>2005</year> <year>2006</year> <year>2007</year> + <year>2008</year> <holder>Internet Systems Consortium, Inc. ("ISC")</holder> </copyright> <copyright> @@ -62,6 +63,7 @@ <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg> <arg><option>-f <replaceable class="parameter">filename</replaceable></option></arg> <arg><option>-k <replaceable class="parameter">filename</replaceable></option></arg> +<arg><option>-m</option></arg> <arg><option>-p <replaceable class="parameter">port#</replaceable></option></arg> <arg><option>-t <replaceable class="parameter">type</replaceable></option></arg> <arg><option>-x <replaceable class="parameter">addr</replaceable></option></arg> @@ -114,10 +116,10 @@ Unless it is told to query a specific name server, <filename>/etc/resolv.conf</filename>. </para> -<para> -When no command line arguments or options are given, will perform an -NS query for "." (the root). -</para> + <para> + When no command line arguments or options are given, + <command>dig</command> will perform an NS query for "." (the root). + </para> <para> It is possible to set per-user defaults for <command>dig</command> via @@ -128,7 +130,7 @@ are applied before the command line arguments. <para> The IN and CH class names overlap with the IN and CH top level domains names. Either use the <option>-t</option> and - <option>-c</option> options to specify the type and class or + <option>-c</option> options to specify the type and class, or use "IN." and "CH." when looking up these top level domains. </para> @@ -200,6 +202,12 @@ the same way they would be presented as queries to <command>dig</command> using the command-line interface. </para> + <para> + The <option>-m</option> option enables memory usage debugging. + <!-- It enables ISC_MEM_DEBUGTRACE and ISC_MEM_DEBUGRECORD + documented in include/isc/mem.h --> + </para> + <para> If a non-standard port number is to be queried, the <option>-p</option> option is used. <parameter>port#</parameter> is |