]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update docs/settings.rst
authorDani <git@ilg.digital>
Mon, 15 Nov 2021 16:15:23 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 16:15:23 +0000 (17:15 +0100)
Co-authored-by: Pieter Lexis <pieter@plexis.eu>
docs/settings.rst

index 9f58f4b43817fda85a7a68a1d1b17683930e6d6b..3648654a2de3567bd98bdb77aee3488a157be997 100644 (file)
@@ -1784,8 +1784,9 @@ Disable after record contents have been upgraded.
 This option is supported by the bind and Generic SQL backends. 
 
 .. note::
-  When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query:
-  SELECT * from records where type like 'TYPE%';
+  When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query::
+  
+      SELECT * from records where type like 'TYPE%';
 
 .. _setting-version-string: