From 63947fede8f2cf3cf22a4fe96832ea6f20c5df19 Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Tue, 10 Oct 2023 09:45:20 -0400 Subject: [PATCH] man: fix example for systemd.swap-extra --- man/systemd-fstab-generator.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index d411f03e7b5..d767f387d16 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -291,7 +291,7 @@ systemd.mount-extra=/dev/sda1:/mount-point:ext4:rw,noatime systemd.swap-extra= is honored by both the main system and the initrd. Example: -systemd.swap=/dev/sda2:x-systemd.makefs +systemd.swap-extra=/dev/sda2:x-systemd.makefs -- 2.47.3