summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 11:36:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 11:36:24 +0000
commit14a79381d0b8919175d7bbc7d8e9342daa124e91 (patch)
tree02b9c69a7659d6ecb3f8001f9f4b553161882f6a /docs
parent68cef20f5d1490a0ba4aa6dfc4ec3130007ecd77 (diff)
downloadbusybox-w32-14a79381d0b8919175d7bbc7d8e9342daa124e91.tar.gz
busybox-w32-14a79381d0b8919175d7bbc7d8e9342daa124e91.tar.bz2
busybox-w32-14a79381d0b8919175d7bbc7d8e9342daa124e91.zip
more cosmetic fixes on the website
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 1c018edde..6d0a52dac 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -66,7 +66,6 @@
66 <li>findfs: make it use setuid-ness of busybox binary 66 <li>findfs: make it use setuid-ness of busybox binary
67 <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir) 67 <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
68 <li>fuser: a bit of safety in scanf 68 <li>fuser: a bit of safety in scanf
69 <li>get_header_tar: handle autodetection for tiny .tar.gz files too
70 <li>grep: option to use GNU regex matching instead of POSIX one. This fixes problems with NULs in files being scanned, but costs +800 bytes 69 <li>grep: option to use GNU regex matching instead of POSIX one. This fixes problems with NULs in files being scanned, but costs +800 bytes
71 <li>halt: signal init regardless of ENABLE_INIT 70 <li>halt: signal init regardless of ENABLE_INIT
72 <li>httpd: add homedir directive specially for (and by) Walter Harms wharms AT bfs.de 71 <li>httpd: add homedir directive specially for (and by) Walter Harms wharms AT bfs.de
@@ -123,7 +122,7 @@
123 <li>ssd: fix -a without -x case 122 <li>ssd: fix -a without -x case
124 <li>ssd: use $PATH 123 <li>ssd: use $PATH
125 <li>tar: fix handling of tarballs with symlinks with size field != 0 124 <li>tar: fix handling of tarballs with symlinks with size field != 0
126 <li>tar: simplify autodetection of bz2/.gz 125 <li>tar: handle autodetection for tiny .tar.gz files too, simplify autodetection
127 <li>taskset: fix some careless code in both fancy and non-fancy cases. -5 bytes for fancy, +5 for non-fancy 126 <li>taskset: fix some careless code in both fancy and non-fancy cases. -5 bytes for fancy, +5 for non-fancy
128 <li>tee: fix infinite looping on open error (echo asd | tee "") 127 <li>tee: fix infinite looping on open error (echo asd | tee "")
129 <li>tee: "-" is a name for stdout, handle it that way 128 <li>tee: "-" is a name for stdout, handle it that way