about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 13:08:40 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:27:25 +0200
commit7d102d113abd84dd29bed71cd589f1c68a7f7f3d (patch)
treebbf4f554e776a8620007cdec85b069a2af78692c /nixos/modules/services/hardware
parent0cfcb5908cc7164236f78cd21e02cc168dd028ac (diff)
nixos/*: convert multiline inline code to listings
presumably it was not intended to have these blocks rendered inline, and
markdown conversion would be messy as well.
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/lcd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/hardware/lcd.nix b/nixos/modules/services/hardware/lcd.nix
index c817225c1f210..7eb5f58d9fbbb 100644
--- a/nixos/modules/services/hardware/lcd.nix
+++ b/nixos/modules/services/hardware/lcd.nix
@@ -72,9 +72,9 @@ in with lib; {
             values, you can run the <command>lsusb</command> command. Example
             output:
 
-            <literal>
+            <programlisting>
             Bus 005 Device 002: ID 0403:c630 Future Technology Devices International, Ltd lcd2usb interface
-            </literal>
+            </programlisting>
 
             In this case the vendor id is 0403 and the product id is c630.
           '';