aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-08-07 21:24:33 +0000
committersandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-08-07 21:24:33 +0000
commitf3110d71eff33b0e0885d2e74c3792636c53e4f4 (patch)
treee1b91b980dc58692f0feb7192187c64cd54321c8 /docs
parentefc909496523effcfc1a6c8d2875c04e7a71d08b (diff)
downloadbusybox-w32-f3110d71eff33b0e0885d2e74c3792636c53e4f4.tar.gz
busybox-w32-f3110d71eff33b0e0885d2e74c3792636c53e4f4.tar.bz2
busybox-w32-f3110d71eff33b0e0885d2e74c3792636c53e4f4.zip
Patch from Rusell Nelson to document the -C switch for syslogd
git-svn-id: svn://busybox.net/trunk/busybox@5182 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 0a2683faf..aa3c37692 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -3103,6 +3103,7 @@
3103 -O FILE Use an alternate log file (default=/var/log/messages) 3103 -O FILE Use an alternate log file (default=/var/log/messages)
3104 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) 3104 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
3105 -L Log locally as well as network logging (default is network only) 3105 -L Log locally as well as network logging (default is network only)
3106 -C Log to a circular buffer. Read this buffer using 'logread'
3106 </screen> 3107 </screen>
3107 </para> 3108 </para>
3108 3109