blob: 9fdf9c8249ed0f7d316326fff22943a4c0763999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
From d3614f9764fe1a3f248eefc4af7e2553809b7ab7 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sat, 14 Oct 2017 01:00:22 -0700
Subject: [PATCH] Remove quotes from @dbfile@ in man pages
---
nsd.8.in | 4 ++--
nsd.conf.5.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nsd.8.in b/nsd.8.in
index 5e488958..babaa06a 100644
--- a/nsd.8.in
+++ b/nsd.8.in
@@ -115,7 +115,7 @@ Do not fork, stay in the foreground.
Use the specified
.I database
instead of the default of
-.IR '@dbfile@' .
+.IR @dbfile@ .
If a
.B zonesdir:
is specified in the config file this path can be relative to that
@@ -224,7 +224,7 @@ SIGUSR1
Dump BIND8\-style statistics into the log. Ignored otherwise.
.SH "FILES"
.TP
-"@dbfile@"
+@dbfile@
default
.B NSD
database
diff --git a/nsd.conf.5.in b/nsd.conf.5.in
index 66b90380..27d95322 100644
--- a/nsd.conf.5.in
+++ b/nsd.conf.5.in
@@ -202,7 +202,7 @@ If yes, NSD listens to IPv6 connections. Default yes.
.TP
.B database:\fR <filename>
By default
-.I '@dbfile@'
+.I @dbfile@
is used. The specified file is used to store the compiled
zone information. Same as commandline option
.BR \-f.
@@ -963,7 +963,7 @@ also function as a resolver or cache. The configuration options that
BIND9 has for the resolver or caching thus have no equivalents for NSD.
.SH "FILES"
.TP
-"@dbfile@"
+@dbfile@
default
.B NSD
database
--
2.29.0
|