diff options
author | 2010-10-01 20:22:35 +0000 | |
---|---|---|
committer | 2010-10-01 20:22:35 +0000 | |
commit | 2704782b6a97ca83e6807774216cbe54b40f9035 (patch) | |
tree | fdd47d100d98ee4c4c4df7e499b245ee7a11302e | |
parent | Now that __only_inline is in <sys/cdefs.h>, replace the local versions in (diff) | |
download | wireguard-openbsd-2704782b6a97ca83e6807774216cbe54b40f9035.tar.xz wireguard-openbsd-2704782b6a97ca83e6807774216cbe54b40f9035.zip |
fix reference to nsd-zonec; from Kirill Bychkov
-rw-r--r-- | usr.sbin/nsd/nsd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/nsd/nsd.8 b/usr.sbin/nsd/nsd.8 index b24d78b2ba8..46a31ccf894 100644 --- a/usr.sbin/nsd/nsd.8 +++ b/usr.sbin/nsd/nsd.8 @@ -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 @@ -249,7 +249,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 @@ -260,7 +260,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 . |