summaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /sysklogd/logread.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
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 'sysklogd/logread.c')
-rw-r--r--sysklogd/logread.c18
1 files changed, 9 insertions, 9 deletions
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))