]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/repart: use <varname> instead of <variable>
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 18 Sep 2024 13:02:53 +0000 (15:02 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 18 Sep 2024 14:03:56 +0000 (16:03 +0200)
Otherwise, `<variable>$BOOT</variable>` is rendered:

```
[2548/2992] Generating man/repart.d.5 with a custom command
Element variable in namespace '' encountered in para, but no template matches.
Element variable in namespace '' encountered in para, but no template matches.
```

man/repart.d.xml

index 8cd2149121f952f84765adfe90ade8b0569612dd..857ee79d91a62936574596081271a39b37319c03 100644 (file)
         target for some other supplement definition. A target cannot have more than one supplement partition
         associated with it.</para>
 
-        <para>For example, distributions can use this to implement <variable>$BOOT</variable> as defined in
+        <para>For example, distributions can use this to implement <varname>$BOOT</varname> as defined in
         the <ulink url="https://uapi-group.org/specifications/specs/boot_loader_specification/">Boot Loader
-        Specification</ulink>. Distributions may prefer to use the ESP as <variable>$BOOT</variable> whenever
+        Specification</ulink>. Distributions may prefer to use the ESP as <varname>$BOOT</varname> whenever
         possible, but to adhere to the spec XBOOTLDR must sometimes be used instead. So, they should create
         two definitions: the first defining an ESP big enough to hold just the bootloader, and a second for
         the XBOOTLDR that's sufficiently large to hold kernels and configured as a supplement for the ESP.