From d4a5e255c479647d172c9d7d7f61049277b7c0b9 Mon Sep 17 00:00:00 2001
From: Eric Andersen
Date: Fri, 19 Dec 2003 11:32:14 +0000
Subject: Patch from Fillod Stephane:
You will find in the attached file "syslog.patch" a patch which adds
config options to set at compile time the size of the circular buffer,
and some documentation update.
---
docs/busybox.sgml | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 1d2e926..ac400c7 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -1976,6 +1976,38 @@
+
+ logread
+
+
+ Usage: logread [OPTION]...
+
+
+
+ Shows the messages from syslogd (using circular buffer).
+
+
+
+ Options:
+
+
+
+
+ -f Output data as the log grows.
+
+
+
+
+ Example:
+
+
+
+
+ $ logread
+
+
+
+
ls
@@ -3110,7 +3142,7 @@
-O FILE Use an alternate log file (default=/var/log/messages)
-R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
-L Log locally as well as network logging (default is network only)
- -C Log to a circular buffer. Read this buffer using 'logread'
+ -C [size(KiB)] Log to a circular buffer. Read this buffer using 'logread'
--
cgit v1.1