about summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-03 01:57:59 +0200
committerpennae <github@quasiparticle.net>2022-08-03 21:08:58 +0200
commit9c8531c8a50936ec65bc0471748237e310ec0c9a (patch)
tree42002a43d80313fc5f854440c906ff1d9c4049ad /nixos/modules/security
parent16102dce2fbad670bd47dd75c860a8daa5fe47ad (diff)
nixos/*: replace <replaceable>s with «thing»
we can't embed syntactic annotations of this kind in markdown code
blocks without yet another extension. replaceable is rare enough to make
this not much worth it, so we'll go with «thing» instead. the module
system already uses this format for its placeholder names in attrsOf
paths.
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 720936e68d72a..b3fce7e83aff6 100644
--- a/nixos/modules/security/dhparams.nix
+++ b/nixos/modules/security/dhparams.nix
@@ -61,7 +61,7 @@ in {
 
           The value is the size (in bits) of the DH params to generate. The
           generated DH params path can be found in
-          <literal>config.security.dhparams.params.<replaceable>name</replaceable>.path</literal>.
+          <literal>config.security.dhparams.params.«name».path</literal>.
 
           <note><para>The name of the DH params is taken as being the name of
           the service it serves and the params will be generated before the