diff options
author | Rob Landley <rob@landley.net> | 2006-09-13 19:54:36 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-09-13 19:54:36 +0000 |
commit | 73810e8d42de2f891defc867b3557d9a8d6ecefc (patch) | |
tree | 5620ea742e1280fe26f791f4c659a1cbbf24bdea /docs/busybox.net | |
parent | 7fee0c4357aa8c218acdfe0f1eda0a157dad9f29 (diff) | |
download | busybox-w32-73810e8d42de2f891defc867b3557d9a8d6ecefc.tar.gz busybox-w32-73810e8d42de2f891defc867b3557d9a8d6ecefc.tar.bz2 busybox-w32-73810e8d42de2f891defc867b3557d9a8d6ecefc.zip |
Add Larry Doolittle's ntpclient, plus some formatting tweaks.
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/tinyutils.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html index 4699851e8..47e032197 100644 --- a/docs/busybox.net/tinyutils.html +++ b/docs/busybox.net/tinyutils.html | |||
@@ -9,7 +9,7 @@ dev mailing list. | |||
9 | 9 | ||
10 | <br><br> | 10 | <br><br> |
11 | 11 | ||
12 | <table> | 12 | <table border=1> |
13 | <tr> | 13 | <tr> |
14 | <th>Feature</th> | 14 | <th>Feature</th> |
15 | <th>Utilities</th> | 15 | <th>Utilities</th> |
@@ -25,8 +25,14 @@ mailing list.</td> | |||
25 | 25 | ||
26 | <tr> | 26 | <tr> |
27 | <td>SMTP</td> | 27 | <td>SMTP</td> |
28 | <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td> | 28 | <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple Mail Transfer Agent.</td> |
29 | </tr> | 29 | </tr> |
30 | |||
31 | <tr> | ||
32 | <td>ntp</td> | ||
33 | <td><a href="http://doolittle.icarus.com/ntpclient/">ntpclient</a> is a | ||
34 | tiny ntp client. BusyBox has rdate to set the date from a remote server, but | ||
35 | if you want a daemon to repeatedly adjust the clock over time, try that.</td> | ||
30 | </table> | 36 | </table> |
31 | 37 | ||
32 | <p>In a gui environment, you'll probably want a web browser. | 38 | <p>In a gui environment, you'll probably want a web browser. |
@@ -38,7 +44,7 @@ version of links</a>.</p> | |||
38 | <h3>SCRIPTING LANGUAGES</h3> | 44 | <h3>SCRIPTING LANGUAGES</h3> |
39 | <p>Although busybox has built-in support for shell scripts, plenty of other | 45 | <p>Although busybox has built-in support for shell scripts, plenty of other |
40 | small scripting languages are available on the net. A few examples:</p> | 46 | small scripting languages are available on the net. A few examples:</p> |
41 | <table> | 47 | <table border=1> |
42 | <tr> | 48 | <tr> |
43 | <th><language></th> | 49 | <th><language></th> |
44 | <th><description></th> | 50 | <th><description></th> |