diff options
author | Karel Zak | 2009-03-05 20:17:19 +0100 |
---|---|---|
committer | Karel Zak | 2009-03-05 20:17:19 +0100 |
commit | 324a8c4ce753fcd27f783c690cf65d5a328bad12 (patch) | |
tree | fe5b7d61d6157af62b5947a34fc26ec0e4afa63c /mount | |
parent | lib: fix fsprobe wrapper (const char * is nonsense) (diff) | |
download | kernel-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')
-rw-r--r-- | mount/swapon.8 | 4 |
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 |