summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-02 11:34:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-02 11:34:49 +0000
commitf8e8783a925255bbb275fc84a1b6126aba660e22 (patch)
treeb096b973d122f708837b3b198cea0dad426a6382 /docs
parente0a7fc54eb23f925d2ea885fb1b8699931f9001a (diff)
downloadbusybox-w32-f8e8783a925255bbb275fc84a1b6126aba660e22.tar.gz
busybox-w32-f8e8783a925255bbb275fc84a1b6126aba660e22.tar.bz2
busybox-w32-f8e8783a925255bbb275fc84a1b6126aba660e22.zip
webpage: fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 3e961c4da..83567b793 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -24,7 +24,7 @@
24 <li>build system: reinstate CONFIG_CROSS_COMPILE_PREFIX 24 <li>build system: reinstate CONFIG_CROSS_COMPILE_PREFIX
25 <li>ash: optional bash compatibility features added; other fixes 25 <li>ash: optional bash compatibility features added; other fixes
26 <li>hush: lots and lots of fixes 26 <li>hush: lots and lots of fixes
27 <li>msh: fix the case where the file has exec bit but can't be run directly (run "$SHELL $file" instead) 27 <li>msh: fix the case where the file has exec bit but can't be run directly (runs "$SHELL file" instead)
28 <li>msh: fix exit codes when command is not found or can't be execed 28 <li>msh: fix exit codes when command is not found or can't be execed
29 <li>udhcpc: added workaround for buggy kernels 29 <li>udhcpc: added workaround for buggy kernels
30 <li>mount: fix mishandling of proto=tcp/udp 30 <li>mount: fix mishandling of proto=tcp/udp
@@ -36,7 +36,7 @@
36 <li>start-stop-daemon: make --exec follow symlinks (Joakim Tjernlund) 36 <li>start-stop-daemon: make --exec follow symlinks (Joakim Tjernlund)
37 <li>date: make it accept ISO date format 37 <li>date: make it accept ISO date format
38 <li>echo: fix echo -e -n "msg\n\0" (David Pinedo) 38 <li>echo: fix echo -e -n "msg\n\0" (David Pinedo)
39 <li>httpd: fix several bugs triggered by realtive path in -h DIR 39 <li>httpd: fix several bugs triggered by relative path in -h DIR
40 <li>printf: fix printf -%s- foo, printf -- -%s- foo 40 <li>printf: fix printf -%s- foo, printf -- -%s- foo
41 <li>syslogd: do not error out on missing files to rotate 41 <li>syslogd: do not error out on missing files to rotate
42 <li>ls: support Unicode in names 42 <li>ls: support Unicode in names