summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>2024-09-18 15:02:53 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-09-18 16:03:56 +0200
commitbf39626d610628771dee20fb4322d2fc400a46be (patch)
tree6f985e2abcc060a511aa62e15d3f1149eb2e6c21
parenthwdb: Add accel orientation quirk for the IdeaPad Duet 3 10IGL5-LTE (diff)
downloadsystemd-bf39626d610628771dee20fb4322d2fc400a46be.tar.xz
systemd-bf39626d610628771dee20fb4322d2fc400a46be.zip
man/repart: use <varname> instead of <variable>
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. ```
-rw-r--r--man/repart.d.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml
index 8cd2149121..857ee79d91 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -922,9 +922,9 @@
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.