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