about summary refs log tree commit diff
path: root/nixos/modules/programs/kdeconnect.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-02 02:47:05 +0200
committerpennae <github@quasiparticle.net>2022-08-03 21:03:23 +0200
commit16102dce2fbad670bd47dd75c860a8daa5fe47ad (patch)
tree26fa9aed51c066b5145eae0d87f4ba387e3ecd48 /nixos/modules/programs/kdeconnect.nix
parent694d5b19d30bf66687b42fb77f43ea7cd1002a62 (diff)
downloadnixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar.gz
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar.bz2
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar.lz
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar.xz
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.tar.zst
nixlib-16102dce2fbad670bd47dd75c860a8daa5fe47ad.zip
nixos/*: replace <code> in option docs with <literal>
markdown can't represent the difference without another extension and
both the html manual and the manpage render them the same, so keeping the
distinction is not very useful on its own. with the distinction removed
we can automatically convert many options that use <code> tags to markdown.

the manpage remains unchanged, html manual does not render
differently (but class names on code tags do change from "code" to "literal").
Diffstat (limited to 'nixos/modules/programs/kdeconnect.nix')
-rw-r--r--nixos/modules/programs/kdeconnect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/kdeconnect.nix b/nixos/modules/programs/kdeconnect.nix
index aa4302404ad4..1f326c9e9219 100644
--- a/nixos/modules/programs/kdeconnect.nix
+++ b/nixos/modules/programs/kdeconnect.nix
@@ -8,7 +8,7 @@ with lib;
       Note that it will open the TCP and UDP port from
       1714 to 1764 as they are needed for it to function properly.
       You can use the <option>package</option> to use
-      <code>gnomeExtensions.gsconnect</code> as an alternative
+      <literal>gnomeExtensions.gsconnect</literal> as an alternative
       implementation if you use Gnome.
     '';
     package = mkOption {