-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntp-wait.1ntp-waitman
123 lines (123 loc) · 3.84 KB
/
ntp-wait.1ntp-waitman
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.TH ntp-wait 1ntp-waitman "01 May 2013" "ntp (4.2.7p368)" "User Commands"
.\"
.\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.man)
.\"
.\" It has been AutoGen-ed May 1, 2013 at 11:29:15 AM by AutoGen 5.17.3
.\" From the definitions ntp-wait-opts.def
.\" and the template file agman-cmd.tpl
.\"
.SH NAME
ntp-wait \- Wait for ntpd to stabilize the system clock
.SH SYNOPSIS
.B ntp-wait
.\" Mixture of short (flag) options and long options
.RB [ \-\fIflag\fP " [\fIvalue\fP]]... [" \-\-\fIopt\-name\fP "[[=| ]\fIvalue\fP]]..."
.PP
All arguments must be options.
.PP
.SH DESCRIPTION
.B
will send at most
\fInum-tries\fR
queries to
.Xr ntpd 8 ,
sleeping for
\fIsecs-between-tries\fR
after each status return that says
.Xr ntpd 8
has not yet produced a synchronized and stable system clock.
.PP
.B
will do this quietly, unless the
v
flag is provided.
.SH "OPTIONS"
.TP
.BR \-n " \fInum\-tries\fP, " \-\- "=" \fInum\-tries\fP
Number of times to check ntpd.
This option takes an integer number as its argument.
The default \fInum\-tries\fP for this option is:
.ti +4
100
.sp
The maximum number of times we will check \fBntpd\fP to see if
it has been able to synchronize and stabilize the system clock.
.TP
.BR \-s " \fIsecs\-between\-tries\fP, " \-\- "=" \fIsecs\-between\-tries\fP
How long to sleep between tries.
This option takes an integer number as its argument.
The default \fIsecs\-between\-tries\fP for this option is:
.ti +4
6
.sp
We will sleep for \fIsecs-between-tries\fP after each query
of \fBntpd\fP that returns "the time is not yet stable".
.TP
.BR \-v ", " \-\-
Be verbose.
.sp
By default, \fBntp-wait\fP is silent.
With this option, \fBntp-wait\fP will provide status information.
.TP
.BR \-? , " \-\-help"
Display usage information and exit.
.TP
.BR \-! , " \-\-more-help"
Pass the extended usage information through a pager.
.TP
.BR \- " [{\fIv|c|n\fP}]," " \-\-version" "[=\fI{v|c|n}\fP]"
Output version of program and exit. The default mode is `v', a simple
version. The `c' mode will print copyright information and `n' will
print the full copyright notice.
.SH "OPTION PRESETS"
Any option that is not marked as \fInot presettable\fP may be preset
by loading values from environment variables named:
.nf
\fBNTP_WAIT_<option-name>\fP or \fBNTP_WAIT\fP
.fi
.ad
cvt_prog='/usr/local/gnu/share/autogen/texi2man'
cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
`/`basename "$cvt_prog"`
cd $tmp_dir
test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
{
list='synopsis description options option-presets'
for f in $list ; do cat $f ; echo ; done
rm \-f $list name
list='implementation-notes environment files examples exit-status errors
compatibility see-also conforming-to history authors copyright bugs
notes'
for f in $list ; do cat $f ; echo ; done > .end-doc
rm \-f $list
list=`ls \-1 *`' .end-doc'
for f in $list ; do cat $f ; echo ; done
rm \-f $list
} 1>.doc 2>/dev/null
sed \-f .cmds .doc | /usr/local/gnu/bin/grep \-E \-v '^[ ]*$' | $cvt_prog
.SH "ENVIRONMENT"
See \fBOPTION PRESETS\fP for configuration environment variables.
.SH "EXIT STATUS"
One of the following exit values will be returned:
.TP
.BR 0 " (EXIT_SUCCESS)"
Successful program execution.
.TP
.BR 1 " (EXIT_FAILURE)"
The operation failed or the command syntax was not valid.
.TP
.BR 70 " (EX_SOFTWARE)"
libopts had an internal operational error. Please report
it to [email protected]. Thank you.
.SH AUTHORS
.An "Harlan Stenn"
.SH "COPYRIGHT"
Copyright (C) 1970-2013 The University of Delaware all rights reserved.
This program is released under the terms of the NTP license, <http://ntp.org/license>.
.SH "BUGS"
Please send bug reports to: http://bugs.ntp.org, [email protected]
.SH NOTES
This document corresponds to version 4.2.7p368 of NTP.
.PP
This manual page was \fIAutoGen\fP-erated from the \fBntp-wait\fP
option definitions.