]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2710] spelling and formatting fix
authorMarcin Godzina <mgodzina@isc.org>
Thu, 2 Feb 2023 14:36:26 +0000 (14:36 +0000)
committerMarcin Godzina <mgodzina@isc.org>
Thu, 2 Feb 2023 14:36:26 +0000 (14:36 +0000)
doc/sphinx/arm/admin.rst

index a38ba92252ee4b6ec4589cbeaa4dbedcd98d1287..6b0bbeac5eac890b30e773d5019ba2b58f3da653 100644 (file)
@@ -607,13 +607,17 @@ Usually the PostgreSQL database client library is built with the OpenSSL
 support but Kea can be configured to handle the case where it is not
 supported:
 
+.. code-block:: console
+
+   $ ./configure [other-options] --disable-pgsql-ssl
+
 .. _pgsql-performance:
 
 Improved Performance With PostgreSQL
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Changing the PostgreSQL internal value ``synchronous_commit`` from the default value
-of ON to OF can result in gain in Kea performance. On slow systems, the gain can be over 1000%.
+of ON to OFF can result in gain in Kea performance. On slow systems, the gain can be over 1000%.
 It can be set per-session for testing:
 
 .. code-block:: psql
@@ -643,11 +647,6 @@ however, is that in the worst-case scenario, all changes in the last moment befo
 could be lost. Given the fact that Kea is stable software and crashes very rarely,
 most deployments find it a beneficial trade-off.
 
-
-.. code-block:: console
-
-   $ ./configure [other-options] --disable-pgsql-ssl
-
 Using Read-Only Databases With Host Reservations
 ------------------------------------------------