diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-07 21:19:49 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-07 21:19:49 +0000 |
commit | 049b7065910b30246ec728c5781d92ea9fbf38aa (patch) | |
tree | 84f3ed3dc4419b764b4861b6c96cecd1715a92da | |
parent | da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37 (diff) | |
download | busybox-049b7065910b30246ec728c5781d92ea9fbf38aa.tar.gz |
My pod2man (perl-5.00503) complains if there is no newline after "Options:"
-rw-r--r-- | docs/busybox.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index c792444b1..ff054086e 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -1530,6 +1530,7 @@ Linux system and kernel (provides klogd) logging utility. Note that this version of syslogd/klogd ignores /etc/syslog.conf. Options: + -m NUM Interval between MARK lines (default=20min, 0=off) -n Run as a foreground process -K Do not start up the klogd process @@ -1948,4 +1949,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.38 2000/06/07 21:08:25 proski Exp $ +# $Id: busybox.pod,v 1.39 2000/06/07 21:19:49 proski Exp $ |