named-rrchecker.docbook revision 19c7b1a0293498a3e36692c59646ed6e15ffc8d0
1029N/A<!--
1029N/A - Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
1339N/A -
1029N/A - Permission to use, copy, modify, and/or distribute this software for any
1339N/A - purpose with or without fee is hereby granted, provided that the above
1029N/A - copyright notice and this permission notice appear in all copies.
1029N/A -
1123N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1123N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1123N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1123N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1123N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1123N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1123N/A - PERFORMANCE OF THIS SOFTWARE.
1123N/A-->
1123N/A
1123N/A<!-- Converted by db4-upgrade version 1.0 -->
1123N/A<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.named-rrchecker">
1123N/A <info>
1123N/A <date>2013-11-12</date>
1123N/A </info>
1123N/A <refentryinfo>
1123N/A <corpname>ISC</corpname>
1123N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
1029N/A </refentryinfo>
1029N/A <refmeta>
1029N/A <refentrytitle><application>named-rrchecker</application></refentrytitle>
1029N/A <manvolnum>1</manvolnum>
1029N/A <refmiscinfo>BIND9</refmiscinfo>
1029N/A </refmeta>
1123N/A <refnamediv>
1029N/A <refname><application>named-rrchecker</application></refname>
1029N/A <refpurpose>A syntax checker for individual DNS resource records</refpurpose>
1123N/A </refnamediv>
1123N/A
1029N/A <docinfo>
1029N/A <copyright>
1029N/A <year>2013</year>
1123N/A <year>2014</year>
1029N/A <year>2015</year>
1339N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
1123N/A </copyright>
1123N/A </docinfo>
1029N/A
1029N/A <refsynopsisdiv>
1123N/A <cmdsynopsis sepchar=" ">
1029N/A <command>named-rrchecker</command>
1029N/A <arg choice="opt" rep="norepeat"><option>-h</option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-p</option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-u</option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-C</option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-T</option></arg>
1029N/A <arg choice="opt" rep="norepeat"><option>-P</option></arg>
1123N/A </cmdsynopsis>
1029N/A </refsynopsisdiv>
1029N/A
1029N/A <refsection><info><title>DESCRIPTION</title></info>
1029N/A
<para><command>named-rrchecker</command>
read a individual DNS resource record from standard input and checks if it
is syntactically correct.
</para>
<para>
The <option>-h</option> prints out the help menu.
</para>
<para>
The <option>-o <replaceable class="parameter">origin</replaceable></option>
option specifies a origin to be used when interpreting the record.
</para>
<para>
The <option>-p</option> prints out the resulting record in canonical
form. If there is no canonical form defined then the record will be
printed in unknown record format.
</para>
<para>
The <option>-u</option> prints out the resulting record in unknown record
form.
</para>
<para>
The <option>-C</option>, <option>-T</option> and <option>-P</option>
print out the known class, standard type and private type mnemonics
respectively.
</para>
</refsection>
<refsection><info><title>SEE ALSO</title></info>
<para>
<citetitle>RFC 1034</citetitle>,
<citetitle>RFC 1035</citetitle>,
<citerefentry>
<refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>
</para>
</refsection>
</refentry>