From 414a37ed2b5a777518dcd2676817ccdba594f5b7 Mon Sep 17 00:00:00 2001 From: gthess Date: Wed, 2 Feb 2022 11:53:38 +0100 Subject: [PATCH] Don't accidentaly introduce a troff macro Co-authored-by: Wouter Wijngaards --- doc/unbound.conf.5.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 3a293ca81..04f8fa16c 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1844,16 +1844,16 @@ Name of the stub zone. This is the full domain name of the zone. Name of stub zone nameserver. Is itself resolved before it is used. To use a nondefault port for DNS communication append '@' with the port number. If tls is enabled, then you can append a '#' and a name, then it'll check the -tls authentication certificates with that name. If you combine the '@' and -'#', the '@' comes first. If only '#' is used the default port is the +tls authentication certificates with that name. If you combine the '@' +and '#', the '@' comes first. If only '#' is used the default port is the configured tls\-port. .TP .B stub\-addr: \fI IP address of stub zone nameserver. Can be IP 4 or IP 6. To use a nondefault port for DNS communication append '@' with the port number. If tls is enabled, then you can append a '#' and a name, then it'll check the -tls authentication certificates with that name. If you combine the '@' and -'#', the '@' comes first. If only '#' is used the default port is the +tls authentication certificates with that name. If you combine the '@' +and '#', the '@' comes first. If only '#' is used the default port is the configured tls\-port. .TP .B stub\-prime: \fI @@ -1907,16 +1907,16 @@ Name of the forward zone. This is the full domain name of the zone. Name of server to forward to. Is itself resolved before it is used. To use a nondefault port for DNS communication append '@' with the port number. If tls is enabled, then you can append a '#' and a name, then it'll check the -tls authentication certificates with that name. If you combine the '@' and -'#', the '@' comes first. If only '#' is used the default port is the +tls authentication certificates with that name. If you combine the '@' +and '#', the '@' comes first. If only '#' is used the default port is the configured tls\-port. .TP .B forward\-addr: \fI IP address of server to forward to. Can be IP 4 or IP 6. To use a nondefault port for DNS communication append '@' with the port number. If tls is enabled, then you can append a '#' and a name, then it'll check the -tls authentication certificates with that name. If you combine the '@' and -'#', the '@' comes first. If only '#' is used the default port is the +tls authentication certificates with that name. If you combine the '@' +and '#', the '@' comes first. If only '#' is used the default port is the configured tls\-port. .IP At high verbosity it logs the TLS certificate, with TLS enabled. -- 2.39.5