+ minor typo fix
authorJohn Beppu <beppu@lbox.org>
Wed, 14 Jun 2000 09:11:05 +0000 (09:11 -0000)
committerJohn Beppu <beppu@lbox.org>
Wed, 14 Jun 2000 09:11:05 +0000 (09:11 -0000)
  s/&gt/&gt;/

docs/busybox.net/index.html

index c0a50ca7cecd739eee0859256fca528bd250ce4d..d7ceabd3fb0a9cafa611d1c0b6dd72cb6f200241 100644 (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)
        {