diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-10 18:17:05 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-10 18:17:05 +0000 |
commit | c41f8a1dff85b1223589cbdfc289075c5b35e3cc (patch) | |
tree | 97d81954d38c59c9ecd862ba429cf7fe4c399fb6 /docs | |
parent | 4432cd768fcb7c85026b5e0e1cc21e22242205f5 (diff) | |
download | busybox-w32-c41f8a1dff85b1223589cbdfc289075c5b35e3cc.tar.gz busybox-w32-c41f8a1dff85b1223589cbdfc289075c5b35e3cc.tar.bz2 busybox-w32-c41f8a1dff85b1223589cbdfc289075c5b35e3cc.zip |
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.
git-svn-id: svn://busybox.net/trunk/busybox@2296 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 3 |
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: | |||
770 | -H prefix output lines with filename where match was found | 770 | -H prefix output lines with filename where match was found |
771 | -h suppress the prefixing filename on output | 771 | -h suppress the prefixing filename on output |
772 | -i ignore case distinctions | 772 | -i ignore case distinctions |
773 | -l list names of files that match | ||
773 | -n print line number with output lines | 774 | -n print line number with output lines |
774 | -q be quiet. Returns 0 if result was found, 1 otherwise | 775 | -q be quiet. Returns 0 if result was found, 1 otherwise |
775 | -v select non-matching lines | 776 | -v select non-matching lines |
@@ -2536,4 +2537,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2536 | 2537 | ||
2537 | =cut | 2538 | =cut |
2538 | 2539 | ||
2539 | # $Id: busybox.pod,v 1.99 2001/04/10 00:00:05 kraai Exp $ | 2540 | # $Id: busybox.pod,v 1.100 2001/04/10 18:17:05 andersen Exp $ |