diff --git a/bin/tools/genrandom.8 b/bin/tools/genrandom.8 index 7664b04a47..6c49a07016 100644 --- a/bin/tools/genrandom.8 +++ b/bin/tools/genrandom.8 @@ -12,48 +12,49 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: genrandom.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ +.\" $Id: genrandom.8,v 1.4 2009/03/03 01:12:26 tbox Exp $ .\" .hy 0 .ad l -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "GENRANDOM" 8 "Feb 19, 2009" "" "" -.SH NAME +.\" Title: genrandom +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.71.1 +.\" Date: Feb 19, 2009 +.\" Manual: BIND9 +.\" Source: BIND9 +.\" +.TH "GENRANDOM" "8" "Feb 19, 2009" "BIND9" "BIND9" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" genrandom \- generate a file containing random data .SH "SYNOPSIS" .HP 10 \fBgenrandom\fR {\fIsize\fR} {\fIfilename\fR} .SH "DESCRIPTION" .PP - \fBgenrandom\fR generates a file containing a specified quantity of psuedo\-random data, which can be used as a source of entropy for other commands on systems with no random device\&. +\fBgenrandom\fR +generates a file containing a specified quantity of psuedo\-random data, which can be used as a source of entropy for other commands on systems with no random device. .SH "ARGUMENTS" -.TP +.PP size -The size of the file, in kilobytes, to generate\&. -.TP +.RS 4 +The size of the file, in kilobytes, to generate. +.RE +.PP domain -The file name into which random data should be written\&. +.RS 4 +The file name into which random data should be written. +.RE .SH "SEE ALSO" .PP - \fBrand\fR(3), \fBarc4random\fR(3) +\fBrand\fR(3), +\fBarc4random\fR(3) .SH "AUTHOR" .PP -Internet Systems Consortium +Internet Systems Consortium +.SH "COPYRIGHT" +Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC") +.br diff --git a/bin/tools/genrandom.html b/bin/tools/genrandom.html index f3e5416a64..32fbb841ee 100644 --- a/bin/tools/genrandom.html +++ b/bin/tools/genrandom.html @@ -14,12 +14,12 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + genrandom - +
@@ -32,7 +32,7 @@

genrandom {size} {filename}

-

DESCRIPTION

+

DESCRIPTION

genrandom generates a file containing a specified quantity of psuedo-random @@ -41,7 +41,7 @@

-

ARGUMENTS

+

ARGUMENTS

size

@@ -54,14 +54,14 @@

-

SEE ALSO

+

SEE ALSO

rand(3), arc4random(3)

-

AUTHOR

+

AUTHOR

Internet Systems Consortium

diff --git a/bin/tools/journalprint.8 b/bin/tools/journalprint.8 index 2f13f5fbad..2fa2c4ebd4 100644 --- a/bin/tools/journalprint.8 +++ b/bin/tools/journalprint.8 @@ -12,45 +12,49 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: journalprint.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ +.\" $Id: journalprint.8,v 1.4 2009/03/03 01:12:26 tbox Exp $ .\" .hy 0 .ad l -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "JOURNALPRINT" 8 "Feb 18, 2009" "" "" -.SH NAME -journalprint \- print zone journal in human-readable form +.\" Title: journalprint +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.71.1 +.\" Date: Feb 18, 2009 +.\" Manual: BIND9 +.\" Source: BIND9 +.\" +.TH "JOURNALPRINT" "8" "Feb 18, 2009" "BIND9" "BIND9" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +journalprint \- print zone journal in human\-readable form .SH "SYNOPSIS" .HP 13 \fBjournalprint\fR {\fIjournal\fR} .SH "DESCRIPTION" .PP - \fBjournalprint\fR prints the contents of a zone journal file in a human\-readable form\&. +\fBjournalprint\fR +prints the contents of a zone journal file in a human\-readable form. .PP -Journal files are automatically created by \fBnamed\fR when changes are made to dynamic zones (e\&.g\&., by \fBnsupdate\fR)\&. They record each addition or deletion of a resource record, in binary format, allowing the changes to be re\-applied to the zone when the server is restarted after a shutdown or crash\&. By default, the name of the journal file is formed by appending the extension \fI\&.jnl\fR to the name of the corresponding zone file\&. +Journal files are automatically created by +\fBnamed\fR +when changes are made to dynamic zones (e.g., by +\fBnsupdate\fR). They record each addition or deletion of a resource record, in binary format, allowing the changes to be re\-applied to the zone when the server is restarted after a shutdown or crash. By default, the name of the journal file is formed by appending the extension +\fI.jnl\fR +to the name of the corresponding zone file. .PP - \fBjournalprint\fR converts the contents of a given journal file into a human\-readable text format\&. Each line begins with "add" or "del", to indicate whether the record was added or deleted, and continues with the resource record in master\-file format\&. +\fBjournalprint\fR +converts the contents of a given journal file into a human\-readable text format. Each line begins with "add" or "del", to indicate whether the record was added or deleted, and continues with the resource record in master\-file format. .SH "SEE ALSO" .PP - \fBnamed\fR(8), \fBnsupdate\fR(8), BIND 9 Administrator Reference Manual\&. +\fBnamed\fR(8), +\fBnsupdate\fR(8), +BIND 9 Administrator Reference Manual. .SH "AUTHOR" .PP -Internet Systems Consortium +Internet Systems Consortium +.SH "COPYRIGHT" +Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC") +.br diff --git a/bin/tools/journalprint.html b/bin/tools/journalprint.html index 7a8d23ce30..662ca25aa1 100644 --- a/bin/tools/journalprint.html +++ b/bin/tools/journalprint.html @@ -14,12 +14,12 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + journalprint - +
@@ -32,7 +32,7 @@

