aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r--util-linux/swaponoff.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index dc8dd9df6..bda0687d6 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -11,27 +11,27 @@
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
14//config: Once you have created some swap space using 'mkswap', you also need 14//config: Once you have created some swap space using 'mkswap', you also need
15//config: to enable your swap space with the 'swapon' utility. The 'swapoff' 15//config: to enable your swap space with the 'swapon' utility. The 'swapoff'
16//config: utility is used, typically at system shutdown, to disable any swap 16//config: utility is used, typically at system shutdown, to disable any swap
17//config: space. If you are not using any swap space, you can leave this 17//config: space. If you are not using any swap space, you can leave this
18//config: option disabled. 18//config: option disabled.
19//config: 19//config:
20//config:config FEATURE_SWAPON_DISCARD 20//config:config FEATURE_SWAPON_DISCARD
21//config: bool "Support discard option -d" 21//config: bool "Support discard option -d"
22//config: default y 22//config: default y
23//config: depends on SWAPON 23//config: depends on SWAPON
24//config: help 24//config: help
25//config: Enable support for discarding swap area blocks at swapon and/or as 25//config: Enable support for discarding swap area blocks at swapon and/or as
26//config: the kernel frees them. This option enables both the -d option on 26//config: the kernel frees them. This option enables both the -d option on
27//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab. 27//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab.
28//config: 28//config:
29//config:config FEATURE_SWAPON_PRI 29//config:config FEATURE_SWAPON_PRI
30//config: bool "Support priority option -p" 30//config: bool "Support priority option -p"
31//config: default y 31//config: default y
32//config: depends on SWAPON 32//config: depends on SWAPON
33//config: help 33//config: help
34//config: Enable support for setting swap device priority in swapon. 34//config: Enable support for setting swap device priority in swapon.
35//config: 35//config:
36//config:config SWAPOFF 36//config:config SWAPOFF
37//config: bool "swapoff (4.3 kb)" 37//config: bool "swapoff (4.3 kb)"