xref: /freebsd/contrib/ntp/html/ntp-wait.html (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubert<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2*2b15cb3dSCy Schubert<html>
3*2b15cb3dSCy Schubert	<head>
4*2b15cb3dSCy Schubert		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
5*2b15cb3dSCy Schubert		<meta name="generator" content="HTML Tidy, see www.w3.org">
6*2b15cb3dSCy Schubert		<title>ntp-wait - waits until ntpd is in synchronized state</title>
7*2b15cb3dSCy Schubert		<link href="scripts/style.css" type="text/css" rel="stylesheet">
8*2b15cb3dSCy Schubert	</head>
9*2b15cb3dSCy Schubert	<body>
10*2b15cb3dSCy Schubert		<h3><tt>ntp-wait</tt> - waits until ntpd is in synchronized state</h3>
11*2b15cb3dSCy Schubert<p>Last update:
12*2b15cb3dSCy Schubert  <!-- #BeginDate format:En2m -->12-Jul-2011  22:03<!-- #EndDate -->
13*2b15cb3dSCy Schubert    UTC</p>
14*2b15cb3dSCy Schubert		<hr>
15*2b15cb3dSCy Schubert		<h4>Synopsis</h4>
16*2b15cb3dSCy Schubert		<p><tt>ntp-wait [ -v ] [ -n <i>tries</i> ] [ -s <i>seconds</i> ]</tt></p>
17*2b15cb3dSCy Schubert		<h4>Description</h4>
18*2b15cb3dSCy Schubert		<p>The <tt>ntp-wait</tt> program blocks until ntpd is in synchronized state.
19*2b15cb3dSCy Schubert		This can be useful at boot time, to delay the boot sequence
20*2b15cb3dSCy Schubert		until after "ntpd -g" has set the time.
21*2b15cb3dSCy Schubert		<h4>Command Line Options</h4>
22*2b15cb3dSCy Schubert		<dl>
23*2b15cb3dSCy Schubert			<dt><tt>-n <i>tries</i></tt>
24*2b15cb3dSCy Schubert			<dd>Number of tries before giving up. The default is 1000.
25*2b15cb3dSCy Schubert			<dt><tt>-s <i>seconds</i></tt>
26*2b15cb3dSCy Schubert			<dd>Seconds to sleep between tries. The default is 6 seconds.
27*2b15cb3dSCy Schubert			<dt><tt>-v</tt>
28*2b15cb3dSCy Schubert			<dd>Be verbose.
29*2b15cb3dSCy Schubert		</dl>
30*2b15cb3dSCy Schubert		<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
31*2b15cb3dSCy Schubert	</body>
32*2b15cb3dSCy Schubert
33*2b15cb3dSCy Schubert</html>
34