journalprint {journal}

-

DESCRIPTION

+

DESCRIPTION

journalprint prints the contents of a zone journal file in a human-readable @@ -58,7 +58,7 @@

-

SEE ALSO

+

SEE ALSO

named(8), nsupdate(8), @@ -66,7 +66,7 @@

-

AUTHOR

+

AUTHOR

Internet Systems Consortium

diff --git a/bin/tools/nsec3hash.8 b/bin/tools/nsec3hash.8 index 86b39dfc80..7ab53b571a 100644 --- a/bin/tools/nsec3hash.8 +++ b/bin/tools/nsec3hash.8 @@ -12,54 +12,59 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: nsec3hash.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ +.\" $Id: nsec3hash.8,v 1.4 2009/03/03 01:12:26 tbox Exp $ .\" .hy 0 .ad l -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "NSEC3HASH" 8 "Feb 18, 2009" "" "" -.SH NAME +.\" Title: nsec3hash +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.71.1 +.\" Date: Feb 18, 2009 +.\" Manual: BIND9 +.\" Source: BIND9 +.\" +.TH "NSEC3HASH" "8" "Feb 18, 2009" "BIND9" "BIND9" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" nsec3hash \- generate NSEC3 hash .SH "SYNOPSIS" .HP 10 \fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR} .SH "DESCRIPTION" .PP - \fBnsec3hash\fR 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\&. +\fBnsec3hash\fR +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. .SH "ARGUMENTS" -.TP +.PP salt -The salt provided to the hash algorithm\&. -.TP +.RS 4 +The salt provided to the hash algorithm. +.RE +.PP algorithm -A number indicating the hash algorithm\&. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument\&. -.TP +.RS 4 +A number indicating the hash algorithm. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument. +.RE +.PP iterations -The number of additional times the hash should be performed\&. -.TP +.RS 4 +The number of additional times the hash should be performed. +.RE +.PP domain -The domain name to be hashed\&. +.RS 4 +The domain name to be hashed. +.RE .SH "SEE ALSO" .PP - BIND 9 Administrator Reference Manual, RFC 5155\&. +BIND 9 Administrator Reference Manual, +RFC 5155. .SH "AUTHOR" .PP -Internet Systems Consortium +Internet Systems Consortium +.SH "COPYRIGHT" +Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC") +.br diff --git a/bin/tools/nsec3hash.html b/bin/tools/nsec3hash.html index b368815627..2d3433d076 100644 --- a/bin/tools/nsec3hash.html +++ b/bin/tools/nsec3hash.html @@ -14,12 +14,12 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + nsec3hash - +
@@ -32,7 +32,7 @@

nsec3hash {salt} {algorithm} {iterations} {domain}

-

DESCRIPTION

+

DESCRIPTION

nsec3hash generates an NSEC3 hash based on a set of NSEC3 parameters. This can be used to check the validity @@ -40,7 +40,7 @@

-

ARGUMENTS

+

ARGUMENTS

salt

@@ -64,14 +64,14 @@

-

SEE ALSO

+

SEE ALSO

BIND 9 Administrator Reference Manual, RFC 5155.

-

AUTHOR

+

AUTHOR

Internet Systems Consortium