named-rrchecker.html revision 19c7b1a0293498a3e36692c59646ed6e15ffc8d0
2N/A<!--
2N/A - Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
2N/A -
2N/A - Permission to use, copy, modify, and/or distribute this software for any
2N/A - purpose with or without fee is hereby granted, provided that the above
2N/A - copyright notice and this permission notice appear in all copies.
2N/A -
2N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2N/A - PERFORMANCE OF THIS SOFTWARE.
2N/A-->
2N/A
2N/A<html>
2N/A<head>
2N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2N/A<title>named-rrchecker</title>
2N/A<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
2N/A</head>
2N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="named-rrchecker">
2N/A<a name="man.named-rrchecker"></a><div class="titlepage"></div>
2N/A
2N/A
2N/A
2N/A <div class="refnamediv">
2N/A<h2>Name</h2>
2N/A<p>
2N/A <span class="application">named-rrchecker</span>
2N/A &#8212; A syntax checker for individual DNS resource records
2N/A </p>
2N/A</div>
2N/A
2N/A
2N/A
2N/A <div class="refsynopsisdiv" title="Synopsis">
2N/A<h2>Synopsis</h2>
2N/A <div class="cmdsynopsis"><p>
2N/A <code class="command">named-rrchecker</code>
2N/A [<code class="option">-h</code>]
2N/A [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>]
2N/A [<code class="option">-p</code>]
2N/A [<code class="option">-u</code>]
2N/A [<code class="option">-C</code>]
2N/A [<code class="option">-T</code>]
2N/A [<code class="option">-P</code>]
2N/A </p></div>
2N/A </div>
2N/A
2N/A <div class="refsection" title="DESCRIPTION">
2N/A<a name="idp60845008"></a><h2>DESCRIPTION</h2>
2N/A
2N/A <p><span class="command"><strong>named-rrchecker</strong></span>
2N/A read a individual DNS resource record from standard input and checks if it
2N/A is syntactically correct.
2N/A </p>
2N/A <p>
2N/A The <code class="option">-h</code> prints out the help menu.
2N/A </p>
2N/A <p>
2N/A The <code class="option">-o <em class="replaceable"><code>origin</code></em></code>
2N/A option specifies a origin to be used when interpreting the record.
2N/A </p>
2N/A <p>
2N/A The <code class="option">-p</code> prints out the resulting record in canonical
2N/A form. If there is no canonical form defined then the record will be
2N/A printed in unknown record format.
2N/A </p>
2N/A <p>
2N/A The <code class="option">-u</code> prints out the resulting record in unknown record
2N/A form.
2N/A </p>
2N/A <p>
The <code class="option">-C</code>, <code class="option">-T</code> and <code class="option">-P</code>
print out the known class, standard type and private type mnemonics
respectively.
</p>
</div>
<div class="refsection" title="SEE ALSO">
<a name="idp60815056"></a><h2>SEE ALSO</h2>
<p>
<em class="citetitle">RFC 1034</em>,
<em class="citetitle">RFC 1035</em>,
<span class="citerefentry">
<span class="refentrytitle">named</span>(8)
</span>
</p>
</div>
</div></body>
</html>