Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / tools / named-rrchecker.docbook
blobc0916cb89de71668bcedab5a2f276588766ba69d
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3                [<!ENTITY mdash "&#8212;">]>
4 <!--
5  - Copyright (C) 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
6  -
7  - Permission to use, copy, modify, and/or distribute this software for any
8  - purpose with or without fee is hereby granted, provided that the above
9  - copyright notice and this permission notice appear in all copies.
10  -
11  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13  - AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17  - PERFORMANCE OF THIS SOFTWARE.
18 -->
20 <refentry id="man.named-rrchecker">
21   <refentryinfo>
22     <date>November 12, 2013</date>
23   </refentryinfo>
24   <refmeta>
25     <refentrytitle><application>named-rrchecker</application></refentrytitle>
26     <manvolnum>1</manvolnum>
27     <refmiscinfo>BIND9</refmiscinfo>
28   </refmeta>
29   <refnamediv>
30     <refname><application>named-rrchecker</application></refname>
31     <refpurpose>A syntax checker for individual DNS resource records</refpurpose>
32   </refnamediv>
34   <docinfo>
35     <copyright>
36       <year>2013</year>
37       <year>2014</year>
38       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
39     </copyright>
40   </docinfo>
42   <refsynopsisdiv>
43     <cmdsynopsis>
44       <command>named-rrchecker</command>
45       <arg><option>-h</option></arg>
46       <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
47       <arg><option>-p</option></arg>
48       <arg><option>-u</option></arg>
49       <arg><option>-C</option></arg>
50       <arg><option>-T</option></arg>
51       <arg><option>-P</option></arg>
52     </cmdsynopsis>
53   </refsynopsisdiv>
55   <refsect1>
56     <title>DESCRIPTION</title>
57     <para><command>named-rrchecker</command>
58      read a individual DNS resource record from standard input and checks if it
59      is syntactically correct.
60     </para>
61     <para>
62       The <option>-h</option> prints out the help menu.
63     </para>
64     <para>
65       The <option>-o <replaceable class="parameter">origin</replaceable></option>
66       option specifies a origin to be used when interpreting the record.
67     </para>
68     <para>
69       The <option>-p</option> prints out the resulting record in canonical
70       form.  If there is no canonical form defined then the record will be
71       printed in unknown record format.
72     </para>
73     <para>
74       The <option>-u</option> prints out the resulting record in unknown record
75       form.
76     </para>
77     <para>
78       The <option>-C</option>, <option>-T</option> and <option>-P</option>
79       print out the known class, standard type and private type mnemonics
80       respectively.
81     </para>
82   </refsect1>
84   <refsect1>
85     <title>SEE ALSO</title>
86     <para>
87       <citetitle>RFC 1034</citetitle>,
88       <citetitle>RFC 1035</citetitle>,
89       <citerefentry>
90         <refentrytitle>named</refentrytitle><manvolnum>8</manvolnum>
91       </citerefentry>
92     </para>
93   </refsect1>
95 </refentry><!--
96  - Local variables:
97  - mode: sgml
98  - End:
99 -->