[git commit] Fix markup for <> and &
Denys Vlasenko
vda.linux at googlemail.com
Tue Dec 31 23:55:31 UTC 2013
commit: http://git.busybox.net/busybox-website/commit/?id=d54f3531e2ea5d929601afa0b9077e61d17630d9
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
news.html | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/news.html b/news.html
index 3694444..5b47eb9 100644
--- a/news.html
+++ b/news.html
@@ -144,17 +144,17 @@ Denys Vlasenko:
httpd: don't allow tabs and multiple spaces in request string
httpd: make sure pfd[TO_CGI].revents is cleared before poll()
httpd: treat errors from stdin correctly.
- hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
- hush: fix for "while false && true; do echo BUG; break; done". closes 6170
+ hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVE
+ hush: fix for "while false && true; do echo BUG; break; done". closes 6170
hush: source builtin should override $N only if it has args
hush: typo fixes in comments
ifplugd: make -k send SIGINT, not SIGQUIT
ifupdown: support "source" stanza in /etc/network/interfaces
init: don't use fixed size buffer for command
init: remove special-case code for machines with less tham 1 MB of RAM.
- iplink: comment out include <net/if_packet.h>
+ iplink: comment out include <net/if_packet.h>
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
- less: support "less 1<>TTY"
+ less: support "less 1<>TTY"
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
lineedit: \W on "/bin" should show "bin", not "/bin"
lineedit: add handling of \H in prompt
@@ -195,7 +195,7 @@ Denys Vlasenko:
ntpd: speed up resyncing if our clock is seriously off
ping[6]: accept and ignore -n. Code shrink
ps: fix sscanf format specifier (%l); make uptime unsigned
- ps: seconds_since_boot: uint64_t -> ulong
+ ps: seconds_since_boot: uint64_t -> ulong
pstree: fix theoretically unsafe code
rfkill: use new-style config/kbuild/applet
rpm: make -ql display more compatible; improve help text
@@ -306,7 +306,7 @@ Mike Frysinger (12):
udhcpc: tweak math shell style with the metric var
bbunzip: ignore the -q flag with the decompressors
bbunzip: fix order of flags vs bit defines
- archival: note implicit dependencies between lzop & bbunzip
+ archival: note implicit dependencies between lzop & bbunzip
udhcpc: use readlink rather than realpath
platform: use KERNEL_VERSION to simplify uClibc version checking
readlink: uClibc supports automatic allocation too now
@@ -371,7 +371,7 @@ Thomas De Schampheleire (2):
lsof: correct check for symbolic link
Thomas Petazzoni:
- libbb: use <poll.h> instead of <sys/poll.h>
+ libbb: use <poll.h> instead of <sys/poll.h>
Tito Ragusa (2):
ifplugd: use a larger netlink buffer
More information about the busybox-cvs
mailing list