about summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-13 05:15:06 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd (patch)
tree8e0cdaade6441c345eb239614699dc145d0226c3 /nixos/modules/security
parent1ab9224ebe9bc8fd732ff305b7c6c0e07dd9acb0 (diff)
nixos/*: normalize <package> to <literal>
this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/dhparams.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix
index b3fce7e83aff6..93c9066dc95c2 100644
--- a/nixos/modules/security/dhparams.nix
+++ b/nixos/modules/security/dhparams.nix
@@ -94,7 +94,7 @@ in {
 
           <note><para>If this is <literal>false</literal> the resulting store
           path will be non-deterministic and will be rebuilt every time the
-          <package>openssl</package> package changes.</para></note>
+          <literal>openssl</literal> package changes.</para></note>
         '';
       };