config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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)"
|
||||
|
Reference in New Issue
Block a user