From: Harlan Stenn Date: Sun, 13 Jan 2013 10:47:08 +0000 (+0000) Subject: Cleanup to ntpq.texi X-Git-Tag: NTP_4_2_7P348~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d1730407dbbcf9a227218d6019d3ce43b811bb;p=thirdparty%2Fntp.git Cleanup to ntpq.texi bk: 50f290acDBcx8MI2AZZgXIT5exWq-w --- diff --git a/ChangeLog b/ChangeLog index 5614c2c51..a39b08019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ * [Bug 2327] Rename sntp/ag-tpl/:Old to sntp/ag-tpl/Old. +* Cleanup to ntpq.texi. * Documentation cleanup to the ntpd, ntpdc, ntpq and ntp-wait .def files. * In ntp.conf.def, cleanup SEE ALSO, document 'rlimit' options. diff --git a/ntpq/ntpq.texi b/ntpq/ntpq.texi index cbc721f98..ac79dcc49 100644 --- a/ntpq/ntpq.texi +++ b/ntpq/ntpq.texi @@ -832,26 +832,3 @@ The following clock variables appear in the @code{cv} billboard for each associa @item @code{flags} @tab driver flags @end multitable - -=== - -

Synopsis

-@code{ntpq [-inp] [-c @kbd{command}] [@kbd{host}] [...]} - -

Command line options are described following. Specifying a command line option other than @code{-i} or @code{-n} will cause the specified query (queries) to be sent to the indicated host(s) immediately. Otherwise, @code{ntpq} will attempt to read interactive format commands from the standard input.

-
-
@code{-4}
-
Force DNS resolution of following host names on the command line to the IPv4 namespace.
-
@code{-6}
-
Force DNS resolution of following host names on the command line to the IPv6 namespace.
-
@code{-c}
-
The following argument is interpreted as an interactive format command and is added to the list of commands to be executed on the specified host(s). Multiple @code{-c} options may be given.
-
@code{-d}
-
Turn on debugging mode.
-
@code{-i}
-
Force @code{ntpq} to operate in interactive mode. Prompts will be written to the standard output and commands read from the standard input.
-
@code{-n}
-
Output all host addresses in dotted-quad numeric format rather than converting to the canonical host names.
-
@code{-p}
-
Print a list of the peers known to the server as well as a summary of their state. This is equivalent to the @code{peers} interactive command.
-