*
* DO NOT EDIT THIS FILE (ntpd-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:37:09 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:05 AM EST
* From the definitions ntpd-opts.def
* and the template file options
*
"Slew up to 600 seconds";
tSCC zSlew_NAME[] = "SLEW";
tSCC zSlew_Name[] = "slew";
-#define SLEW_FLAGS (OPTST_DISABLED \
- | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
+#define SLEW_FLAGS (OPTST_DISABLED)
/*
* Help/More_Help/Version option descriptions:
*/
tSCC zPROGNAME[] = "NTPD";
tSCC zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p66-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (ntpd-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:37:08 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:04 AM EST
* From the definitions ntpd-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 34
-#define NTPD_VERSION "4.2.3p66-RC"
-#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p66-RC"
+#define NTPD_VERSION "4.2.3p67-RC"
+#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (ntpd-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:37:12 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:08 AM EST
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPD 1 2006-11-19 "( 4.2.3p66-RC)" "Programmer's Manual"
+.TH NTPD 1 2006-11-21 "( 4.2.3p67-RC)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpd.1)
.\"
-.\" It has been AutoGen-ed Sunday November 19, 2006 at 06:37:11 AM EST
+.\" It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:06 AM EST
.\" From the definitions ntpd-opts.def
.\" and the template file agman1.tpl
.\"
.sp
.TP
-.BR \-x " \fIstring\fP, " \--slew "=" \fIstring\fP
+.BR \-x ", " \--slew
Slew up to 600 seconds.
.sp
Normally, the time is slewed if the offset is less than the step threshold, which is 128 ms by default, and stepped if above the threshold.
*
* DO NOT EDIT THIS FILE (ntpdsim-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:37:14 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:10 AM EST
* From the definitions ntpdsim-opts.def
* and the template file options
*
"Slew up to 600 seconds";
tSCC zSlew_NAME[] = "SLEW";
tSCC zSlew_Name[] = "slew";
-#define SLEW_FLAGS (OPTST_DISABLED \
- | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
+#define SLEW_FLAGS (OPTST_DISABLED)
/*
* Ndelay option description:
*/
tSCC zPROGNAME[] = "NTPDSIM";
tSCC zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p66-RC\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (ntpdsim-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:37:13 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:09 AM EST
* From the definitions ntpdsim-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 43
-#define NTPDSIM_VERSION "4.2.3p66-RC"
-#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p66-RC"
+#define NTPDSIM_VERSION "4.2.3p67-RC"
+#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (ntpdsim-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:37:17 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:12 AM EST
# From the definitions ntpdsim-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPDSIM 1 2006-11-19 "( 4.2.3p66-RC)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-11-21 "( 4.2.3p67-RC)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpdsim.1)
.\"
-.\" It has been AutoGen-ed Sunday November 19, 2006 at 06:37:15 AM EST
+.\" It has been AutoGen-ed Tuesday November 21, 2006 at 06:34:11 AM EST
.\" From the definitions ntpdsim-opts.def
.\" and the template file agman1.tpl
.\"
.sp
.TP
-.BR \-x " \fIstring\fP, " \--slew "=" \fIstring\fP
+.BR \-x ", " \--slew
Slew up to 600 seconds.
.sp
Normally, the time is slewed if the offset is less than the step threshold, which is 128 ms by default, and stepped if above the threshold.
*
* DO NOT EDIT THIS FILE (ntpdc-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:43:36 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:24 AM EST
* From the definitions ntpdc-opts.def
* and the template file options
*
*/
tSCC zPROGNAME[] = "NTPDC";
tSCC zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p66-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (ntpdc-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:43:35 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:23 AM EST
* From the definitions ntpdc-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 15
-#define NTPDC_VERSION "4.2.3p66-RC"
-#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p66-RC"
+#define NTPDC_VERSION "4.2.3p67-RC"
+#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (ntpdc-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:43:38 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:26 AM EST
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPDC 1 2006-11-19 "( 4.2.3p66-RC)" "Programmer's Manual"
+.TH NTPDC 1 2006-11-21 "( 4.2.3p67-RC)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpdc.1)
.\"
-.\" It has been AutoGen-ed Sunday November 19, 2006 at 06:43:37 AM EST
+.\" It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:25 AM EST
.\" From the definitions ntpdc-opts.def
.\" and the template file agman1.tpl
.\"
*
* DO NOT EDIT THIS FILE (ntpq-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:06 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:53 AM EST
* From the definitions ntpq-opts.def
* and the template file options
*
*/
tSCC zPROGNAME[] = "NTPQ";
tSCC zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p66-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (ntpq-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:06 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:53 AM EST
* From the definitions ntpq-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 13
-#define NTPQ_VERSION "4.2.3p66-RC"
-#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p66-RC"
+#define NTPQ_VERSION "4.2.3p67-RC"
+#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (ntpq-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:44:08 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:56 AM EST
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPQ 1 2006-11-19 "( 4.2.3p66-RC)" "Programmer's Manual"
+.TH NTPQ 1 2006-11-21 "( 4.2.3p67-RC)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpq.1)
.\"
-.\" It has been AutoGen-ed Sunday November 19, 2006 at 06:44:07 AM EST
+.\" It has been AutoGen-ed Tuesday November 21, 2006 at 06:40:55 AM EST
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
-point=66
+point=67
# Special. Normally unused. A suffix.
#special=ag
special=
*
* DO NOT EDIT THIS FILE (sntp-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:35 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:21 AM EST
* From the definitions sntp-opts.def
* and the template file options
*
*/
tSCC zPROGNAME[] = "SNTP";
tSCC zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p66-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> | --<name> ]...\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (sntp-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:34 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:21 AM EST
* From the definitions sntp-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 12
-#define SNTP_VERSION "4.2.3p66-RC"
-#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p66-RC"
+#define SNTP_VERSION "4.2.3p67-RC"
+#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (sntp-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:44:37 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:24 AM EST
# From the definitions sntp-opts.def
# and the template file aginfo.tpl
@end ignore
*
* DO NOT EDIT THIS FILE (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:44 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:30 AM EST
* From the definitions ntp-keygen-opts.def
* and the template file options
*
*/
tSCC zPROGNAME[] = "NTP_KEYGEN";
tSCC zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p66-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p67-RC\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed Sunday November 19, 2006 at 06:44:43 AM EST
+ * It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:30 AM EST
* From the definitions ntp-keygen-opts.def
* and the template file options
*
} teOptIndex;
#define OPTION_CT 24
-#define NTP_KEYGEN_VERSION "4.2.3p66-RC"
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p66-RC"
+#define NTP_KEYGEN_VERSION "4.2.3p67-RC"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p67-RC"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# DO NOT EDIT THIS FILE (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed Sunday November 19, 2006 at 06:44:46 AM EST
+# It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:32 AM EST
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTP-KEYGEN 1 2006-11-19 "(ntp 4.2.3p66-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-11-21 "(ntp 4.2.3p67-RC)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed Sunday November 19, 2006 at 06:44:45 AM EST
+.\" It has been AutoGen-ed Tuesday November 21, 2006 at 06:41:31 AM EST
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"