diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /util-linux/mkswap.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
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>
Diffstat (limited to 'util-linux/mkswap.c')
-rw-r--r-- | util-linux/mkswap.c | 18 |
1 files changed, 9 insertions, 9 deletions
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 @@ | |||
9 | //config: bool "mkswap (5.8 kb)" | 9 | //config: bool "mkswap (5.8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: The mkswap utility is used to configure a file or disk partition as | 12 | //config: The mkswap utility is used to configure a file or disk partition as |
13 | //config: Linux swap space. This allows Linux to use the entire file or | 13 | //config: Linux swap space. This allows Linux to use the entire file or |
14 | //config: partition as if it were additional RAM, which can greatly increase | 14 | //config: partition as if it were additional RAM, which can greatly increase |
15 | //config: the capability of low-memory machines. This additional memory is | 15 | //config: the capability of low-memory machines. This additional memory is |
16 | //config: much slower than real RAM, but can be very helpful at preventing your | 16 | //config: much slower than real RAM, but can be very helpful at preventing your |
17 | //config: applications being killed by the Linux out of memory (OOM) killer. | 17 | //config: applications being killed by the Linux out of memory (OOM) killer. |
18 | //config: Once you have created swap space using 'mkswap' you need to enable | 18 | //config: Once you have created swap space using 'mkswap' you need to enable |
19 | //config: the swap space using the 'swapon' utility. | 19 | //config: the swap space using the 'swapon' utility. |
20 | //config: | 20 | //config: |
21 | //config:config FEATURE_MKSWAP_UUID | 21 | //config:config FEATURE_MKSWAP_UUID |
22 | //config: bool "UUID support" | 22 | //config: bool "UUID support" |
23 | //config: default y | 23 | //config: default y |
24 | //config: depends on MKSWAP | 24 | //config: depends on MKSWAP |
25 | //config: help | 25 | //config: help |
26 | //config: Generate swap spaces with universally unique identifiers. | 26 | //config: Generate swap spaces with universally unique identifiers. |
27 | 27 | ||
28 | //applet:IF_MKSWAP(APPLET(mkswap, BB_DIR_SBIN, BB_SUID_DROP)) | 28 | //applet:IF_MKSWAP(APPLET(mkswap, BB_DIR_SBIN, BB_SUID_DROP)) |
29 | 29 | ||