]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3881] Fixed config flag in the ARM
authorMarcin Siodelski <marcin@isc.org>
Fri, 20 Jun 2025 10:29:17 +0000 (12:29 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 20 Jun 2025 10:29:17 +0000 (12:29 +0200)
doc/sphinx/arm/config-backend.rst

index 61e9bf1a364b407791a794951a644ae326e20560..52859cc5c9b6ff3c3b8aa77d7f2eccaa7c319087 100644 (file)
@@ -212,7 +212,7 @@ Installation
 To use either Configuration Backend, the appropriate module library
 (:ischooklib:`libdhcp_mysql.so` or :ischooklib:`libdhcp_pgsql.so`) must be
 compiled during the Kea build.  The ``-D`` switch specifies which database
-module to build, if any: ``-D mysql=enabled`` or ``-D pgsql=enabled``.  The
+module to build, if any: ``-D mysql=enabled`` or ``-D postgresql=enabled``.  The
 appropriate database client libraries and header files must be installed prior
 to build.  See :ref:`dhcp-install-configure` for more information on building
 Kea with database support.  ISC's Kea packaging, as well as some third-party