about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorKirill Elagin <kirelagin@gmail.com>2020-05-13 23:33:08 +0300
committerGitHub <noreply@github.com>2020-05-13 23:33:08 +0300
commit084bd32bad6223882d8f13b48a83b96e8c6a151f (patch)
tree9c59eb5cc400e791a0248c4cbe41eebbd1628b54 /nixos/modules
parent652958eefa4b2cfc275422740190dfd803b2f19f (diff)
downloadnixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar.gz
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar.bz2
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar.lz
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar.xz
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.tar.zst
nixlib-084bd32bad6223882d8f13b48a83b96e8c6a151f.zip
postgresql: Fix formatting in option description
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 269510036a6d..a65872de2a76 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -199,7 +199,7 @@ in
         example = "%m [%p] ";
         description = ''
           A printf-style string that is output at the beginning of each log line.
-          Upstream default is '%m [%p] ', i.e. it includes the timestamp. We do
+          Upstream default is <literal>'%m [%p] '</literal>, i.e. it includes the timestamp. We do
           not include the timestamp, because journal has it anyway.
         '';
       };