+* [Bug 714] ntpq -p should conflict with -i, not -c.
* WWV refclock improvements from Dave Mills.
* [Bug 689] Deprecate HEATH GC-1001 II; the driver never worked.
* [Bug 342] Deprecate broken TRAK refclock driver
*
* DO NOT EDIT THIS FILE (ntpq-opts.c)
*
- * It has been AutoGen-ed Thursday September 21, 2006 at 07:41:22 AM EDT
+ * It has been AutoGen-ed Friday September 22, 2006 at 08:21:17 PM EDT
* From the definitions ntpq-opts.def
* and the template file options
*/
*/
+#include <limits.h>
#define OPTION_CODE_COMPILE 1
#include "ntpq-opts.h"
tSCC zCommand_NAME[] = "COMMAND";
tSCC zCommand_Name[] = "command";
#define COMMAND_FLAGS (OPTST_DISABLED | OPTST_STACKED \
- | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
+ | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
/*
* Debug_Level option description:
tSCC zSet_Debug_Level_NAME[] = "SET_DEBUG_LEVEL";
tSCC zSet_Debug_Level_Name[] = "set-debug-level";
#define SET_DEBUG_LEVEL_FLAGS (OPTST_DISABLED \
- | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
+ | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
#else /* disable Set_Debug_Level */
#define VALUE_OPT_SET_DEBUG_LEVEL NO_EQUIVALENT
tSCC zPeers_Name[] = "peers";
static const int
aPeersCantList[] = {
- INDEX_OPT_COMMAND, NO_EQUIVALENT };
+ INDEX_OPT_INTERACTIVE, NO_EQUIVALENT };
#define PEERS_FLAGS (OPTST_DISABLED)
/*
name = peers;
value = p;
descrip = "Print a list of the peers";
- flags-cant = command;
+ flags-cant = interactive;
doc = <<- _EndOfDoc_
Print a list of the peers known to the server as well as a summary
of their state. This is equivalent to the 'peers' interactive command.
*
* DO NOT EDIT THIS FILE (ntpq-opts.h)
*
- * It has been AutoGen-ed Thursday September 21, 2006 at 07:41:21 AM EDT
+ * It has been AutoGen-ed Friday September 22, 2006 at 08:21:17 PM EDT
* From the definitions ntpq-opts.def
* and the template file options
*/
#
# DO NOT EDIT THIS FILE (ntpq-opts.texi)
#
-# It has been AutoGen-ed Thursday September 21, 2006 at 07:41:24 AM EDT
+# It has been AutoGen-ed Friday September 22, 2006 at 08:21:20 PM EDT
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
The following option preset mechanisms are supported:
- reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
+ - reading file /deacon/backroom/ntp-dev/ntpq/.ntprc
- reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
+ - reading file /deacon/backroom/ntp-dev/ntpq/.ntprc
- examining environment variables named NTPQ_*
The
@itemize @bullet
@item
must not appear in combination with any of the following options:
-command.
+interactive.
@end itemize
Print a list of the peers known to the server as well as a summary
-.TH NTPQ 1 2006-09-21 "( 4.2.3p49)" "Programmer's Manual"
+.TH NTPQ 1 2006-09-22 "( 4.2.3p49)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpq.1)
.\"
-.\" It has been AutoGen-ed Thursday September 21, 2006 at 07:41:23 AM EDT
+.\" It has been AutoGen-ed Friday September 22, 2006 at 08:21:19 PM EDT
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
.BR \-p ", " \--peers
Print a list of the peers.
This option must not appear in combination with any of the following options:
-command.
+interactive.
.sp
Print a list of the peers known to the server as well as a summary
of their state. This is equivalent to the 'peers' interactive command.