named-rrchecker.docbook revision f4bd7d27a6b3b4c732b0b8d585a9d3098480bbbf
970N/A<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
970N/A "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
970N/A [<!ENTITY mdash "&#8212;">]>
970N/A<!--
970N/A - Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
970N/A -
970N/A - Permission to use, copy, modify, and/or distribute this software for any
970N/A - purpose with or without fee is hereby granted, provided that the above
970N/A - copyright notice and this permission notice appear in all copies.
970N/A -
970N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
970N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
970N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
970N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
970N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
970N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
970N/A - PERFORMANCE OF THIS SOFTWARE.
970N/A-->
970N/A
970N/A<refentry id="man.named-rrchecker">
970N/A <refentryinfo>
970N/A <date>August 25, 2009</date>
970N/A </refentryinfo>
970N/A <refmeta>
970N/A <refentrytitle><application>named-rrchecker</application></refentrytitle>
970N/A <manvolnum>1</manvolnum>
970N/A <refmiscinfo>BIND9</refmiscinfo>
970N/A </refmeta>
970N/A <refnamediv>
970N/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>
970N/A <copyright>
970N/A <year>2013</year>
970N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
970N/A </copyright>
970N/A </docinfo>
970N/A
970N/A <refsynopsisdiv>
970N/A <cmdsynopsis>
970N/A <command>named-rrchecker</command>
970N/A <arg><option>-h</option></arg>
970N/A <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
970N/A <arg><option>-p</option></arg>
970N/A <arg><option>-u</option></arg>
970N/A <arg><option>-C</option></arg>
970N/A <arg><option>-T</option></arg>
970N/A <arg><option>-P</option></arg>
970N/A </cmdsynopsis>
970N/A </refsynopsisdiv>
970N/A
970N/A <refsect1>
970N/A <title>DESCRIPTION</title>
970N/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>
970N/A <para>
970N/A The <option>-h</option> prints out the help menu.
970N/A </para>
970N/A <para>
970N/A The <option>-o <replaceable class="parameter">origin</replaceable></option>
970N/A option specifies a origin to be used when interpreting the record.
970N/A </para>
970N/A <para>
970N/A The <option>-p</option> prints out the resulting record in canonical
970N/A form. If there is no canonical form defined then the record will be
970N/A printed in unknown record format.
970N/A </para>
970N/A <para>
970N/A The <option>-u</option> prints out the resulting record in unknown record
970N/A form.
970N/A </para>
970N/A <para>
970N/A The <option>-C</option>, <option>-T</option> and <option>-P</option>
970N/A print out the known class, standard type and private type mnemonics
970N/A respectively.
970N/A </para>
970N/A </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:
-->