]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Use "defer" in docs instead of "skip"
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 15 Dec 2022 14:27:08 +0000 (14:27 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Dec 2022 14:45:00 +0000 (15:45 +0100)
man/systemd-repart.xml

index 657caad43238e7447346bccdcb659f2e39e73796..be7abdbcd688dc286fdc37639c0503b6128b6d4b 100644 (file)
       <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>