syslogd: minor tweaks to text
authorMike Frysinger <vapier@gentoo.org>
Mon, 4 Apr 2016 05:28:32 +0000 (01:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 4 Apr 2016 05:28:32 +0000 (01:28 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sysklogd/syslogd.c

index 0ea557a6c6b57e5544baf8cdd7baa667c052f0d3..a119bdeaeda52eec41903a033d2214b4458a1d7c 100644 (file)
@@ -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"
 //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)"