nixos/generic-extlinux-compatible: fix docbook syntax

Changed files
+1 -1
nixos
modules
system
boot
loader
generic-extlinux-compatible
+1 -1
nixos/modules/system/boot/loader/generic-extlinux-compatible/default.nix
···
readOnly = true;
description = ''
Contains the builder command used to populate an image,
-
honoring all options except the -c <path-to-default-configuration>
argument.
Useful to have for sdImage.populateRootCommands
'';
···
readOnly = true;
description = ''
Contains the builder command used to populate an image,
+
honoring all options except the <literal>-c &lt;path-to-default-configuration&gt;</literal>
argument.
Useful to have for sdImage.populateRootCommands
'';