+ minor typo fix

s/&gt/>/
This commit is contained in:
John Beppu 2000-06-14 09:11:05 +00:00
parent d84990eb1f
commit 3c709b45b3

View File

@ -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 &lt;syslog.h&gt
#include &lt;syslog.h&gt;
int do_log(char* msg, int delay)
{