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/hwclock.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'util-linux/hwclock.c') 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 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: The hwclock utility is used to read and set the hardware clock -//config: on a system. This is primarily used to set the current time on -//config: shutdown in the hardware clock, so the hardware will keep the -//config: correct time when Linux is _not_ running. +//config: The hwclock utility is used to read and set the hardware clock +//config: on a system. This is primarily used to set the current time on +//config: shutdown in the hardware clock, so the hardware will keep the +//config: correct time when Linux is _not_ running. //config: //config:config FEATURE_HWCLOCK_LONG_OPTIONS //config: bool "Support long options (--hctosys,...)" @@ -26,12 +26,12 @@ //config: default n # util-linux-ng in Fedora 13 still uses /etc/adjtime //config: depends on HWCLOCK //config: help -//config: Starting with FHS 2.3, the adjtime state file is supposed to exist -//config: at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish -//config: to use the FHS behavior, answer Y here, otherwise answer N for the -//config: classic /etc/adjtime path. +//config: Starting with FHS 2.3, the adjtime state file is supposed to exist +//config: at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish +//config: to use the FHS behavior, answer Y here, otherwise answer N for the +//config: classic /etc/adjtime path. //config: -//config: pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO +//config: pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO //applet:IF_HWCLOCK(APPLET(hwclock, BB_DIR_SBIN, BB_SUID_DROP)) -- cgit v1.2.3