aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-04 01:28:32 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-04 01:28:32 -0400
commitea1b44412a5802f507880ae8b705d58360e387c0 (patch)
tree616ca6b51e3d2338feaa6b28aa39960ba5e66d3a /sysklogd
parentd63d77a7f03eaa49729619a14aa9a12a0e9f95ad (diff)
downloadbusybox-ea1b44412a5802f507880ae8b705d58360e387c0.tar.gz
syslogd: minor tweaks to text
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysklogd')
-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 @@
//config: depends on SYSLOGD
//config: help
//config: This enables syslogd to rotate the message files
-//config: on his own. No need to use an external rotatescript.
+//config: on his own. No need to use an external rotate script.
//config:
//config:config FEATURE_REMOTE_LOG
//config: bool "Remote Log support"
@@ -133,7 +133,7 @@
//usage: IF_FEATURE_KMSG_SYSLOG(
//usage: "\n -K Log to kernel printk buffer (use dmesg to read it)"
//usage: )
-//usage: "\n -O FILE Log to FILE (default:/var/log/messages, stdout if -)"
+//usage: "\n -O FILE Log to FILE (default: /var/log/messages, stdout if -)"
//usage: IF_FEATURE_ROTATE_LOGFILE(
//usage: "\n -s SIZE Max size (KB) before rotation (default:200KB, 0=off)"
//usage: "\n -b N N rotated logs to keep (default:1, max=99, 0=purge)"