]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup to ntpq.texi
authorHarlan Stenn <stenn@ntp.org>
Sun, 13 Jan 2013 10:47:08 +0000 (10:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 13 Jan 2013 10:47:08 +0000 (10:47 +0000)
bk: 50f290acDBcx8MI2AZZgXIT5exWq-w

ChangeLog
ntpq/ntpq.texi

index 5614c2c515ad0b3cf188b0e27e13aba17b06bd01..a39b0801944f7bf8e71b05face7c264f787561d4 100644 (file)
--- 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.
index cbc721f98d3526cc21c74206dfdc75dd2f1cb3a9..ac79dcc49d19b5d6e913af6af9ecb0b775129ae3 100644 (file)
@@ -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
-
-===
-
-<h4>Synopsis</h4>
-@code{ntpq [-inp] [-c @kbd{command}] [@kbd{host}] [...]}
-
-<p>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.</p>
-<dl>
-  <dt>@code{-4}</dt>
-  <dd>Force DNS resolution of following host names on the command line to the IPv4 namespace.</dd>
-  <dt>@code{-6}</dt>
-  <dd>Force DNS resolution of following host names on the command line to the IPv6 namespace.</dd>
-  <dt>@code{-c}</dt>
-  <dd>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.</dd>
-  <dt>@code{-d}</dt>
-  <dd>Turn on debugging mode.</dd>
-  <dt>@code{-i}</dt>
-  <dd>Force @code{ntpq} to operate in interactive mode.  Prompts will be written to the standard output and commands read from the standard input.</dd>
-  <dt>@code{-n}</dt>
-  <dd>Output all host addresses in dotted-quad numeric format rather than converting to the canonical host names.</dd>
-  <dt>@code{-p}</dt>
-  <dd>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.</dd>
-</dl>