aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
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 @@
14//WRONG: it should be compilable without SYSLOG=y: 14//WRONG: it should be compilable without SYSLOG=y:
15//WRONG: depends on FEATURE_IPC_SYSLOG 15//WRONG: depends on FEATURE_IPC_SYSLOG
16//config: help 16//config: help
17//config: If you enabled Circular Buffer support, you almost 17//config: If you enabled Circular Buffer support, you almost
18//config: certainly want to enable this feature as well. This 18//config: certainly want to enable this feature as well. This
19//config: utility will allow you to read the messages that are 19//config: utility will allow you to read the messages that are
20//config: stored in the syslogd circular buffer. 20//config: stored in the syslogd circular buffer.
21//config: 21//config:
22//config:config FEATURE_LOGREAD_REDUCED_LOCKING 22//config:config FEATURE_LOGREAD_REDUCED_LOCKING
23//config: bool "Double buffering" 23//config: bool "Double buffering"
24//config: default y 24//config: default y
25//config: depends on LOGREAD 25//config: depends on LOGREAD
26//config: help 26//config: help
27//config: 'logread' output to slow serial terminals can have 27//config: 'logread' output to slow serial terminals can have
28//config: side effects on syslog because of the semaphore. 28//config: side effects on syslog because of the semaphore.
29//config: This option make logread to double buffer copy 29//config: This option make logread to double buffer copy
30//config: from circular buffer, minimizing semaphore 30//config: from circular buffer, minimizing semaphore
31//config: contention at some minor memory expense. 31//config: contention at some minor memory expense.
32//config: 32//config:
33 33
34//applet:IF_LOGREAD(APPLET(logread, BB_DIR_SBIN, BB_SUID_DROP)) 34//applet:IF_LOGREAD(APPLET(logread, BB_DIR_SBIN, BB_SUID_DROP))