svn commit: trunk/busybox/docs/busybox.net

landley at busybox.net landley at busybox.net
Wed Sep 13 19:54:37 UTC 2006


Author: landley
Date: 2006-09-13 12:54:36 -0700 (Wed, 13 Sep 2006)
New Revision: 16114

Log:
Add Larry Doolittle's ntpclient, plus some formatting tweaks.


Modified:
   trunk/busybox/docs/busybox.net/tinyutils.html


Changeset:
Modified: trunk/busybox/docs/busybox.net/tinyutils.html
===================================================================
--- trunk/busybox/docs/busybox.net/tinyutils.html	2006-09-13 16:39:19 UTC (rev 16113)
+++ trunk/busybox/docs/busybox.net/tinyutils.html	2006-09-13 19:54:36 UTC (rev 16114)
@@ -9,7 +9,7 @@
 
 <br><br>
 
-<table>
+<table border=1>
 <tr>
  <th>Feature</th>
  <th>Utilities</th>
@@ -25,8 +25,14 @@
 
 <tr>
  <td>SMTP</td>
- <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
+ <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple Mail Transfer Agent.</td>
 </tr>
+
+<tr>
+  <td>ntp</td>
+  <td><a href="http://doolittle.icarus.com/ntpclient/">ntpclient</a> is a
+tiny ntp client.  BusyBox has rdate to set the date from a remote server, but
+if you want a daemon to repeatedly adjust the clock over time, try that.</td>
 </table>
 
 <p>In a gui environment, you'll probably want a web browser.
@@ -38,7 +44,7 @@
 <h3>SCRIPTING LANGUAGES</h3>
 <p>Although busybox has built-in support for shell scripts, plenty of other
 small scripting languages are available on the net.  A few examples:</p>
-<table>
+<table border=1>
 <tr>
 <th><language></th>
 <th><description></th>




More information about the busybox-cvs mailing list