summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-08-24 13:43:42 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-08-24 15:45:24 +0200
commit6d9829e724c78c8aac2e05d708115c06013705bf (patch)
tree0de85c9c93c6a0c84e0d76ec1a9d7444db4f4673 /man
parentMerge pull request #28918 from yuwata/network-dhcp-custom-duid (diff)
downloadsystemd-6d9829e724c78c8aac2e05d708115c06013705bf.tar.xz
systemd-6d9829e724c78c8aac2e05d708115c06013705bf.zip
man/repart: use <filename> and add missing <para>
Diffstat (limited to 'man')
-rw-r--r--man/repart.d.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml
index 411070bdc4..ac72d0e845 100644
--- a/man/repart.d.xml
+++ b/man/repart.d.xml
@@ -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>
@@ -767,7 +768,8 @@
<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]