OSDN Git Service

+ 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 c0a50ca..d7ceabd 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)
        {