projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84990e
)
+ minor typo fix
author
John Beppu
<beppu@lbox.org>
Wed, 14 Jun 2000 09:11:05 +0000
(09:11 -0000)
committer
John Beppu
<beppu@lbox.org>
Wed, 14 Jun 2000 09:11:05 +0000
(09:11 -0000)
s/>/>/
docs/busybox.net/index.html
patch
|
blob
|
history
diff --git
a/docs/busybox.net/index.html
b/docs/busybox.net/index.html
index c0a50ca7cecd739eee0859256fca528bd250ce4d..d7ceabd3fb0a9cafa611d1c0b6dd72cb6f200241 100644
(file)
--- a/
docs/busybox.net/index.html
+++ b/
docs/busybox.net/index.html
@@
-91,7
+91,7
@@
BusyBox is licensed under the
Turns out that there was still a bug in busybox syslogd.
For example, with the following test app:
<pre>
- #include <syslog.h>
+ #include <syslog.h>
;
int do_log(char* msg, int delay)
{