From f52eed867ae8cfed6ef31cc849efb69026a51391 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 4 May 2020 11:44:03 +0200 Subject: [PATCH] docs: add swap to 1st fstab field Addresses: https://github.com/karelzak/util-linux/issues/1027 Signed-off-by: Karel Zak --- sys-utils/fstab.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/fstab.5 b/sys-utils/fstab.5 index 94235b2ae9..9bb5f49f90 100644 --- a/sys-utils/fstab.5 +++ b/sys-utils/fstab.5 @@ -68,8 +68,8 @@ LABEL=t-home2 /home ext4 defaults,auto_da_alloc 0 2 .B The first field .RI ( fs_spec ). .RS -This field describes the block special device or -remote filesystem to be mounted. +This field describes the block special device, remote filesystem or filesystem +image for loop device to be mounted or swap file or swap partition to be enabled. .LP For ordinary mounts, it will hold (a link to) a block special device node (as created by -- 2.47.3