summaryrefslogtreecommitdiff
path: root/man/systemd-repart.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-12-15 14:27:08 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-12-15 15:45:00 +0100
commit84a4d23f52d2979b7f8972cdef1b0ffa21c2da63 (patch)
treeef4b0f9d91af1d476923980ea9a6305f9b0b41d5 /man/systemd-repart.xml
parent4895bacccb1bf607ecfd341027399c6f924bdf07 (diff)
downloadsystemd-84a4d23f52d2979b7f8972cdef1b0ffa21c2da63.tar.gz
repart: Use "defer" in docs instead of "skip"
Diffstat (limited to 'man/systemd-repart.xml')
-rw-r--r--man/systemd-repart.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml
index 657caad432..be7abdbcd6 100644
--- a/man/systemd-repart.xml
+++ b/man/systemd-repart.xml
@@ -379,11 +379,11 @@
<varlistentry>
<term><option>--defer-partitions=</option><arg rep="repeat">PARTITION</arg></term>
- <listitem><para>This option specifies which partition types <command>systemd-repart</command> should
- skip. All partitions that are skipped using this option are still taken into account when calculating
- the sizes and offsets of other partitions, but aren't actually written to the disk image. The net
- effect of this option is that if you run <command>systemd-repart</command> again without these
- options, the missing partitions will be added as if they had not been skipped the first time
+ <listitem><para>This option specifies for which partition types <command>systemd-repart</command>
+ should defer. All partitions that are deferred using this option are still taken into account when
+ calculating the sizes and offsets of other partitions, but aren't actually written to the disk image.
+ The net effect of this option is that if you run <command>systemd-repart</command> again without
+ these options, the missing partitions will be added as if they had not been deferred the first time
<command>systemd-repart</command> was executed.</para></listitem>
</varlistentry>