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/hwclock.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/hwclock.c')
-rw-r--r-- | util-linux/hwclock.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index c2721dbac..5df56de15 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -11,10 +11,10 @@ | |||
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: The hwclock utility is used to read and set the hardware clock | 14 | //config: The hwclock utility is used to read and set the hardware clock |
15 | //config: on a system. This is primarily used to set the current time on | 15 | //config: on a system. This is primarily used to set the current time on |
16 | //config: shutdown in the hardware clock, so the hardware will keep the | 16 | //config: shutdown in the hardware clock, so the hardware will keep the |
17 | //config: correct time when Linux is _not_ running. | 17 | //config: correct time when Linux is _not_ running. |
18 | //config: | 18 | //config: |
19 | //config:config FEATURE_HWCLOCK_LONG_OPTIONS | 19 | //config:config FEATURE_HWCLOCK_LONG_OPTIONS |
20 | //config: bool "Support long options (--hctosys,...)" | 20 | //config: bool "Support long options (--hctosys,...)" |
@@ -26,12 +26,12 @@ | |||
26 | //config: default n # util-linux-ng in Fedora 13 still uses /etc/adjtime | 26 | //config: default n # util-linux-ng in Fedora 13 still uses /etc/adjtime |
27 | //config: depends on HWCLOCK | 27 | //config: depends on HWCLOCK |
28 | //config: help | 28 | //config: help |
29 | //config: Starting with FHS 2.3, the adjtime state file is supposed to exist | 29 | //config: Starting with FHS 2.3, the adjtime state file is supposed to exist |
30 | //config: at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish | 30 | //config: at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish |
31 | //config: to use the FHS behavior, answer Y here, otherwise answer N for the | 31 | //config: to use the FHS behavior, answer Y here, otherwise answer N for the |
32 | //config: classic /etc/adjtime path. | 32 | //config: classic /etc/adjtime path. |
33 | //config: | 33 | //config: |
34 | //config: pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO | 34 | //config: pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO |
35 | 35 | ||
36 | //applet:IF_HWCLOCK(APPLET(hwclock, BB_DIR_SBIN, BB_SUID_DROP)) | 36 | //applet:IF_HWCLOCK(APPLET(hwclock, BB_DIR_SBIN, BB_SUID_DROP)) |
37 | 37 | ||