aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 16:26:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-11-05 16:26:34 +0000
commit9fcd799b98c3db7c281b68e587a1932f47e8807d (patch)
treef139daa3e8d3da0f8cf20781ea1e155c2fe677b5 /docs
parent3a3e50e3dbd2c2042212efbb7ae166a03df153a6 (diff)
downloadbusybox-9fcd799b98c3db7c281b68e587a1932f47e8807d.tar.gz
webpage: fix typo, remove inconsistent trailing dots
Makefile: version is 1.9.0.svn now
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index c8cf331c2..c48544b10 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -53,8 +53,8 @@ Equivalent .config, i386 uclibc static builds:
<li>hdparm: reduce possibility of numeric overflow in -T
<li>hdparm: simplify timing measurement
<li>wget: -O FILE is allowed to overwrite existing file (compat)
- <li>wget: allow dots in header field names.
- <li>telnetd: add -K option to close sessions as soon as child exits.
+ <li>wget: allow dots in header field names
+ <li>telnetd: add -K option to close sessions as soon as child exits
<li>telnetd: don't SIGKILL child when closing the session, kernel will send SIGHUP for us
<li>ed: large cleanup, add line editing
<li>hush: feeble attempt at making it more NOMMU-friendly
@@ -93,7 +93,7 @@ Equivalent .config, i386 uclibc static builds:
<li>runsv: do not use clock_gettime if !MONOTONIC_CLOCK
<li>runsvdir: fix "linear wait time" bug
<li>sulogin: remove alarm handling, it is redundant there
- <li>svlogd: compat: svlogd -tt should timestanp stderr too
+ <li>svlogd: compat: svlogd -tt should timestamp stderr too
<li>syslogd: bail out if you see null read from Unix socket
<li>syslogd: do not need to poll(), we can just block in read()
<li>tail: work correctly on /proc files (Kazuo TAKADA &lt;kztakada at sm.sony.co.jp&gt;)