about summary refs log tree commit diff
path: root/nixos/modules/services/torrent
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/services/torrent
parent1ab9224ebe9bc8fd732ff305b7c6c0e07dd9acb0 (diff)
downloadnixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar.gz
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar.bz2
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar.lz
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar.xz
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.tar.zst
nixlib-8f8e1015275bc1be12ffe3055ffe5e15f80dd1cd.zip
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/services/torrent')
-rw-r--r--nixos/modules/services/torrent/magnetico.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/torrent/magnetico.nix b/nixos/modules/services/torrent/magnetico.nix
index 11f1c71e3f81..c7255eba0565 100644
--- a/nixos/modules/services/torrent/magnetico.nix
+++ b/nixos/modules/services/torrent/magnetico.nix
@@ -124,8 +124,8 @@ in {
         Usernames must start with a lowercase ([a-z]) ASCII character, might
         contain non-consecutive underscores except at the end, and consists of
         small-case a-z characters and digits 0-9.  The
-        <command>htpasswd</command> tool from the <package>apacheHttpd
-        </package> package may be used to generate the hash: <command>htpasswd
+        <command>htpasswd</command> tool from the <literal>apacheHttpd</literal>
+        package may be used to generate the hash: <command>htpasswd
         -bnBC 12 username password</command>
 
         <warning>
@@ -150,8 +150,8 @@ in {
         start with a lowecase ([a-z]) ASCII character, might contain
         non-consecutive underscores except at the end, and consists of
         small-case a-z characters and digits 0-9.
-        The <command>htpasswd</command> tool from the <package>apacheHttpd
-        </package> package may be used to generate the hash:
+        The <command>htpasswd</command> tool from the <literal>apacheHttpd</literal>
+        package may be used to generate the hash:
         <command>htpasswd -bnBC 12 username password</command>
       '';
     };