[BusyBox-cvs] busybox/docs busybox.sgml,1.50,1.51

Erik Andersen andersen at busybox.net
Fri Dec 19 11:32:15 UTC 2003


Update of /var/cvs/busybox/docs
In directory nail:/tmp/cvs-serv21625/docs

Modified Files:
	busybox.sgml 
Log Message:
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.



Index: busybox.sgml
===================================================================
RCS file: /var/cvs/busybox/docs/busybox.sgml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- busybox.sgml	28 Jul 2003 10:13:03 -0000	1.50
+++ busybox.sgml	19 Dec 2003 11:32:13 -0000	1.51
@@ -1976,6 +1976,38 @@
 		</para>
 	</sect1>
 
+	<sect1 id="logread">
+	    <title>logread</title>
+
+		<para>
+		Usage: logread [OPTION]...
+		</para>
+
+		<para>
+		Shows the messages from syslogd (using circular buffer).
+		</para>
+
+		<para>
+		Options:
+		</para>
+
+		<para>
+		<screen>
+			-f	Output data as the log grows.
+		</screen>
+		</para>
+
+		<para>
+		Example:
+		</para>
+
+		<para>
+		<screen>
+			$ logread
+		</screen>
+		</para>
+	</sect1>
+
 	<sect1 id="ls">
 	    <title>ls</title>
 
@@ -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'
 		</screen>
 		</para>
 




More information about the busybox-cvs mailing list