aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysklogd/syslogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 0ea557a6c..a119bdeae 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -33,7 +33,7 @@
33//config: depends on SYSLOGD 33//config: depends on SYSLOGD
34//config: help 34//config: help
35//config: This enables syslogd to rotate the message files 35//config: This enables syslogd to rotate the message files
36//config: on his own. No need to use an external rotatescript. 36//config: on his own. No need to use an external rotate script.
37//config: 37//config:
38//config:config FEATURE_REMOTE_LOG 38//config:config FEATURE_REMOTE_LOG
39//config: bool "Remote Log support" 39//config: bool "Remote Log support"
@@ -133,7 +133,7 @@
133//usage: IF_FEATURE_KMSG_SYSLOG( 133//usage: IF_FEATURE_KMSG_SYSLOG(
134//usage: "\n -K Log to kernel printk buffer (use dmesg to read it)" 134//usage: "\n -K Log to kernel printk buffer (use dmesg to read it)"
135//usage: ) 135//usage: )
136//usage: "\n -O FILE Log to FILE (default:/var/log/messages, stdout if -)" 136//usage: "\n -O FILE Log to FILE (default: /var/log/messages, stdout if -)"
137//usage: IF_FEATURE_ROTATE_LOGFILE( 137//usage: IF_FEATURE_ROTATE_LOGFILE(
138//usage: "\n -s SIZE Max size (KB) before rotation (default:200KB, 0=off)" 138//usage: "\n -s SIZE Max size (KB) before rotation (default:200KB, 0=off)"
139//usage: "\n -b N N rotated logs to keep (default:1, max=99, 0=purge)" 139//usage: "\n -b N N rotated logs to keep (default:1, max=99, 0=purge)"