summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-19 15:44:02 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-19 15:46:57 +0900
commit7309f55abc4010037eda80cb5d2afd4548db5b25 (patch)
treed8dcda6cf61c1e477817984b2f5f353537eced0c /doc
parent02352f186f371ab93a81715820c9ea547418139b (diff)
doc: Fix typo.
Follow-up to commit 02352f186f37. * doc/guix.texi (Database Services): Fix typo. Change-Id: If3c672c3a986b4d0eaf0892cfb44c59fe9413310
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 08cc212b796..8d45ed1f43b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -28827,9 +28827,8 @@ host all all ::1/128 md5"))
28827@table @asis 28827@table @asis
28828@item @code{log-destination} (default: @code{"syslog"}) 28828@item @code{log-destination} (default: @code{"syslog"})
28829The logging method to use for PostgreSQL@. Valid values are 28829The logging method to use for PostgreSQL@. Valid values are
28830@code{"stderr"}, @code{"csvlog"}, @code{"jsonlog"}, stder@code{"syslog"} 28830@code{"stderr"}, @code{"csvlog"}, @code{"jsonlog"}, @code{"syslog"} and
28831and @code{"eventlog"}. Multiple values are accepted, separated by 28831@code{"eventlog"}. Multiple values are accepted, separated by commas.
28832commas.
28833 28832
28834@item @code{hba-file} (default: @code{%default-postgres-hba}) 28833@item @code{hba-file} (default: @code{%default-postgres-hba})
28835Filename or G-expression for the host-based authentication 28834Filename or G-expression for the host-based authentication