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 --- sysklogd/logread.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sysklogd/logread.c') diff --git a/sysklogd/logread.c b/sysklogd/logread.c index dd4c7cb6d..da552e087 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -14,21 +14,21 @@ //WRONG: it should be compilable without SYSLOG=y: //WRONG: depends on FEATURE_IPC_SYSLOG //config: help -//config: If you enabled Circular Buffer support, you almost -//config: certainly want to enable this feature as well. This -//config: utility will allow you to read the messages that are -//config: stored in the syslogd circular buffer. +//config: If you enabled Circular Buffer support, you almost +//config: certainly want to enable this feature as well. This +//config: utility will allow you to read the messages that are +//config: stored in the syslogd circular buffer. //config: //config:config FEATURE_LOGREAD_REDUCED_LOCKING //config: bool "Double buffering" //config: default y //config: depends on LOGREAD //config: help -//config: 'logread' output to slow serial terminals can have -//config: side effects on syslog because of the semaphore. -//config: This option make logread to double buffer copy -//config: from circular buffer, minimizing semaphore -//config: contention at some minor memory expense. +//config: 'logread' output to slow serial terminals can have +//config: side effects on syslog because of the semaphore. +//config: This option make logread to double buffer copy +//config: from circular buffer, minimizing semaphore +//config: contention at some minor memory expense. //config: //applet:IF_LOGREAD(APPLET(logread, BB_DIR_SBIN, BB_SUID_DROP)) -- cgit v1.2.3