summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2011-05-23 08:16:28 +0000
committerjakob <jakob@openbsd.org>2011-05-23 08:16:28 +0000
commita1680a72a9e270a6be0acd9059f083b0c72627fb (patch)
tree75463a28eceba85e000952ba3c2f394f76d4e23a
parentFix after poolification. For reasons not completely understood, the (diff)
downloadwireguard-openbsd-a1680a72a9e270a6be0acd9059f083b0c72627fb.tar.xz
wireguard-openbsd-a1680a72a9e270a6be0acd9059f083b0c72627fb.zip
make sure nsd-zonec is used instead of zonec
-rw-r--r--usr.sbin/nsd/nsd-checkconf.8.in4
-rw-r--r--usr.sbin/nsd/nsd-notify.8.in2
-rw-r--r--usr.sbin/nsd/nsd-patch.8.in2
-rw-r--r--usr.sbin/nsd/nsd-xfer.8.in2
-rw-r--r--usr.sbin/nsd/nsd.8.in8
-rw-r--r--usr.sbin/nsd/nsd.conf.5.in6
-rw-r--r--usr.sbin/nsd/nsdc.8.in6
-rw-r--r--usr.sbin/nsd/zonec.8.in10
8 files changed, 20 insertions, 20 deletions
diff --git a/usr.sbin/nsd/nsd-checkconf.8.in b/usr.sbin/nsd/nsd-checkconf.8.in
index 1a8574ff894..05135fc871f 100644
--- a/usr.sbin/nsd/nsd-checkconf.8.in
+++ b/usr.sbin/nsd/nsd-checkconf.8.in
@@ -25,7 +25,7 @@ error, and performs additional checks on the contents. The
configfile format is described in nsd.conf(5).
.P
The utility of this program is to check a config file for errors
-before using it in nsd(8) or zonec(8). This program can also be used
+before using it in nsd(8) or nsd\-zonec(8). This program can also be used
for shell scripts to access the nsd config file, using the \-o and
\-z options.
.P
@@ -86,7 +86,7 @@ configuration file
.SH "SEE ALSO"
.LP
nsd(8), nsdc(8), nsd.conf(5), nsd\-notify(8), nsd\-patch(8),
-nsd-xfer(8), zonec(8)
+nsd-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
diff --git a/usr.sbin/nsd/nsd-notify.8.in b/usr.sbin/nsd/nsd-notify.8.in
index 5cec1dc6ed8..8add6c35ec8 100644
--- a/usr.sbin/nsd/nsd-notify.8.in
+++ b/usr.sbin/nsd/nsd-notify.8.in
@@ -59,7 +59,7 @@ To run this program the standard way type:
.SH "SEE ALSO"
.LP
nsd(8), nsdc(8), nsd.conf(5), nsd\-checkconf(8),
-nsd\-patch(8), nsd\-xfer(8), zonec(8)
+nsd\-patch(8), nsd\-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.B NSD
was written by NLnet Labs and RIPE NCC joint team. Please see CREDITS
diff --git a/usr.sbin/nsd/nsd-patch.8.in b/usr.sbin/nsd/nsd-patch.8.in
index d8b59853262..3ab96da229d 100644
--- a/usr.sbin/nsd/nsd-patch.8.in
+++ b/usr.sbin/nsd/nsd-patch.8.in
@@ -61,7 +61,7 @@ default
configuration file
.SH "SEE ALSO"
nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8), nsd-notify(8),
-nsd-xfer(8), zonec(8)
+nsd-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
diff --git a/usr.sbin/nsd/nsd-xfer.8.in b/usr.sbin/nsd/nsd-xfer.8.in
index 7bba9ea0ac0..eb440a35b91 100644
--- a/usr.sbin/nsd/nsd-xfer.8.in
+++ b/usr.sbin/nsd/nsd-xfer.8.in
@@ -75,7 +75,7 @@ To run this program the standard way type:
.SH "SEE ALSO"
.LP
nsd(8), nsdc(8), nsd.conf(5), nsd-checkconf(8),
-nsd-notify(8), nsd-patch(8), zonec(8)
+nsd-notify(8), nsd-patch(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
diff --git a/usr.sbin/nsd/nsd.8.in b/usr.sbin/nsd/nsd.8.in
index 6b3c9dc2caa..bee7c77718e 100644
--- a/usr.sbin/nsd/nsd.8.in
+++ b/usr.sbin/nsd/nsd.8.in
@@ -56,7 +56,7 @@ argument and put itself into background and answers queries on port
.I port
option. The
.I database
-must be generated beforehand with zonec(8). By default,
+must be generated beforehand with nsd\-zonec(8). By default,
.B NSD
will bind to all local interfaces available. Use the
.B \-a
@@ -248,7 +248,7 @@ option is specified.
.SH "SEE ALSO"
.LP
nsdc(8), nsd.conf(5), nsd\-checkconf(8), nsd\-notify(8),
-nsd\-patch(8), nsd\-xfer(8), zonec(8)
+nsd\-patch(8), nsd\-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
@@ -259,7 +259,7 @@ CREDITS file in the distribution for further details.
.B NSD
will answer the queries erroneously if the
.I database
-was not properly compiled with zonec(8). Therefore problems with
-misconfigured master zone files or zonec(8) bugs may not be visible
+was not properly compiled with nsd\-zonec(8). Therefore problems with
+misconfigured master zone files or nsd\-zonec(8) bugs may not be visible
until the queries are actually answered with
.BR NSD .
diff --git a/usr.sbin/nsd/nsd.conf.5.in b/usr.sbin/nsd/nsd.conf.5.in
index f5700d0650f..a2d8ee5ded5 100644
--- a/usr.sbin/nsd/nsd.conf.5.in
+++ b/usr.sbin/nsd/nsd.conf.5.in
@@ -199,7 +199,7 @@ username. Can be username, id or id.gid. Same as commandline option
Change the working directory to the specified directory before
accessing zone files. Same as commandline option
.B \-d
-for zonec(8). Also nsd(8) will access files (pid file, database
+for nsd\-zonec(8). Also nsd(8) will access files (pid file, database
file, log file) relative to this directory. Set the value to ""
(the empty string) to disable the change of working directory.
.TP
@@ -248,7 +248,7 @@ each zone.
.TP
.B zonefile:\fR <filename>
The file containing the zone information. This file is used by
-zonec(8). This attribute must be present in each zone.
+nsd\-zonec(8). This attribute must be present in each zone.
.TP
.B allow\-notify:\fR <ip\-spec> <key\-name | NOKEY | BLOCKED>
Access control list. The listed (primary) address is allowed to
@@ -507,7 +507,7 @@ configuration file
.SH "SEE ALSO"
.LP
nsd(8), nsdc(8), nsd\-checkconf(8), nsd-notify(8),
-nsd-patch(8), nsd-xfer(8), zonec(8)
+nsd-patch(8), nsd-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
diff --git a/usr.sbin/nsd/nsdc.8.in b/usr.sbin/nsd/nsdc.8.in
index e79a5899674..5c7e109df9e 100644
--- a/usr.sbin/nsd/nsdc.8.in
+++ b/usr.sbin/nsd/nsdc.8.in
@@ -30,7 +30,7 @@
.SH "DESCRIPTION"
.LP
.B Nsdc
-is the shell script that used to control nsd(8) and zonec(8) from
+is the shell script that used to control nsd(8) and nsd\-zonec(8) from
.B NSD
distribution.
.B Nsdc
@@ -67,7 +67,7 @@ Initiate nsd(8) name space database reload by sending
.IR SIGHUP.
.TP
.I rebuild
-Rebuild the nsd(8) database by invoking zonec(8) with appropriate
+Rebuild the nsd(8) database by invoking nsd\-zonec(8) with appropriate
arguments.
.TP
.I restart
@@ -152,7 +152,7 @@ otherwise.
.SH "SEE ALSO"
.LP
nsd(8), nsd.conf(5), nsd\-checkconf(8), nsd\-notify(8),
-nsd\-patch(8), nsd\-xfer(8), zonec(8)
+nsd\-patch(8), nsd\-xfer(8), nsd\-zonec(8)
.SH "AUTHORS"
.LP
.B NSD
diff --git a/usr.sbin/nsd/zonec.8.in b/usr.sbin/nsd/zonec.8.in
index fd79650685b..7442b27b841 100644
--- a/usr.sbin/nsd/zonec.8.in
+++ b/usr.sbin/nsd/zonec.8.in
@@ -1,13 +1,13 @@
-.TH "zonec" "8" "Mar 22, 2011" "NLnet Labs" "nsd 3.2.8"
+.TH "nsd\-zonec" "8" "Mar 22, 2011" "NLnet Labs" "nsd 3.2.8"
.\" Copyright (c) 2001\-2011, NLnet Labs. All rights reserved.
.\" See LICENSE for the license.
.SH "NAME"
.LP
-.B zonec
+.B nsd\-zonec
\- NSD zone compiler version 3.2.8.
.SH "SYNOPSIS"
.LP
-.B zonec
+.B nsd\-zonec
.RB [ \-v ]
.RB [ \-h ]
.RB [ \-C ]
@@ -70,7 +70,7 @@ constructs like:
.RS
.B # cat zones*
|
-.B ./zonec \-C \-f nsd.db \-o example.net \-z \-
+.B ./nsd\-zonec \-C \-f nsd.db \-o example.net \-z \-
.RE
.LP
.RS
@@ -79,7 +79,7 @@ ignored.
.RE
.TP
.B \-v
-Increase the verbosity of zonec. This flag can be specified multiple
+Increase the verbosity of nsd\-zonec. This flag can be specified multiple
times to increase the level of verbosity. The first level of
verbosity will print per zone summary information. The second level
of will print progress information for each 10,000 RRs processed.