Merge from vendor branch WPA_SUPPLICANT:
[dragonfly.git] / contrib / bind-9.2.4rc7 / bin / check / named-checkconf.8
1 .\" Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
2 .\" Copyright (C) 2000-2002  Internet Software Consortium.
3 .\"
4 .\" Permission to use, copy, modify, and distribute this software for any
5 .\" purpose with or without fee is hereby granted, provided that the above
6 .\" copyright notice and this permission notice appear in all copies.
7 .\"
8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 .\" AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 .\" PERFORMANCE OF THIS SOFTWARE.
15 .\"
16 .\" $Id: named-checkconf.8,v 1.11.2.2 2004/06/03 05:21:07 marka Exp $
17 .\"
18 .TH "NAMED-CHECKCONF" "8" "June 14, 2000" "BIND9" ""
19 .SH NAME
20 named-checkconf \- named configuration file syntax checking tool
21 .SH SYNOPSIS
22 .sp
23 \fBnamed-checkconf\fR [ \fB-v\fR ]  [ \fB-t \fIdirectory\fB\fR ]  \fBfilename\fR
24 .SH "DESCRIPTION"
25 .PP
26 \fBnamed-checkconf\fR checks the syntax, but not
27 the semantics, of a named configuration file.
28 .SH "OPTIONS"
29 .TP
30 \fB-t \fIdirectory\fB\fR
31 chroot to \fIdirectory\fR so that include
32 directives in the configuration file are processed as if
33 run by a similarly chrooted named.
34 .TP
35 \fB-v\fR
36 Print the version of the \fBnamed-checkconf\fR
37 program and exit.
38 .TP
39 \fBfilename\fR
40 The name of the configuration file to be checked. If not
41 specified, it defaults to \fI/etc/named.conf\fR.
42 .SH "RETURN VALUES"
43 .PP
44 \fBnamed-checkconf\fR returns an exit status of 1 if
45 errors were detected and 0 otherwise.
46 .SH "SEE ALSO"
47 .PP
48 \fBnamed\fR(8),
49 \fIBIND 9 Administrator Reference Manual\fR.
50 .SH "AUTHOR"
51 .PP
52 Internet Systems Consortium