aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-14 09:11:05 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-14 09:11:05 +0000
commitac400885201e1c02a4cfcad7dbc8b7c498efe76c (patch)
treeef286c62fd059be98570747df3fae1f77e8c0d94
parentc4837b1e6f62694552f96ebc51f8c24d1c4bc6c8 (diff)
downloadbusybox-w32-ac400885201e1c02a4cfcad7dbc8b7c498efe76c.tar.gz
busybox-w32-ac400885201e1c02a4cfcad7dbc8b7c498efe76c.tar.bz2
busybox-w32-ac400885201e1c02a4cfcad7dbc8b7c498efe76c.zip
+ minor typo fix
s/&gt/&gt;/ git-svn-id: svn://busybox.net/trunk/busybox@645 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--docs/busybox.net/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index c0a50ca7c..d7ceabd3f 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -91,7 +91,7 @@ BusyBox is licensed under the
91 Turns out that there was still a bug in busybox syslogd. 91 Turns out that there was still a bug in busybox syslogd.
92 For example, with the following test app: 92 For example, with the following test app:
93<pre> 93<pre>
94 #include &lt;syslog.h&gt 94 #include &lt;syslog.h&gt;
95 95
96 int do_log(char* msg, int delay) 96 int do_log(char* msg, int delay)
97 { 97 {