diff options
Diffstat (limited to 'bin/tools/nsec3hash.docbook')
-rw-r--r-- | bin/tools/nsec3hash.docbook | 55 |
1 files changed, 24 insertions, 31 deletions
diff --git a/bin/tools/nsec3hash.docbook b/bin/tools/nsec3hash.docbook index 618e53a1aae7..2750d2218dbc 100644 --- a/bin/tools/nsec3hash.docbook +++ b/bin/tools/nsec3hash.docbook @@ -1,8 +1,5 @@ -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" - [<!ENTITY mdash "—">]> <!-- - - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC") + - Copyright (C) 2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") - - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above @@ -17,9 +14,14 @@ - PERFORMANCE OF THIS SOFTWARE. --> -<refentry id="man.nsec3hash"> +<!-- Converted by db4-upgrade version 1.0 --> +<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.nsec3hash"> + <info> + <date>2009-03-02</date> + </info> <refentryinfo> - <date>March 02, 2009</date> + <corpname>ISC</corpname> + <corpauthor>Internet Systems Consortium, Inc.</corpauthor> </refentryinfo> <refmeta> @@ -37,31 +39,32 @@ <copyright> <year>2009</year> <year>2014</year> + <year>2015</year> <holder>Internet Systems Consortium, Inc. ("ISC")</holder> </copyright> </docinfo> <refsynopsisdiv> - <cmdsynopsis> + <cmdsynopsis sepchar=" "> <command>nsec3hash</command> - <arg choice="req"><replaceable class="parameter">salt</replaceable></arg> - <arg choice="req"><replaceable class="parameter">algorithm</replaceable></arg> - <arg choice="req"><replaceable class="parameter">iterations</replaceable></arg> - <arg choice="req"><replaceable class="parameter">domain</replaceable></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">salt</replaceable></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">algorithm</replaceable></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">iterations</replaceable></arg> + <arg choice="req" rep="norepeat"><replaceable class="parameter">domain</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> - <refsect1> - <title>DESCRIPTION</title> + <refsection><info><title>DESCRIPTION</title></info> + <para> <command>nsec3hash</command> generates an NSEC3 hash based on a set of NSEC3 parameters. This can be used to check the validity of NSEC3 records in a signed zone. </para> - </refsect1> + </refsection> + + <refsection><info><title>ARGUMENTS</title></info> - <refsect1> - <title>ARGUMENTS</title> <variablelist> <varlistentry> <term>salt</term> @@ -102,24 +105,14 @@ </listitem> </varlistentry> </variablelist> - </refsect1> + </refsection> + + <refsection><info><title>SEE ALSO</title></info> - <refsect1> - <title>SEE ALSO</title> <para> <citetitle>BIND 9 Administrator Reference Manual</citetitle>, <citetitle>RFC 5155</citetitle>. </para> - </refsect1> + </refsection> - <refsect1> - <title>AUTHOR</title> - <para><corpauthor>Internet Systems Consortium</corpauthor> - </para> - </refsect1> - -</refentry><!-- - - Local variables: - - mode: sgml - - End: ---> +</refentry> |