Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / tools / named-rrchecker.1
blob1c9958d87bb7e4ef6587fc562ba7afbed931d53b
1 .\"     $NetBSD: named-rrchecker.1,v 1.1.1.4 2014/12/10 03:34:31 christos Exp $
2 .\"
3 .\" Copyright (C) 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
4 .\"
5 .\" Permission to use, copy, modify, and/or distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11 .\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15 .\" PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .\" Id
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: named\-rrchecker
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: November 12, 2013
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "NAMED\-RRCHECKER" "1" "November 12, 2013" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 named\-rrchecker \- A syntax checker for individual DNS resource records
35 .SH "SYNOPSIS"
36 .HP 16
37 \fBnamed\-rrchecker\fR [\fB\-h\fR] [\fB\-o\ \fR\fB\fIorigin\fR\fR] [\fB\-p\fR] [\fB\-u\fR] [\fB\-C\fR] [\fB\-T\fR] [\fB\-P\fR]
38 .SH "DESCRIPTION"
39 .PP
40 \fBnamed\-rrchecker\fR
41 read a individual DNS resource record from standard input and checks if it is syntactically correct.
42 .PP
43 The
44 \fB\-h\fR
45 prints out the help menu.
46 .PP
47 The
48 \fB\-o \fR\fB\fIorigin\fR\fR
49 option specifies a origin to be used when interpreting the record.
50 .PP
51 The
52 \fB\-p\fR
53 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.
54 .PP
55 The
56 \fB\-u\fR
57 prints out the resulting record in unknown record form.
58 .PP
59 The
60 \fB\-C\fR,
61 \fB\-T\fR
62 and
63 \fB\-P\fR
64 print out the known class, standard type and private type mnemonics respectively.
65 .SH "SEE ALSO"
66 .PP
67 RFC 1034,
68 RFC 1035,
69 \fBnamed\fR(8)
70 .SH "COPYRIGHT"
71 Copyright \(co 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
72 .br