aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-10 18:17:05 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-10 18:17:05 +0000
commit6d7fa438a7dc33b20de746e31b5e8078c53c4d05 (patch)
tree97d81954d38c59c9ecd862ba429cf7fe4c399fb6 /docs
parentfd402941a7612b5254a65edfedc074d66da3883a (diff)
downloadbusybox-6d7fa438a7dc33b20de746e31b5e8078c53c4d05.tar.gz
This patch from Laurence Anderson <laurence@zxmail.com> fixes
wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index ca3ce97b5..8e8a5492d 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -770,6 +770,7 @@ Options:
-H prefix output lines with filename where match was found
-h suppress the prefixing filename on output
-i ignore case distinctions
+ -l list names of files that match
-n print line number with output lines
-q be quiet. Returns 0 if result was found, 1 otherwise
-v select non-matching lines
@@ -2536,4 +2537,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.99 2001/04/10 00:00:05 kraai Exp $
+# $Id: busybox.pod,v 1.100 2001/04/10 18:17:05 andersen Exp $