diff options
Diffstat (limited to 'contrib/bind9/doc/arm/man.named-checkzone.html')
-rw-r--r-- | contrib/bind9/doc/arm/man.named-checkzone.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/contrib/bind9/doc/arm/man.named-checkzone.html b/contrib/bind9/doc/arm/man.named-checkzone.html index 5496941..93e17ec 100644 --- a/contrib/bind9/doc/arm/man.named-checkzone.html +++ b/contrib/bind9/doc/arm/man.named-checkzone.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> -<!-- $Id: man.named-checkzone.html,v 1.2.2.40.10.1 2007/07/09 02:25:53 marka Exp $ --> +<!-- $Id: man.named-checkzone.html,v 1.2.2.52 2007/10/31 01:35:59 marka Exp $ --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -51,7 +51,7 @@ <div class="cmdsynopsis"><p><code class="command">named-compilezone</code> [<code class="option">-d</code>] [<code class="option">-j</code>] [<code class="option">-q</code>] [<code class="option">-v</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-C <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-f <em class="replaceable"><code>format</code></em></code>] [<code class="option">-F <em class="replaceable"><code>format</code></em></code>] [<code class="option">-i <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-k <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-m <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-n <em class="replaceable"><code>mode</code></em></code>] [<code class="option">-o <em class="replaceable"><code>filename</code></em></code>] [<code class="option">-s <em class="replaceable"><code>style</code></em></code>] [<code class="option">-t <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-w <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-D</code>] [<code class="option">-W <em class="replaceable"><code>mode</code></em></code>] {zonename} {filename}</p></div> </div> <div class="refsect1" lang="en"> -<a name="id2601347"></a><h2>DESCRIPTION</h2> +<a name="id2600689"></a><h2>DESCRIPTION</h2> <p><span><strong class="command">named-checkzone</strong></span> checks the syntax and integrity of a zone file. It performs the same checks as <span><strong class="command">named</strong></span> does when loading a @@ -65,13 +65,13 @@ Additionally, it applies stricter check levels by default, since the dump output will be used as an actual zone file loaded by <span><strong class="command">named</strong></span>. - When manaully specified otherwise, the check levels must at + When manually specified otherwise, the check levels must at least be as strict as those specified in the <span><strong class="command">named</strong></span> configuration file. </p> </div> <div class="refsect1" lang="en"> -<a name="id2601397"></a><h2>OPTIONS</h2> +<a name="id2600739"></a><h2>OPTIONS</h2> <div class="variablelist"><dl> <dt><span class="term">-d</span></dt> <dd><p> @@ -97,7 +97,7 @@ <dt><span class="term">-i <em class="replaceable"><code>mode</code></em></span></dt> <dd> <p> - Perform post load zone integrity checks. Possible modes are + Perform post-load zone integrity checks. Possible modes are <span><strong class="command">"full"</strong></span> (default), <span><strong class="command">"full-sibling"</strong></span>, <span><strong class="command">"local"</strong></span>, @@ -119,7 +119,7 @@ <p> Mode <span><strong class="command">"full"</strong></span> checks that delegation NS records refer to A or AAAA record (both in-zone and out-of-zone - hostnames). It also checks that glue addresses records + hostnames). It also checks that glue address records in the zone match those advertised by the child. Mode <span><strong class="command">"local"</strong></span> only checks NS records which refer to in-zone hostnames or that some required glue exists, @@ -213,7 +213,7 @@ </p></dd> <dt><span class="term">-t <em class="replaceable"><code>directory</code></em></span></dt> <dd><p> - chroot to <code class="filename">directory</code> so that + Chroot to <code class="filename">directory</code> so that include directives in the configuration file are processed as if run by a similarly chrooted named. @@ -251,21 +251,22 @@ </dl></div> </div> <div class="refsect1" lang="en"> -<a name="id2654948"></a><h2>RETURN VALUES</h2> +<a name="id2655177"></a><h2>RETURN VALUES</h2> <p><span><strong class="command">named-checkzone</strong></span> returns an exit status of 1 if errors were detected and 0 otherwise. </p> </div> <div class="refsect1" lang="en"> -<a name="id2654962"></a><h2>SEE ALSO</h2> +<a name="id2655191"></a><h2>SEE ALSO</h2> <p><span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>, + <span class="citerefentry"><span class="refentrytitle">named-checkconf</span>(8)</span>, <em class="citetitle">RFC 1035</em>, <em class="citetitle">BIND 9 Administrator Reference Manual</em>. </p> </div> <div class="refsect1" lang="en"> -<a name="id2654986"></a><h2>AUTHOR</h2> +<a name="id2655224"></a><h2>AUTHOR</h2> <p><span class="corpauthor">Internet Systems Consortium</span> </p> </div> |