+++ /dev/null
-.TH chaos 1 "27 Apr 2005"
-.SH NAME
-chaos \- give some information about a nameserver
-.SH SYNOPSIS
-.B chaos
-.IR NAMESERVER
-
-.SH DESCRIPTION
-\fBchaos\fR retrieves all the addresses of the nameserver and then queries
-each address for its \fIversion.bind\fR and \fIhostname.bind\fR.
-.PP
-\fBchaos\fR is a bit more complex than \fBmx\fR.
-
-.SH OPTIONS
-\fBchaos\fR has no options.
-
-.SH AUTHOR
-Written by the ldns team as an example for ldns usage.
-
-.SH REPORTING BUGS
-Report bugs to <ldns-team@nlnetlabs.nl>.
-
-.SH COPYRIGHT
-Copyright (C) 2005 NLnet Labs. This is free software. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
-.TH key2ds 1 "30 May 2005"
+.TH ldns-key2ds 1 "30 May 2005"
.SH NAME
-key2ds \- transform a DNSKEY RR to a DS RR
+ldns-key2ds \- transform a DNSKEY RR to a DS RR
.SH SYNOPSIS
-.B key2ds
+.B ldns-key2ds
.IR file
.SH DESCRIPTION
-\fBkey2ds\fR is used to transform a public DNSKEY RR to a DS RR.
+\fBldns-key2ds\fR is used to transform a public DNSKEY RR to a DS RR.
When run it will read \fIfile\fR with a DNSKEY RR in it and
it will create a .ds file with the DS RR in it.
-.TH keygen 1 "30 May 2005"
+.TH ldns-keygen 1 "30 May 2005"
.SH NAME
-keygen \- generate a keypair and print out the public part as a DNSKEY RR
+ldns-keygen \- generate a keypair and print out the public part as a DNSKEY RR
.SH SYNOPSIS
-.B keygen
+.B ldns-keygen
[
.IR OPTION
]
.IR DOMAIN
.SH DESCRIPTION
-\fBkeygen\fR is used to generate a private/public keypair. When run it
+\fBldns-keygen\fR is used to generate a private/public keypair. When run it
will create 3 files; a .key file with the public DNSKEY, a .private
file with the private keydata and a .ds with the DS record of the
DNSKEY record.
.TP
\fbr \fdevice\fR
-Make keygen use this file for its random data. This will default
+Make ldns-keygen use this file for its random data. This will default
to /dev/random.
.SH AUTHOR
+++ /dev/null
-.TH mx 1 "27 Apr 2005"
-.SH NAME
-mx \- print out the mx record(s) for a domain
-.SH SYNOPSIS
-.B mx
-.IR DOMAIN
-
-.SH DESCRIPTION
-\fBmx\fR is used to print out mx information of a domain.
-
-.SH OPTIONS
-\fBmx\fR has no options.
-
-.SH AUTHOR
-Written by the ldns team as an example for ldns usage.
-
-.SH REPORTING BUGS
-Report bugs to <ldns-team@nlnetlabs.nl>.
-
-.SH COPYRIGHT
-Copyright (C) 2005 NLnet Labs. This is free software. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.