summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorKarel Zak2019-01-21 17:01:25 +0100
committerKarel Zak2019-01-21 17:01:25 +0100
commit77983e4a21588eb75515b307aed0c4c2f67afb79 (patch)
tree5e8116ae39afc7239c3a238a7a36f6bf0a0e145b /disk-utils
parentswapon: (man) cleanup note about holes (diff)
downloadkernel-qcow2-util-linux-77983e4a21588eb75515b307aed0c4c2f67afb79.tar.gz
kernel-qcow2-util-linux-77983e4a21588eb75515b307aed0c4c2f67afb79.tar.xz
kernel-qcow2-util-linux-77983e4a21588eb75515b307aed0c4c2f67afb79.zip
swapon: (man) iomap for swapfile is already supported by kernel
... since commit 67482129cdabf7cede1301d2415ef4f0156d35cd (Linus' tree). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/mkswap.82
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/mkswap.8 b/disk-utils/mkswap.8
index bdc631491..7b6a02746 100644
--- a/disk-utils/mkswap.8
+++ b/disk-utils/mkswap.8
@@ -137,7 +137,7 @@ without the assistance of the filesystem. This is a problem on files with holes
or another commands), or on files on copy-on-write filesystems like
.BR btrfs .
In some cases preallocated files (e.g. fallocate(1) on XFS) maybe interpreted
-by kernel as files with holes too. The most portable solution is to use
+by old kernel versions as files with holes too. The most portable solution is to use
.BR dd (1)
and /dev/zero in these cases.
.sp