From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- util-linux/mkswap.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'util-linux/mkswap.c') diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index deb911485..e44e13c0d 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c @@ -9,21 +9,21 @@ //config: bool "mkswap (5.8 kb)" //config: default y //config: help -//config: The mkswap utility is used to configure a file or disk partition as -//config: Linux swap space. This allows Linux to use the entire file or -//config: partition as if it were additional RAM, which can greatly increase -//config: the capability of low-memory machines. This additional memory is -//config: much slower than real RAM, but can be very helpful at preventing your -//config: applications being killed by the Linux out of memory (OOM) killer. -//config: Once you have created swap space using 'mkswap' you need to enable -//config: the swap space using the 'swapon' utility. +//config: The mkswap utility is used to configure a file or disk partition as +//config: Linux swap space. This allows Linux to use the entire file or +//config: partition as if it were additional RAM, which can greatly increase +//config: the capability of low-memory machines. This additional memory is +//config: much slower than real RAM, but can be very helpful at preventing your +//config: applications being killed by the Linux out of memory (OOM) killer. +//config: Once you have created swap space using 'mkswap' you need to enable +//config: the swap space using the 'swapon' utility. //config: //config:config FEATURE_MKSWAP_UUID //config: bool "UUID support" //config: default y //config: depends on MKSWAP //config: help -//config: Generate swap spaces with universally unique identifiers. +//config: Generate swap spaces with universally unique identifiers. //applet:IF_MKSWAP(APPLET(mkswap, BB_DIR_SBIN, BB_SUID_DROP)) -- cgit v1.2.3