From 633b9b9980bba5cd137e314851db947cbff9e73b Mon Sep 17 00:00:00 2001 From: BitWorker <48549636+b1tw0rker@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:52:14 +0200 Subject: [PATCH] fix: added missing underscore --- pdns/dnsdistdist/docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2