Lines Matching full:option

63 using the @code{agtexi-cmd} template and the option descriptions for the @code{sntp} program.
67 * sntp usage:: sntp help/usage (@option{--help})
68 * sntp ipv4:: ipv4 option (-4)
69 * sntp ipv6:: ipv6 option (-6)
70 * sntp authentication:: authentication option (-a)
71 * sntp broadcast:: broadcast option (-b)
72 * sntp concurrent:: concurrent option (-c)
73 * sntp gap:: gap option (-g)
74 * sntp kod:: kod option (-K)
75 * sntp keyfile:: keyfile option (-k)
76 * sntp logfile:: logfile option (-l)
77 * sntp steplimit:: steplimit option (-M)
78 * sntp ntpversion:: ntpversion option (-o)
79 * sntp usereservedport:: usereservedport option (-r)
80 * sntp timeout:: timeout option (-t)
81 * sntp wait:: wait option
89 @subsection sntp help/usage (@option{--help})
94 The text printed is the same whether selected with the @code{help} option
95 (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{more-help} will print
107 Flg Arg Option-Name Description
109 - prohibits the option 'ipv6'
111 - prohibits the option 'ipv4'
141 -> opt save-opts save the option state to a config file
150 The following option preset mechanisms are supported:
160 @subsection ipv4 option (-4)
163 This is the ``force ipv4 dns name resolution'' option.
166 This option has some usage constraints. It:
176 @subsection ipv6 option (-6)
179 This is the ``force ipv6 dns name resolution'' option.
182 This option has some usage constraints. It:
192 @subsection authentication option (-a)
195 This is the ``enable authentication with the key @var{auth-keynumber}'' option.
196 This option takes a number argument @file{auth-keynumber}.
197 Enable authentication using the key specified in this option's
198 argument. The argument of this option is the @option{keyid}, a
199 number specified in the @option{keyfile} as this key's identifier.
200 See the @option{keyfile} option (@option{-k}) for more details.
202 @subsection broadcast option (-b)
205 This is the ``listen to the address specified for broadcast time sync'' option.
206 This option takes a string argument @file{broadcast-address}.
209 This option has some usage constraints. It:
217 can (and probably should) be modified with @option{-t}.
219 @subsection concurrent option (-c)
222 This is the ``concurrently query all ips returned for host-name'' option.
223 This option takes a string argument @file{host-name}.
226 This option has some usage constraints. It:
238 The @option{-c} or @option{--concurrent} flag says that any IPs
242 @subsection gap option (-g)
245 This is the ``the gap (in milliseconds) between time requests'' option.
246 This option takes a number argument @file{milliseconds}.
252 @subsection kod option (-K)
255 This is the ``kod history filename'' option.
256 This option takes a file argument @file{file-name}.
261 @subsection keyfile option (-k)
264 This is the ``look in this file for the key specified with @option{-a}'' option.
265 This option takes a file argument @file{file-name}.
266 This option specifies the keyfile.
267 @code{sntp} will search for the key specified with @option{-a}
271 @subsection logfile option (-l)
274 This is the ``log to specified logfile'' option.
275 This option takes a file argument @file{file-name}.
276 This option causes the client to write log messages to the specified
279 @subsection steplimit option (-M)
282 This is the ``adjustments less than @var{steplimit} msec will be slewed'' option.
283 This option takes a number argument.
290 @subsection ntpversion option (-o)
293 This is the ``send @var{int} as our ntp protocol version'' option.
294 This option takes a number argument.
298 @subsection usereservedport option (-r)
301 This is the ``use the ntp reserved port (port 123)'' option.
305 @subsection timeout option (-t)
308 This is the ``the number of seconds to wait for responses'' option.
309 This option takes a number argument @file{seconds}.
316 @subsection wait option
319 This is the ``wait for pending replies (if not setting the time)'' option.
322 This option has some usage constraints. It:
336 Any option that is not marked as @i{not presettable} may be preset by
341 values are treated like option arguments.
359 The basic format is an option name followed by a value (argument) on the
360 same line. Values may be separated from the option name with a colon,
381 <option-name>
383 </option-name>
386 yielding an @code{option-name.sub-opt} string value of
391 hierarchicly valued option. @code{AutoOpts} does provide a means for searching
400 detail to provide. The default is to print just the version. The licensing information may be selected with an option argument.