]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/repart: use <filename> and add missing <para>
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Aug 2023 11:43:42 +0000 (13:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Aug 2023 13:45:24 +0000 (15:45 +0200)
man/repart.d.xml

index 411070bdc4dbdabe0aaf8dfc7c0fee3b258766ce..ac72d0e8456c6e7973d5c97b0ee23933edeebbfd 100644 (file)
@@ -83,8 +83,9 @@
         <constant>ppc64-le</constant>, <constant>riscv32</constant>, <constant>riscv64</constant>,
         <constant>s390</constant>, <constant>s390x</constant>, <constant>tilegx</constant>,
         <constant>x86</constant> (32-bit, aka i386) and <constant>x86-64</constant> (64-bit, aka amd64).
+        </para>
 
-        The supported identifiers are:</para>
+        <para>The supported identifiers are:</para>
 
         <table>
           <title>GPT partition type identifiers</title>
     <example>
       <title>Grow the root partition to the full disk size at first boot</title>
 
-      <para>With the following file the root partition is automatically grown to the full disk if possible during boot.</para>
+      <para>With the following file the root partition is automatically grown to the full disk if possible
+      during boot.</para>
 
       <para><programlisting># /usr/lib/repart.d/50-root.conf
 [Partition]
@@ -833,8 +835,9 @@ SizeMaxBytes=64M
      <example>
       <title>Create a data partition and corresponding verity partitions from a OS tree</title>
 
-      <para>Assuming we have an OS tree at /var/tmp/os-tree that we want to package in a root partition
-      together with matching verity partitions, we can do so as follows:</para>
+      <para>Assuming we have an OS tree at <filename index='false'>/var/tmp/os-tree</filename> that we want
+      to package in a root partition together with matching verity partitions, we can do so as follows:
+      </para>
 
       <para><programlisting># 50-root.conf
 [Partition]