summaryrefslogtreecommitdiffstats
path: root/mount/swapon.8
diff options
context:
space:
mode:
authorKarel Zak2009-03-05 20:17:19 +0100
committerKarel Zak2009-03-05 20:17:19 +0100
commit324a8c4ce753fcd27f783c690cf65d5a328bad12 (patch)
treefe5b7d61d6157af62b5947a34fc26ec0e4afa63c /mount/swapon.8
parentlib: fix fsprobe wrapper (const char * is nonsense) (diff)
downloadkernel-qcow2-util-linux-324a8c4ce753fcd27f783c690cf65d5a328bad12.tar.gz
kernel-qcow2-util-linux-324a8c4ce753fcd27f783c690cf65d5a328bad12.tar.xz
kernel-qcow2-util-linux-324a8c4ce753fcd27f783c690cf65d5a328bad12.zip
swapon: fix wording in man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/swapon.8')
-rw-r--r--mount/swapon.84
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/swapon.8 b/mount/swapon.8
index 66adc8724..5902133a5 100644
--- a/mount/swapon.8
+++ b/mount/swapon.8
@@ -119,8 +119,8 @@ Devices that are already being used as swap are silently skipped.
Silently skip devices that do not exist.
.TP
.B "\-f, \-\-fixpgsz"
-Reinitialize (exec /sbin/mkswap) the swap space when the page size mismatch between
-the current running kernel and swap space is detected. Note that in such a case
+Reinitialize (exec /sbin/mkswap) the swap space if its page size does not
+match that of the the current running kernel.
.B mkswap(2)
initializes the whole device and does not check for bad blocks.
.TP