]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs/backends: Use * consistently for the per backend feature list
authorUwe Kleine-König <uwe@kleine-koenig.org>
Tue, 12 Nov 2024 09:27:25 +0000 (10:27 +0100)
committerUwe Kleine-König <uwe@kleine-koenig.org>
Fri, 31 Jan 2025 07:12:17 +0000 (08:12 +0100)
Nearly all backend docs use * for their feature list. Upgrade that to "all".

docs/backends/random.rst
docs/backends/tinydns.rst

index 61c36011aa854b3131d9fb7494e74c4eca72929f..886d1d06429020b0e83c1a363529bd510be73a11 100644 (file)
@@ -4,17 +4,17 @@ Random Backend
 .. deprecated:: 4.6.0
   This backend has been removed in 4.6.0
 
-- Native: Yes
-- Master: No
-- Slave: No
-- Superslave: No
-- Case: Depends
-- DNSSEC: Yes, no key storage
-- Disabled data: No
-- Comments: No
-- Zone caching: No
-- Module name: built in
-- Launch: ``random``
+* Native: Yes
+* Master: No
+* Slave: No
+* Superslave: No
+* Case: Depends
+* DNSSEC: Yes, no key storage
+* Disabled data: No
+* Comments: No
+* Zone caching: No
+* Module name: built in
+* Launch: ``random``
 
 This is a very silly backend which is discussed in the :doc:`Backends
 writer's guide <../appendices/backend-writers-guide>`.
index 9ab90282e7b87d89f1ed2d156db2ab8afbac6b70..fa9b07fe6ba766b985cb787389e265343a17b210 100644 (file)
@@ -1,15 +1,15 @@
 TinyDNS Backend
 ===============
 
-- Native: Yes
-- Master: Yes
-- Slave: No
-- Superslave: No
-- DNSSEC: No
-- Zone caching: Yes
-- Multiple Instances: Yes
-- Module name: tinydns
-- Launch: ``tinydns``
+* Native: Yes
+* Master: Yes
+* Slave: No
+* Superslave: No
+* DNSSEC: No
+* Zone caching: Yes
+* Multiple Instances: Yes
+* Module name: tinydns
+* Launch: ``tinydns``
 
 The TinyDNS backend allows you to use
 `djbdns's <https://cr.yp.to/djbdns.html>`__ ``data.cdb`` file format as