aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:39:30 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:39:30 +0200
commit61f9d76ec597bc93fa54950632a9cdb54997f0cc (patch)
tree6eb40acd5e843610d63be7377373f23d9d59d008
parentae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (diff)
downloadbusybox-w32-61f9d76ec597bc93fa54950632a9cdb54997f0cc.tar.gz
busybox-w32-61f9d76ec597bc93fa54950632a9cdb54997f0cc.tar.bz2
busybox-w32-61f9d76ec597bc93fa54950632a9cdb54997f0cc.zip
swapon/swapoff: trim config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/swaponoff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index f76db541d..dc8dd9df6 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -11,7 +11,6 @@
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: This option enables the 'swapon' utility.
15//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
16//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'
17//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
@@ -38,8 +37,6 @@
38//config: bool "swapoff (4.3 kb)" 37//config: bool "swapoff (4.3 kb)"
39//config: default y 38//config: default y
40//config: select PLATFORM_LINUX 39//config: select PLATFORM_LINUX
41//config: help
42//config: This option enables the 'swapoff' utility.
43 40
44// APPLET_ODDNAME:name main location suid_type help 41// APPLET_ODDNAME:name main location suid_type help
45//applet:IF_SWAPON( APPLET_ODDNAME(swapon, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapon)) 42//applet:IF_SWAPON( APPLET_ODDNAME(swapon, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapon))