diff options
Diffstat (limited to 'contrib/bind9/bin/check/named-checkzone.docbook')
-rw-r--r-- | contrib/bind9/bin/check/named-checkzone.docbook | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/contrib/bind9/bin/check/named-checkzone.docbook b/contrib/bind9/bin/check/named-checkzone.docbook index 68b0baeeba44c..ce0d78bdbdfe3 100644 --- a/contrib/bind9/bin/check/named-checkzone.docbook +++ b/contrib/bind9/bin/check/named-checkzone.docbook @@ -1,7 +1,9 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN" + "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" + [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") - - Copyright (C) 2001, 2002 Internet Software Consortium. + - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2000-2002 Internet Software Consortium. - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above @@ -16,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<!-- $Id: named-checkzone.docbook,v 1.3.2.2.8.7 2004/06/03 02:25:00 marka Exp $ --> +<!-- $Id: named-checkzone.docbook,v 1.3.2.2.8.11 2005/05/12 21:35:57 sra Exp $ --> <refentry> <refentryinfo> @@ -29,6 +31,20 @@ <refmiscinfo>BIND9</refmiscinfo> </refmeta> + <docinfo> + <copyright> + <year>2004</year> + <year>2005</year> + <holder>Internet Systems Consortium, Inc. ("ISC")</holder> + </copyright> + <copyright> + <year>2000</year> + <year>2001</year> + <year>2002</year> + <holder>Internet Software Consortium.</holder> + </copyright> + </docinfo> + <refnamediv> <refname><application>named-checkzone</application></refname> <refpurpose>zone file validity checking tool</refpurpose> @@ -103,6 +119,7 @@ When loading the zone file read the journal if it exists. </para> </listitem> + </varlistentry> <varlistentry> <term>-c <replaceable class="parameter">class</replaceable></term> @@ -141,7 +158,7 @@ <term>-o <replaceable class="parameter">filename</replaceable></term> <listitem> <para> - Write zone output to <filename>directory</filename>. + Write zone output to <filename>filename</filename>. </para> </listitem> </varlistentry> @@ -205,6 +222,7 @@ <para> <command>named-checkzone</command> returns an exit status of 1 if errors were detected and 0 otherwise. + </para> </refsect1> <refsect1> |