1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-02 13:47:27 +03:00

man: fix example for systemd.swap-extra

This commit is contained in:
Laszlo Gombos 2023-10-10 09:45:20 -04:00 committed by Lennart Poettering
parent 66cd3537f9
commit 63947fede8

View File

@ -291,7 +291,7 @@ systemd.mount-extra=/dev/sda1:/mount-point:ext4:rw,noatime</programlisting>
<varname>systemd.swap-extra=</varname> is honored by both the main system and the initrd.</para>
<para>Example:
<programlisting>
systemd.swap=/dev/sda2:x-systemd.makefs</programlisting>
systemd.swap-extra=/dev/sda2:x-systemd.makefs</programlisting>
</para>
<xi:include href="version-info.xml" xpointer="v254"/>