summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/nsd/nsd.8.in6
-rw-r--r--usr.sbin/nsd/nsd.conf.5.in6
2 files changed, 2 insertions, 10 deletions
diff --git a/usr.sbin/nsd/nsd.8.in b/usr.sbin/nsd/nsd.8.in
index b927b935bf0..e16535bf5ea 100644
--- a/usr.sbin/nsd/nsd.8.in
+++ b/usr.sbin/nsd/nsd.8.in
@@ -153,8 +153,7 @@ default is 100.
.B \-P\fI pidfile
Use the specified
.I pidfile
-instead of the platform specific default, which is mostly
-.IR @pidfile@ .
+instead of the platform specific default.
If a
.B zonesdir:
is specified in the config file, this path can be relative to that
@@ -214,9 +213,6 @@ SIGUSR1
Dump BIND8\-style statistics into the log. Ignored otherwise.
.SH "FILES"
.TP
-@pidfile@
-the process id of the name server.
-.TP
@nsdconfigfile@
default
.B NSD
diff --git a/usr.sbin/nsd/nsd.conf.5.in b/usr.sbin/nsd/nsd.conf.5.in
index 357b8df0ab9..ad0950dce38 100644
--- a/usr.sbin/nsd/nsd.conf.5.in
+++ b/usr.sbin/nsd/nsd.conf.5.in
@@ -40,9 +40,6 @@ zonelistfile: @zonelistfile@
logfile: @logfile@
.RE
.RS 5
-pidfile: @pidfile@
-.RE
-.RS 5
xfrdfile: @xfrdfile@
.RE
.TP
@@ -321,8 +318,7 @@ Preferred EDNS buffer size for IPv4. Default 1232.
Preferred EDNS buffer size for IPv6. Default 1232.
.TP
.B pidfile:\fR <filename>
-Use the pid file instead of the platform specific default, usually
-.IR @pidfile@.
+Use the pid file instead of the platform specific default.
Same as command-line option
.BR \-P .
With "" there is no pidfile, for some startup management setups,