invoke-ntpdc.texi (ntp-4.2.8p14) | : | invoke-ntpdc.texi (ntp-4.2.8p15) | ||
---|---|---|---|---|
@node ntpdc Invocation | @node ntpdc Invocation | |||
@section Invoking ntpdc | @section Invoking ntpdc | |||
@pindex ntpdc | @pindex ntpdc | |||
@cindex vendor-specific NTPD control program | @cindex vendor-specific NTPD control program | |||
@ignore | @ignore | |||
# | # | |||
# EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi) | # EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi) | |||
# | # | |||
# It has been AutoGen-ed March 3, 2020 at 05:41:11 PM by AutoGen 5.18.5 | # It has been AutoGen-ed June 23, 2020 at 02:20:45 AM by AutoGen 5.18.5 | |||
# From the definitions ntpdc-opts.def | # From the definitions ntpdc-opts.def | |||
# and the template file agtexi-cmd.tpl | # and the template file agtexi-cmd.tpl | |||
@end ignore | @end ignore | |||
@code{ntpdc} | @code{ntpdc} | |||
is deprecated. | is deprecated. | |||
Please use | Please use | |||
@code{ntpq(1ntpqmdoc)} instead - it can do everything | @code{ntpq(1ntpqmdoc)} instead - it can do everything | |||
@code{ntpdc} | @code{ntpdc} | |||
used to do, and it does so using a much more sane interface. | used to do, and it does so using a much more sane interface. | |||
skipping to change at line 77 | skipping to change at line 77 | |||
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 | |||
ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p14 | ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p15 | |||
Usage: ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...] | Usage: ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...] | |||
Flg Arg Option-Name Description | Flg Arg Option-Name Description | |||
-4 no ipv4 Force IPv4 DNS name resolution | -4 no ipv4 Force IPv4 DNS name resolution | |||
- prohibits the option 'ipv6' | - prohibits the option 'ipv6' | |||
-6 no ipv6 Force IPv6 DNS name resolution | -6 no ipv6 Force IPv6 DNS 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 |