]> err.no Git - util-linux/commitdiff
swapon: better text for "discard", note about swapon in fstab.5
authorKarel Zak <kzak@redhat.com>
Wed, 10 Nov 2010 10:48:30 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Nov 2010 10:48:30 +0000 (11:48 +0100)
Suggested by Hugh Dickins. Thanks.

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/fstab.5
mount/swapon.8

index 99557194e86c4b11d5499aa7f9102f21857e751e..cd5cf5583beef82f5665205bde3dd05f9560a2b6 100644 (file)
@@ -176,8 +176,11 @@ This field describes the mount options associated with the filesystem.
 
 It is formatted as a comma separated list of options.  It contains at least
 the type of mount plus any additional options appropriate to the filesystem
-type. For documentation on the available options, see
+type. For documentation on the available mount options, see
 .BR mount (8).
+For documentation on the available swap options, see
+.BR swapon (8).
+
 Basic file system independent options are:
 .TP
 .B defaults
index e35c6e5f5ac348b0de478aeea40c82eb882ef30f..1fe62987a088ae11127a440c40cda42d987a819e 100644 (file)
@@ -113,14 +113,14 @@ are made available, except for those with the ``noauto'' option.
 Devices that are already being used as swap are silently skipped.
 .TP
 .B "\-d, \-\-discard"
-Swapping will discard clusters of swap pages in between freeing them
-and re-writing to them, if the swap device supports that.
+Discard freed swap pages before they are reused, if the swap
+device supports the discard or trim operation.  This may improve
+performance on some Solid State Devices, but often it does not.
 The
 .I /etc/fstab
 mount option
 .BI discard
 may be also used to enable discard flag.
-
 .TP
 .B "\-e, \-\-ifexists"
 Silently skip devices that do not exist.