mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
992. [doc] dig: ~/.digrc is now documented.
This commit is contained in:
parent
72baa6528d
commit
0262406cea
2 changed files with 11 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -1,3 +1,4 @@
|
|||
992. [doc] dig: ~/.digrc is now documented.
|
||||
|
||||
991. [func] Lower UDP refresh timeout messages to level
|
||||
debug 1.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: dig.docbook,v 1.4 2001/07/12 16:29:11 bwelling Exp $ -->
|
||||
<!-- $Id: dig.docbook,v 1.5 2001/09/13 01:37:10 marka Exp $ -->
|
||||
|
||||
<refentry>
|
||||
|
||||
|
|
@ -98,6 +98,12 @@ When no command line arguments or options are given, will perform an
|
|||
NS query for "." (the root).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
It is possible to set per user defaults for <command>dig</command> via
|
||||
<filename>${HOME}/.digrc</filename>. This file is read and any options in it
|
||||
are applied before the command line arguements.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
|
@ -505,6 +511,9 @@ will not print the initial query when it looks up the NS records for
|
|||
<para>
|
||||
<filename>/etc/resolv.conf</filename>
|
||||
</para>
|
||||
<para>
|
||||
<filename>${HOME}/.digrc</filename>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue