aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/klogd.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/klogd.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-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 'sysklogd/klogd.c')
-rw-r--r--sysklogd/klogd.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index b20d86174..728cc8d38 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -20,11 +20,11 @@
20//config: bool "klogd (5.5 kb)" 20//config: bool "klogd (5.5 kb)"
21//config: default y 21//config: default y
22//config: help 22//config: help
23//config: klogd is a utility which intercepts and logs all 23//config: klogd is a utility which intercepts and logs all
24//config: messages from the Linux kernel and sends the messages 24//config: messages from the Linux kernel and sends the messages
25//config: out to the 'syslogd' utility so they can be logged. If 25//config: out to the 'syslogd' utility so they can be logged. If
26//config: you wish to record the messages produced by the kernel, 26//config: you wish to record the messages produced by the kernel,
27//config: you should enable this option. 27//config: you should enable this option.
28//config: 28//config:
29//config:comment "klogd should not be used together with syslog to kernel printk buffer" 29//config:comment "klogd should not be used together with syslog to kernel printk buffer"
30//config: depends on KLOGD && FEATURE_KMSG_SYSLOG 30//config: depends on KLOGD && FEATURE_KMSG_SYSLOG
@@ -35,16 +35,16 @@
35//config: depends on KLOGD 35//config: depends on KLOGD
36//config: select PLATFORM_LINUX 36//config: select PLATFORM_LINUX
37//config: help 37//config: help
38//config: The klogd applet supports two interfaces for reading 38//config: The klogd applet supports two interfaces for reading
39//config: kernel messages. Linux provides the klogctl() interface 39//config: kernel messages. Linux provides the klogctl() interface
40//config: which allows reading messages from the kernel ring buffer 40//config: which allows reading messages from the kernel ring buffer
41//config: independently from the file system. 41//config: independently from the file system.
42//config: 42//config:
43//config: If you answer 'N' here, klogd will use the more portable 43//config: If you answer 'N' here, klogd will use the more portable
44//config: approach of reading them from /proc or a device node. 44//config: approach of reading them from /proc or a device node.
45//config: However, this method requires the file to be available. 45//config: However, this method requires the file to be available.
46//config: 46//config:
47//config: If in doubt, say 'Y'. 47//config: If in doubt, say 'Y'.
48 48
49//applet:IF_KLOGD(APPLET(klogd, BB_DIR_SBIN, BB_SUID_DROP)) 49//applet:IF_KLOGD(APPLET(klogd, BB_DIR_SBIN, BB_SUID_DROP))
50 50