summaryrefslogtreecommitdiff
path: root/pkg/nsd/patch/0001-Remove-quotes-from-dbfile-in-man-pages.patch
blob: 5fc79e4358e4f93910ba12dcb3a9e9b69b985832 (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 abaf88fc017d36c733a6ecc69f709085abdbed12 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 a873d9f7..91dd77f3 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.
@@ -1022,7 +1022,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.31.1