named-rrchecker.docbook revision 1753d3c4d74241a847794f7e7cfd94cc79be6600
299N/A<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
299N/A "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
1356N/A [<!ENTITY mdash "&#8212;">]>
299N/A<!--
1356N/A - Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
299N/A -
299N/A - Permission to use, copy, modify, and/or distribute this software for any
919N/A - purpose with or without fee is hereby granted, provided that the above
919N/A - copyright notice and this permission notice appear in all copies.
919N/A -
919N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
919N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
919N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
919N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
919N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
919N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
919N/A - PERFORMANCE OF THIS SOFTWARE.
919N/A-->
919N/A
919N/A<refentry id="man.named-rrchecker">
919N/A <refentryinfo>
919N/A <date>November 12, 2013</date>
919N/A </refentryinfo>
919N/A <refmeta>
299N/A <refentrytitle><application>named-rrchecker</application></refentrytitle>
299N/A <manvolnum>1</manvolnum>
299N/A <refmiscinfo>BIND9</refmiscinfo>
299N/A </refmeta>
493N/A <refnamediv>
299N/A <refname><application>named-rrchecker</application></refname>
970N/A <refpurpose>A syntax checker for individual DNS resource records</refpurpose>
977N/A </refnamediv>
970N/A
970N/A <docinfo>
1356N/A <copyright>
1356N/A <year>2013</year>
1356N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
299N/A </copyright>
1107N/A </docinfo>
299N/A
911N/A <refsynopsisdiv>
1107N/A <cmdsynopsis>
1107N/A <command>named-rrchecker</command>
911N/A <arg><option>-h</option></arg>
299N/A <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
1157N/A <arg><option>-p</option></arg>
299N/A <arg><option>-u</option></arg>
299N/A <arg><option>-C</option></arg>
1069N/A <arg><option>-T</option></arg>
493N/A <arg><option>-P</option></arg>
299N/A </cmdsynopsis>
300N/A </refsynopsisdiv>
493N/A
300N/A <refsect1>
493N/A <title>DESCRIPTION</title>
375N/A <para><command>named-rrchecker</command>
970N/A read a individual DNS resource record from standard input and checks if it
970N/A is syntactically correct.
970N/A </para>
299N/A <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>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
<citetitle>RFC 1034</citetitle>,
<citetitle>RFC 1035</citetitle>,
<citerefentry>
<refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>
</para>
</refsect1>
</refentry><!--
- Local variables:
- mode: sgml
- End:
-->