3985. [doc] Describe how +ndots and +search interact in dig.

[RT #37529]

(cherry picked from commit 40b28f5402)
This commit is contained in:
Mark Andrews 2014-10-21 08:05:21 +11:00
parent f22001b2ac
commit ca46ee6d2b
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,6 @@
3985. [doc] Describe how +ndots and +search interact in dig.
[RT #37529]
3982. [doc] Include release notes in product documentation.
[RT #37272]

View file

@ -624,7 +624,8 @@
are interpreted as relative names and will be searched
for in the domains listed in the <option>search</option>
or <option>domain</option> directive in
<filename>/etc/resolv.conf</filename>.
<filename>/etc/resolv.conf</filename> if
<option>+search</option> is set.
</para>
</listitem>
</varlistentry>
@ -731,6 +732,13 @@
<filename>resolv.conf</filename> (if any). The search
list is not used by default.
</para>
<para>
'ndots' from <filename>resolv.conf</filename> (default 1)
which may be overridden by <parameter>+ndots</parameter>
determines if the name will be treated as relative
or not and hence whether a search is eventually
performed or not.
</para>
</listitem>
</varlistentry>