summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-04 00:52:22 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:31:52 +0100
commit22144ba269f0dc9e7babe3d3720bfb5cc5330755 (patch)
treec3f939c04e0afe5db62123d161f87f10c066e62b /nixos/modules/services/databases
parentd60f02b75353fd3a3c0537d04b9e0cd50a5ffb4c (diff)
downloadnixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.gz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.bz2
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.lz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.xz
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.zst
nixpkgs-22144ba269f0dc9e7babe3d3720bfb5cc5330755.zip
nixos/manual: normalize <package> -> <literal>
markdown can only do <literal>, so normalize to that. without
auto-linking to a package index the distinction is not very useful anyway.
Diffstat (limited to 'nixos/modules/services/databases')
-rw-r--r--nixos/modules/services/databases/postgresql.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.xml b/nixos/modules/services/databases/postgresql.xml
index fc91e0dc4c0..6199684f1a3 100644
--- a/nixos/modules/services/databases/postgresql.xml
+++ b/nixos/modules/services/databases/postgresql.xml
@@ -54,7 +54,7 @@ services.postgresql.dataDir = "/data/postgresql";
 
   <note>
    <para>
-    The steps below demonstrate how to upgrade from an older version to <package>pkgs.postgresql_13</package>.
+    The steps below demonstrate how to upgrade from an older version to <literal>pkgs.postgresql_13</literal>.
     These instructions are also applicable to other versions.
    </para>
   </note>