invoke-ntpq.texi (ntp-4.2.8p14) | : | invoke-ntpq.texi (ntp-4.2.8p15) | ||
---|---|---|---|---|
@node ntpq Invocation | @node ntpq Invocation | |||
@section Invoking ntpq | @section Invoking ntpq | |||
@pindex ntpq | @pindex ntpq | |||
@cindex standard NTP query program | @cindex standard NTP query program | |||
@ignore | @ignore | |||
# | # | |||
# EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi) | # EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi) | |||
# | # | |||
# It has been AutoGen-ed March 3, 2020 at 05:41:21 PM by AutoGen 5.18.5 | # It has been AutoGen-ed June 23, 2020 at 02:20:55 AM by AutoGen 5.18.5 | |||
# From the definitions ntpq-opts.def | # From the definitions ntpq-opts.def | |||
# and the template file agtexi-cmd.tpl | # and the template file agtexi-cmd.tpl | |||
@end ignore | @end ignore | |||
The | The | |||
@code{ntpq} | @code{ntpq} | |||
utility program is used to query NTP servers to monitor NTP operations | utility program is used to query NTP servers to monitor NTP operations | |||
and performance, requesting | and performance, requesting | |||
information about current state and/or changes in that state. | information about current state and/or changes in that state. | |||
The program may be run either in interactive mode or controlled using | The program may be run either in interactive mode or controlled using | |||
skipping to change at line 946 | skipping to change at line 946 | |||
The text printed is the same whether selected with the @code{help} option | The text printed is the same whether selected with the @code{help} option | |||
(@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{ more-help} will print | (@option{--help}) or the @code{more-help} option (@option{--more-help}). @code{ more-help} will print | |||
the usage text by passing it through a pager program. | the usage text by passing it through a pager program. | |||
@code{more-help} is disabled on platforms without a working | @code{more-help} is disabled on platforms without a working | |||
@code{fork(2)} function. The @code{PAGER} environment variable is | @code{fork(2)} function. The @code{PAGER} environment variable is | |||
used to select the program, defaulting to @file{more}. Both will exit | used to select the program, defaulting to @file{more}. Both will exit | |||
with a status code of 0. | with a status code of 0. | |||
@exampleindent 0 | @exampleindent 0 | |||
@example | @example | |||
ntpq - standard NTP query program - Ver. 4.2.8p14 | ntpq - standard NTP query program - Ver. 4.2.8p15 | |||
Usage: ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...] | Usage: ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...] | |||
Flg Arg Option-Name Description | Flg Arg Option-Name Description | |||
-4 no ipv4 Force IPv4 name resolution | -4 no ipv4 Force IPv4 name resolution | |||
- prohibits the option 'ipv6' | - prohibits the option 'ipv6' | |||
-6 no ipv6 Force IPv6 name resolution | -6 no ipv6 Force IPv6 name resolution | |||
- prohibits the option 'ipv4' | - prohibits the option 'ipv4' | |||
-c Str command run a command and exit | -c Str command run a command and exit | |||
- may appear multiple times | - may appear multiple times | |||
-d no debug-level Increase debug verbosity level | -d no debug-level Increase debug verbosity level | |||
- may appear multiple times | - may appear multiple times | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |