diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2011-05-23 08:16:29 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2011-05-23 08:16:29 +0000 |
commit | 3da6161241c934639f3d739f00d92062a7dac5fe (patch) | |
tree | a342d4184b7f3ca941ce9794e0cf4181731156fa /usr.sbin/nsd/nsd.conf.5.in | |
parent | ef862fbc97a9420ca1285d6cb8aa6e0a15bd90be (diff) |
make sure nsd-zonec is used instead of zonec
Diffstat (limited to 'usr.sbin/nsd/nsd.conf.5.in')
-rw-r--r-- | usr.sbin/nsd/nsd.conf.5.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |