From: gthess Date: Wed, 2 Feb 2022 10:53:38 +0000 (+0100) Subject: Don't accidentaly introduce a troff macro X-Git-Tag: release-1.15.0rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F617%2Fhead;p=thirdparty%2Funbound.git Don't accidentaly introduce a troff macro Co-authored-by: Wouter Wijngaards --- 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.