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 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Once you have created some swap space using 'mkswap', you also need
-//config: to enable your swap space with the 'swapon' utility. The 'swapoff'
-//config: utility is used, typically at system shutdown, to disable any swap
-//config: space. If you are not using any swap space, you can leave this
-//config: option disabled.
+//config: Once you have created some swap space using 'mkswap', you also need
+//config: to enable your swap space with the 'swapon' utility. The 'swapoff'
+//config: utility is used, typically at system shutdown, to disable any swap
+//config: space. If you are not using any swap space, you can leave this
+//config: option disabled.
//config:
//config:config FEATURE_SWAPON_DISCARD
//config: bool "Support discard option -d"
//config: default y
//config: depends on SWAPON
//config: help
-//config: Enable support for discarding swap area blocks at swapon and/or as
-//config: the kernel frees them. This option enables both the -d option on
-//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab.
+//config: Enable support for discarding swap area blocks at swapon and/or as
+//config: the kernel frees them. This option enables both the -d option on
+//config: 'swapon' and the 'discard' option for swap entries in /etc/fstab.
//config:
//config:config FEATURE_SWAPON_PRI
//config: bool "Support priority option -p"
//config: default y
//config: depends on SWAPON
//config: help
-//config: Enable support for setting swap device priority in swapon.
+//config: Enable support for setting swap device priority in swapon.
//config:
//config:config SWAPOFF
//config: bool "swapoff (4.3 kb)"