From e1885b107ccd797ea146e03fee8b9c8b3133bfc8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 4 Jun 2019 21:11:14 +0200 Subject: [PATCH] auth docs: fix underline lengths --- docs/backends/generic-mysql.rst | 2 +- docs/backends/generic-sqlite3.rst | 2 +- docs/backends/geoip.rst | 2 +- docs/backends/lmdb.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index 23cdd509b1..7dd9a7478a 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -135,7 +135,7 @@ server. A value of 0 will disable the timeout. Default: 10 .. _setting-gmysql-thread-cleanup: ``gmysql-thread-cleanup`` -^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^ .. versionadded:: 4.1.8 Older versions (such as those shipped on RHEL 7) of the MySQL/MariaDB client libraries leak memory unless applications explicitly report the end of each thread to the library. Enabling ``gmysql-thread-cleanup`` tells PowerDNS to call ``mysql_thread_end()`` whenever a thread ends. diff --git a/docs/backends/generic-sqlite3.rst b/docs/backends/generic-sqlite3.rst index 9ac2a3cefd..e2c5957203 100644 --- a/docs/backends/generic-sqlite3.rst +++ b/docs/backends/generic-sqlite3.rst @@ -71,7 +71,7 @@ Path to the SQLite3 database. .. _setting-gsqlite3-pragma-journal-mode: ``gsqlite3-pragma-journal-mode`` -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SQLite3 journal mode to set. The default is WAL. Set to empty to leave the journal mode alone. diff --git a/docs/backends/geoip.rst b/docs/backends/geoip.rst index b86d45643a..4b3811d67e 100644 --- a/docs/backends/geoip.rst +++ b/docs/backends/geoip.rst @@ -94,7 +94,7 @@ caching options described ``geoip-zones-file`` ~~~~~~~~~~~~~~~~~~~~ -Specifies the full path of the zone configuration file to use. The file is re-opened with a ``pdns_control reload''. +Specifies the full path of the zone configuration file to use. The file is re-opened with a ``pdns_control reload``. .. _setting-geoip-dnssec-keydir: diff --git a/docs/backends/lmdb.rst b/docs/backends/lmdb.rst index 034618312c..419899c9db 100644 --- a/docs/backends/lmdb.rst +++ b/docs/backends/lmdb.rst @@ -43,7 +43,7 @@ Default is 2 on 32 bits systems, and 64 on 64 bits systems. .. _setting-lmdb-sync-mode: ``lmdb-sync-mode`` -^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^ Synchronisation mode: sync, nosync, nometasync, mapasync Default: mapasync -- 2.47.2