Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2000-06-08 01:08:25 +0400
committerPavel Roskin <proski@gnu.org>2000-06-08 01:08:25 +0400
commitda10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37 (patch)
treeaecf83ac0c40ee2d7d14df0008fed0e2c6a18a70 /docs
parent0024abcbbc633f4493b97c4b344ed636ea176f3c (diff)
Syslogd will not go to background if "-n" is given. Better help
and argument checking
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 7a04b8f10..c792444b1 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1530,11 +1530,10 @@ Linux system and kernel (provides klogd) logging utility.
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 @@ Enrique Zanardi <ezanardi@ull.es>
=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 $