Syslogd will not go to background if "-n" is given. Better help
and argument checking
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 7a04b8f..c792444 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1530,11 +1530,10 @@
 Note that this version of syslogd/klogd ignores /etc/syslog.conf.
 
 Options:
-
-        -m      Change the mark timestamp interval. default=20min. 0=off
-        -n      Do not fork into the background (for when run by init)
-        -K      Do not start up the klogd process (by default syslogd spawns klogd).
-        -O      Specify an alternate log file.  default=/var/log/messages
+	-m NUM		Interval between MARK lines (default=20min, 0=off)
+	-n		Run as a foreground process
+	-K		Do not start up the klogd process
+	-O FILE		Use an alternate log file (default=/var/log/messages)
 
 -------------------------------
 
@@ -1949,4 +1948,4 @@
 
 =cut
 
-# $Id: busybox.pod,v 1.37 2000/06/07 20:38:15 proski Exp $
+# $Id: busybox.pod,v 1.38 2000/06/07 21:08:25 proski Exp $