diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-19 11:32:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-19 11:32:14 +0000 |
commit | 6a660d870211e75ce64be7ce66fa433e419afc84 (patch) | |
tree | 7931e79c7b1cc3c4d8804c39da6dc6cf9fb667ab /docs | |
parent | 5ae5927d26427118c333f2615f79e386d89988e1 (diff) | |
download | busybox-w32-6a660d870211e75ce64be7ce66fa433e419afc84.tar.gz busybox-w32-6a660d870211e75ce64be7ce66fa433e419afc84.tar.bz2 busybox-w32-6a660d870211e75ce64be7ce66fa433e419afc84.zip |
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.
git-svn-id: svn://busybox.net/trunk/busybox@8129 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.sgml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 1d2e9268a..ac400c7c8 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1976,6 +1976,38 @@ | |||
1976 | </para> | 1976 | </para> |
1977 | </sect1> | 1977 | </sect1> |
1978 | 1978 | ||
1979 | <sect1 id="logread"> | ||
1980 | <title>logread</title> | ||
1981 | |||
1982 | <para> | ||
1983 | Usage: logread [OPTION]... | ||
1984 | </para> | ||
1985 | |||
1986 | <para> | ||
1987 | Shows the messages from syslogd (using circular buffer). | ||
1988 | </para> | ||
1989 | |||
1990 | <para> | ||
1991 | Options: | ||
1992 | </para> | ||
1993 | |||
1994 | <para> | ||
1995 | <screen> | ||
1996 | -f Output data as the log grows. | ||
1997 | </screen> | ||
1998 | </para> | ||
1999 | |||
2000 | <para> | ||
2001 | Example: | ||
2002 | </para> | ||
2003 | |||
2004 | <para> | ||
2005 | <screen> | ||
2006 | $ logread | ||
2007 | </screen> | ||
2008 | </para> | ||
2009 | </sect1> | ||
2010 | |||
1979 | <sect1 id="ls"> | 2011 | <sect1 id="ls"> |
1980 | <title>ls</title> | 2012 | <title>ls</title> |
1981 | 2013 | ||
@@ -3110,7 +3142,7 @@ | |||
3110 | -O FILE Use an alternate log file (default=/var/log/messages) | 3142 | -O FILE Use an alternate log file (default=/var/log/messages) |
3111 | -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) | 3143 | -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) |
3112 | -L Log locally as well as network logging (default is network only) | 3144 | -L Log locally as well as network logging (default is network only) |
3113 | -C Log to a circular buffer. Read this buffer using 'logread' | 3145 | -C [size(KiB)] Log to a circular buffer. Read this buffer using 'logread' |
3114 | </screen> | 3146 | </screen> |
3115 | </para> | 3147 | </para> |
3116 | 3148 | ||