]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1961] html2man update: distribute ntp-wait.html
authorHarlan Stenn <stenn@ntp.org>
Wed, 13 Jul 2011 01:46:20 +0000 (21:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 13 Jul 2011 01:46:20 +0000 (21:46 -0400)
bk: 4e1cf8ecM2buWClrWFimaBVmjSv5Rw

ChangeLog
html/ntp-wait.html [new file with mode: 0644]

index 75873eca1abdea30f5992eb4073c3e18a7336132..802b75d932039d88cef05a23974e66559e1134ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+---
+
+* [Bug 1961] html2man update: distribute ntp-wait.html.
+
 ---
 (4.2.6p4-RC1) 2011/07/10 Released by Harlan Stenn <stenn@ntp.org>
 
diff --git a/html/ntp-wait.html b/html/ntp-wait.html
new file mode 100644 (file)
index 0000000..ee1341d
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+       <head>
+               <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
+               <meta name="generator" content="HTML Tidy, see www.w3.org">
+               <title>ntp-wait - waits until ntpd is in synchronized state</title>
+               <link href="scripts/style.css" type="text/css" rel="stylesheet">
+       </head>
+       <body>
+               <h3><tt>ntp-wait</tt> - waits until ntpd is in synchronized state</h3>
+               <hr>
+               <h4>Synopsis</h4>
+               <p><tt>ntp-wait [ -v ] [ -n <i>tries</i> ] [ -s <i>seconds</i> ]</tt></p>
+               <h4>Description</h4>
+               <p>The <tt>ntp-wait</tt> program blocks until ntpd is in synchronized state.
+               This can be useful at boot time, to delay the boot sequence
+               until after "ntpd -g" has set the time.
+               <h4>Command Line Options</h4>
+               <dl>
+                       <dt><tt>-n <i>tries</i></tt>
+                       <dd>Number of tries before giving up. The default is 1000.
+                       <dt><tt>-s <i>seconds</i></tt>
+                       <dd>Seconds to sleep between tries. The default is 6 seconds.
+                       <dt><tt>-v</tt>
+                       <dd>Be verbose.
+               </dl>
+               <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
+       </body>
+
+</html>