man.named-rrchecker.html revision 1acae3ea5e3048ebd121d4837ef989b57a05e54c
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - Copyright (C) 2000-2003 Internet Software Consortium.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - Permission to use, copy, modify, and/or distribute this software for any
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - purpose with or without fee is hereby granted, provided that the above
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - copyright notice and this permission notice appear in all copies.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg - PERFORMANCE OF THIS SOFTWARE.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<!-- $Id$ -->
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<link rel="prev" href="man.named-journalprint.html" title="named-journalprint">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<link rel="next" href="man.nsupdate.html" title="nsupdate">
d8681b3fa5982399a74876146da21c6113757a4dPiotr Drąg<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<tr><th colspan="3" align="center"><span class="application">named-rrchecker</span></th></tr>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<a accesskey="p" href="man.named-journalprint.html">Prev</a>�</td>
d8681b3fa5982399a74876146da21c6113757a4dPiotr Drąg<td width="20%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<a name="man.named-rrchecker"></a><div class="titlepage"></div>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<p><span class="application">named-rrchecker</span> — A syntax checker for individual DNS resource records</p>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<div class="cmdsynopsis"><p><code class="command">named-rrchecker</code> [<code class="option">-h</code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-p</code>] [<code class="option">-u</code>] [<code class="option">-C</code>] [<code class="option">-T</code>] [<code class="option">-P</code>]</p></div>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<p><span><strong class="command">named-rrchecker</strong></span>
d8681b3fa5982399a74876146da21c6113757a4dPiotr Drąg read a individual DNS resource record from standard input and checks if it
d8681b3fa5982399a74876146da21c6113757a4dPiotr Drąg is syntactically correct.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg The <code class="option">-h</code> prints out the help menu.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg The <code class="option">-o <em class="replaceable"><code>origin</code></em></code>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg option specifies a origin to be used when interpreting the record.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg The <code class="option">-p</code> prints out the resulting record in canonical
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg form. If there is no canonical form defined then the record will be
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg printed in unknown record format.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg The <code class="option">-u</code> prints out the resulting record in unknown record
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg The <code class="option">-C</code>, <code class="option">-T</code> and <code class="option">-P</code>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg print out the known class, standard type and private type mnemonics
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg respectively.
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<a accesskey="p" href="man.named-journalprint.html">Prev</a>�</td>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<td width="40%" align="right">�<a accesskey="n" href="man.nsupdate.html">Next</a>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<span class="application">named-journalprint</span>�</td>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<td width="40%" align="right" valign="top">�<span class="application">nsupdate</span>
d6740361f2d7cd148856ca4f6f4610c1c71880c8Piotr Drąg<p style="text-align: center;">BIND 9.11.0pre-alpha</p>