2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Fix <command> XML tag

Restore proper spelling of the <command> XML tag to prevent release note
text from getting mangled.
This commit is contained in:
Michał Kępień
2019-09-12 13:57:24 +02:00
committed by Mark Andrews
parent 5af0b1d1d3
commit b0ee065e65

View File

@@ -14,7 +14,7 @@
<listitem> <listitem>
<para> <para>
Added a new command line option to <command>dig</command>: Added a new command line option to <command>dig</command>:
<comand>+[no]unexpected</comand>. By default, <command>dig</command> <command>+[no]unexpected</command>. By default, <command>dig</command>
won't accept a reply from a source other than the one to which won't accept a reply from a source other than the one to which
it sent the query. Add the <command>+unexpected</command> argument it sent the query. Add the <command>+unexpected</command> argument
to enable it to process replies from unexpected sources. to enable it to process replies from unexpected sources.