From: BitWorker <48549636+b1tw0rker@users.noreply.github.com>
Date: Tue, 17 Oct 2023 05:52:14 +0000 (+0200)
Subject: fix: added missing underscore
X-Git-Tag: rec-5.0.0-beta1~35^2
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13376%2Fhead;p=thirdparty%2Fpdns.git
fix: added missing underscore
---
diff --git a/pdns/dnsdistdist/docs/install.rst b/pdns/dnsdistdist/docs/install.rst
index 5c87e2bbf5..13b672855a 100644
--- a/pdns/dnsdistdist/docs/install.rst
+++ b/pdns/dnsdistdist/docs/install.rst
@@ -60,7 +60,7 @@ dnsdist depends on the following libraries:
* `protobuf `_ (optional, not needed as of 1.6.0)
* `quiche `_ (optional, incoming DoQ support)
* `re2 `_ (optional)
-* `TinyCDB ` (optional, CDB support)
+* `TinyCDB `_ (optional, CDB support)
Should :program:`dnsdist` be run on a system with systemd, it is highly recommended to have
the systemd header files (``libsystemd-dev`` on Debian and ``systemd-devel`` on CentOS)