Since we are not using a pid file the manuals render a bit strange.
authorflorian <florian@openbsd.org>
Sat, 17 Aug 2024 09:07:33 +0000 (09:07 +0000)
committerflorian <florian@openbsd.org>
Sat, 17 Aug 2024 09:07:33 +0000 (09:07 +0000)
Pointed out by tb

usr.sbin/nsd/nsd.8.in
usr.sbin/nsd/nsd.conf.5.in

index b927b93..e16535b 100644 (file)
@@ -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
index 357b8df..ad0950d 100644 (file)
@@ -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,