diff options
author | John Beppu <beppu@lbox.org> | 2000-06-14 09:11:05 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-06-14 09:11:05 +0000 |
commit | 3c709b45b39ffa488294e4dc876eb5e09e0dfbc5 (patch) | |
tree | ef286c62fd059be98570747df3fae1f77e8c0d94 | |
parent | d84990eb1ffe7eac68eb9006969bf530f297b078 (diff) | |
download | busybox-w32-3c709b45b39ffa488294e4dc876eb5e09e0dfbc5.tar.gz busybox-w32-3c709b45b39ffa488294e4dc876eb5e09e0dfbc5.tar.bz2 busybox-w32-3c709b45b39ffa488294e4dc876eb5e09e0dfbc5.zip |
+ minor typo fix
s/>/>/
-rw-r--r-- | docs/busybox.net/index.html | 2 |
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 <syslog.h> | 94 | #include <syslog.h> |
95 | 95 | ||
96 | int do_log(char* msg, int delay) | 96 | int do_log(char* msg, int delay) |
97 | { | 97 | { |