*
* DO NOT EDIT THIS FILE (ntpd-opts.c)
*
- * It has been AutoGen-ed Friday August 18, 2006 at 05:35:11 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:46 PM EDT
* From the definitions ntpd-opts.def
* and the template file options
*/
#define NOVIRTUALIPS_FLAGS (OPTST_DISABLED)
/*
- * Enablemmtimer option description:
+ * Modifymmtimer option description:
*/
#ifdef SYS_WINNT
-tSCC zEnablemmtimerText[] =
- "Enable Multimedia Timer (Windows only)";
-tSCC zEnablemmtimer_NAME[] = "ENABLEMMTIMER";
-tSCC zEnablemmtimer_Name[] = "enablemmtimer";
-#define ENABLEMMTIMER_FLAGS (OPTST_DISABLED)
-
-#else /* disable Enablemmtimer */
-#define VALUE_OPT_ENABLEMMTIMER NO_EQUIVALENT
-#define ENABLEMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT)
-#define zEnablemmtimerText NULL
-#define zEnablemmtimer_NAME NULL
-#define zEnablemmtimer_Name NULL
+tSCC zModifymmtimerText[] =
+ "Modify Multimedia Timer (Windows only)";
+tSCC zModifymmtimer_NAME[] = "MODIFYMMTIMER";
+tSCC zModifymmtimer_Name[] = "modifymmtimer";
+#define MODIFYMMTIMER_FLAGS (OPTST_DISABLED)
+
+#else /* disable Modifymmtimer */
+#define VALUE_OPT_MODIFYMMTIMER NO_EQUIVALENT
+#define MODIFYMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT)
+#define zModifymmtimerText NULL
+#define zModifymmtimer_NAME NULL
+#define zModifymmtimer_Name NULL
#endif /* SYS_WINNT */
/*
/* desc, NAME, name */ zNovirtualipsText, zNovirtualips_NAME, zNovirtualips_Name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 15, VALUE_OPT_ENABLEMMTIMER,
- /* equiv idx, value */ 15, VALUE_OPT_ENABLEMMTIMER,
+ { /* entry idx, value */ 15, VALUE_OPT_MODIFYMMTIMER,
+ /* equiv idx, value */ 15, VALUE_OPT_MODIFYMMTIMER,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
- /* opt state flags */ ENABLEMMTIMER_FLAGS, 0,
+ /* opt state flags */ MODIFYMMTIMER_FLAGS, 0,
/* last opt argumnt */ NULL,
/* arg list/cookie */ NULL,
/* must/cannot opts */ NULL, NULL,
/* option proc */ NULL,
- /* desc, NAME, name */ zEnablemmtimerText, zEnablemmtimer_NAME, zEnablemmtimer_Name,
+ /* desc, NAME, name */ zModifymmtimerText, zModifymmtimer_NAME, zModifymmtimer_Name,
/* disablement strs */ NULL, NULL },
{ /* entry idx, value */ 16, VALUE_OPT_NOFORK,
*/
tSCC zPROGNAME[] = "NTPD";
tSCC zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p33\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p34\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 Friday August 18, 2006 at 05:35:10 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:46 PM EDT
* From the definitions ntpd-opts.def
* and the template file options
*/
INDEX_OPT_KEYFILE = 12,
INDEX_OPT_LOGFILE = 13,
INDEX_OPT_NOVIRTUALIPS = 14,
- INDEX_OPT_ENABLEMMTIMER = 15,
+ INDEX_OPT_MODIFYMMTIMER = 15,
INDEX_OPT_NOFORK = 16,
INDEX_OPT_NICE = 17,
INDEX_OPT_PIDFILE = 18,
} teOptIndex;
#define OPTION_CT 34
-#define NTPD_VERSION "4.2.3p33"
-#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p33"
+#define NTPD_VERSION "4.2.3p34"
+#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#define VALUE_OPT_LOGFILE 'l'
#define VALUE_OPT_NOVIRTUALIPS 'L'
#ifdef SYS_WINNT
-#define VALUE_OPT_ENABLEMMTIMER 'M'
+#define VALUE_OPT_MODIFYMMTIMER 'M'
#endif /* SYS_WINNT */
#define VALUE_OPT_NOFORK 'n'
#define VALUE_OPT_NICE 'N'
#
# DO NOT EDIT THIS FILE (ntpd-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:35:14 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:09:49 PM EDT
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
* ntpd debug-level:: debug-level option (-d)
* ntpd driftfile:: driftfile option (-f)
* ntpd dvar:: dvar option (-V)
-* ntpd enablemmtimer:: enablemmtimer option (-M)
* ntpd interface:: interface option (-I)
* ntpd ipv4:: ipv4 option (-4)
* ntpd ipv6:: ipv6 option (-6)
* ntpd jaildir:: jaildir option (-i)
* ntpd keyfile:: keyfile option (-k)
* ntpd logfile:: logfile option (-l)
+* ntpd modifymmtimer:: modifymmtimer option (-M)
* ntpd nice:: nice option (-N)
* ntpd nofork:: nofork option (-n)
* ntpd novirtualips:: novirtualips option (-L)
This is the ``do not listen to virtual ips'' option.
Do not listen to virtual IPs. The default is to listen.
-@node ntpd enablemmtimer
-@subsection enablemmtimer option (-M)
-@cindex ntpd-enablemmtimer
+@node ntpd modifymmtimer
+@subsection modifymmtimer option (-M)
+@cindex ntpd-modifymmtimer
-This is the ``enable multimedia timer (windows only)'' option.
+This is the ``modify multimedia timer (windows only)'' option.
This option has some usage constraints. It:
@itemize @bullet
must be compiled in by defining @code{SYS_WINNT} during the compilation.
@end itemize
-Enable the Multimedia Timer for Windows.
+Set the Windows Multimedia Timer to highest resolution.
@node ntpd nofork
@subsection nofork option (-n)
-.TH NTPD 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual"
+.TH NTPD 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpd.1)
.\"
-.\" It has been AutoGen-ed Friday August 18, 2006 at 05:35:12 PM EDT
+.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:09:48 PM EDT
.\" From the definitions ntpd-opts.def
.\" and the template file agman1.tpl
.\"
.sp
Do not listen to virtual IPs. The default is to listen.
.TP
-.BR \-M ", " \--enablemmtimer
-Enable Multimedia Timer (Windows only).
+.BR \-M ", " \--modifymmtimer
+Modify Multimedia Timer (Windows only).
.sp
-Enable the Multimedia Timer for Windows.
+Set the Windows Multimedia Timer to highest resolution.
.TP
.BR \-n ", " \--nofork
Do not fork.
*
* DO NOT EDIT THIS FILE (ntpdsim-opts.c)
*
- * It has been AutoGen-ed Friday August 18, 2006 at 05:35:16 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:51 PM EDT
* From the definitions ntpdsim-opts.def
* and the template file options
*/
#define NOVIRTUALIPS_FLAGS (OPTST_DISABLED)
/*
- * Enablemmtimer option description:
+ * Modifymmtimer option description:
*/
#ifdef SYS_WINNT
-tSCC zEnablemmtimerText[] =
- "Enable Multimedia Timer (Windows only)";
-tSCC zEnablemmtimer_NAME[] = "ENABLEMMTIMER";
-tSCC zEnablemmtimer_Name[] = "enablemmtimer";
-#define ENABLEMMTIMER_FLAGS (OPTST_DISABLED)
-
-#else /* disable Enablemmtimer */
-#define VALUE_OPT_ENABLEMMTIMER NO_EQUIVALENT
-#define ENABLEMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT)
-#define zEnablemmtimerText NULL
-#define zEnablemmtimer_NAME NULL
-#define zEnablemmtimer_Name NULL
+tSCC zModifymmtimerText[] =
+ "Modify Multimedia Timer (Windows only)";
+tSCC zModifymmtimer_NAME[] = "MODIFYMMTIMER";
+tSCC zModifymmtimer_Name[] = "modifymmtimer";
+#define MODIFYMMTIMER_FLAGS (OPTST_DISABLED)
+
+#else /* disable Modifymmtimer */
+#define VALUE_OPT_MODIFYMMTIMER NO_EQUIVALENT
+#define MODIFYMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT)
+#define zModifymmtimerText NULL
+#define zModifymmtimer_NAME NULL
+#define zModifymmtimer_Name NULL
#endif /* SYS_WINNT */
/*
/* desc, NAME, name */ zNovirtualipsText, zNovirtualips_NAME, zNovirtualips_Name,
/* disablement strs */ NULL, NULL },
- { /* entry idx, value */ 18, VALUE_OPT_ENABLEMMTIMER,
- /* equiv idx, value */ 18, VALUE_OPT_ENABLEMMTIMER,
+ { /* entry idx, value */ 18, VALUE_OPT_MODIFYMMTIMER,
+ /* equiv idx, value */ 18, VALUE_OPT_MODIFYMMTIMER,
/* equivalenced to */ NO_EQUIVALENT,
/* min, max, act ct */ 0, 1, 0,
- /* opt state flags */ ENABLEMMTIMER_FLAGS, 0,
+ /* opt state flags */ MODIFYMMTIMER_FLAGS, 0,
/* last opt argumnt */ NULL,
/* arg list/cookie */ NULL,
/* must/cannot opts */ NULL, NULL,
/* option proc */ NULL,
- /* desc, NAME, name */ zEnablemmtimerText, zEnablemmtimer_NAME, zEnablemmtimer_Name,
+ /* desc, NAME, name */ zModifymmtimerText, zModifymmtimer_NAME, zModifymmtimer_Name,
/* disablement strs */ NULL, NULL },
{ /* entry idx, value */ 19, VALUE_OPT_NOFORK,
*/
tSCC zPROGNAME[] = "NTPDSIM";
tSCC zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p33\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34\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 Friday August 18, 2006 at 05:35:15 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:50 PM EDT
* From the definitions ntpdsim-opts.def
* and the template file options
*/
INDEX_OPT_KEYFILE = 15,
INDEX_OPT_LOGFILE = 16,
INDEX_OPT_NOVIRTUALIPS = 17,
- INDEX_OPT_ENABLEMMTIMER = 18,
+ INDEX_OPT_MODIFYMMTIMER = 18,
INDEX_OPT_NOFORK = 19,
INDEX_OPT_NICE = 20,
INDEX_OPT_SERVERTIME = 21,
} teOptIndex;
#define OPTION_CT 43
-#define NTPDSIM_VERSION "4.2.3p33"
-#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p33"
+#define NTPDSIM_VERSION "4.2.3p34"
+#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#define VALUE_OPT_LOGFILE 'l'
#define VALUE_OPT_NOVIRTUALIPS 'L'
#ifdef SYS_WINNT
-#define VALUE_OPT_ENABLEMMTIMER 'M'
+#define VALUE_OPT_MODIFYMMTIMER 'M'
#endif /* SYS_WINNT */
#define VALUE_OPT_NOFORK 'n'
#define VALUE_OPT_NICE 'N'
#
# DO NOT EDIT THIS FILE (ntpdsim-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:35:19 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:09:54 PM EDT
# From the definitions ntpdsim-opts.def
# and the template file aginfo.tpl
@end ignore
* ntpdsim debug-level:: debug-level option (-d)
* ntpdsim driftfile:: driftfile option (-f)
* ntpdsim dvar:: dvar option (-V)
-* ntpdsim enablemmtimer:: enablemmtimer option (-M)
* ntpdsim endsimtime:: endsimtime option (-S)
* ntpdsim freqerr:: freqerr option (-T)
* ntpdsim interface:: interface option (-I)
* ntpdsim jaildir:: jaildir option (-i)
* ntpdsim keyfile:: keyfile option (-k)
* ntpdsim logfile:: logfile option (-l)
+* ntpdsim modifymmtimer:: modifymmtimer option (-M)
* ntpdsim ndelay:: ndelay option (-Y)
* ntpdsim nice:: nice option (-N)
* ntpdsim nofork:: nofork option (-n)
This is the ``do not listen to virtual ips'' option.
Do not listen to virtual IPs. The default is to listen.
-@node ntpdsim enablemmtimer
-@subsection enablemmtimer option (-M)
-@cindex ntpdsim-enablemmtimer
+@node ntpdsim modifymmtimer
+@subsection modifymmtimer option (-M)
+@cindex ntpdsim-modifymmtimer
-This is the ``enable multimedia timer (windows only)'' option.
+This is the ``modify multimedia timer (windows only)'' option.
This option has some usage constraints. It:
@itemize @bullet
must be compiled in by defining @code{SYS_WINNT} during the compilation.
@end itemize
-Enable the Multimedia Timer for Windows.
+Set the Windows Multimedia Timer to highest resolution.
@node ntpdsim nofork
@subsection nofork option (-n)
-.TH NTPDSIM 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpdsim.1)
.\"
-.\" It has been AutoGen-ed Friday August 18, 2006 at 05:35:17 PM EDT
+.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:09:53 PM EDT
.\" From the definitions ntpdsim-opts.def
.\" and the template file agman1.tpl
.\"
.sp
Do not listen to virtual IPs. The default is to listen.
.TP
-.BR \-M ", " \--enablemmtimer
-Enable Multimedia Timer (Windows only).
+.BR \-M ", " \--modifymmtimer
+Modify Multimedia Timer (Windows only).
.sp
-Enable the Multimedia Timer for Windows.
+Set the Windows Multimedia Timer to highest resolution.
.TP
.BR \-n ", " \--nofork
Do not fork.
*
* DO NOT EDIT THIS FILE (ntpdc-opts.c)
*
- * It has been AutoGen-ed Friday August 18, 2006 at 05:41:46 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:12 PM EDT
* 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.3p33\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34\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 Friday August 18, 2006 at 05:41:46 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:12 PM EDT
* From the definitions ntpdc-opts.def
* and the template file options
*/
} teOptIndex;
#define OPTION_CT 15
-#define NTPDC_VERSION "4.2.3p33"
-#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p33"
+#define NTPDC_VERSION "4.2.3p34"
+#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#
# DO NOT EDIT THIS FILE (ntpdc-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:41:49 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:16:14 PM EDT
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPDC 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual"
+.TH NTPDC 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpdc.1)
.\"
-.\" It has been AutoGen-ed Friday August 18, 2006 at 05:41:48 PM EDT
+.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:16:14 PM EDT
.\" 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 Friday August 18, 2006 at 05:42:18 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:41 PM EDT
* From the definitions ntpq-opts.def
* and the template file options
*/
*/
tSCC zPROGNAME[] = "NTPQ";
tSCC zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p33\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p34\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 Friday August 18, 2006 at 05:42:18 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:41 PM EDT
* From the definitions ntpq-opts.def
* and the template file options
*/
} teOptIndex;
#define OPTION_CT 13
-#define NTPQ_VERSION "4.2.3p33"
-#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p33"
+#define NTPQ_VERSION "4.2.3p34"
+#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#
# DO NOT EDIT THIS FILE (ntpq-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:42:20 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:16:44 PM EDT
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPQ 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual"
+.TH NTPQ 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntpq.1)
.\"
-.\" It has been AutoGen-ed Friday August 18, 2006 at 05:42:19 PM EDT
+.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:16:43 PM EDT
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
-point=33
+point=34
# Special. Normally unused. A suffix.
#special=ag
special=
*
* DO NOT EDIT THIS FILE (sntp-opts.c)
*
- * It has been AutoGen-ed Friday August 18, 2006 at 05:42:47 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:08 PM EDT
* From the definitions sntp-opts.def
* and the template file options
*/
*/
tSCC zPROGNAME[] = "SNTP";
tSCC zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p33\n\
+"sntp - standard SNTP program - Ver. 4.2.3p34\n\
USAGE: %s [ -<flag> | --<name> ]...\n";
tSCC zRcName[] = ".ntprc";
tSCC* apzHomeList[] = {
*
* DO NOT EDIT THIS FILE (sntp-opts.h)
*
- * It has been AutoGen-ed Friday August 18, 2006 at 05:42:46 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:07 PM EDT
* From the definitions sntp-opts.def
* and the template file options
*/
} teOptIndex;
#define OPTION_CT 12
-#define SNTP_VERSION "4.2.3p33"
-#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p33"
+#define SNTP_VERSION "4.2.3p34"
+#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#
# DO NOT EDIT THIS FILE (sntp-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:42:49 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:17:10 PM EDT
# 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 Friday August 18, 2006 at 05:43:12 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:18 PM EDT
* 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.3p33\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34\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 Friday August 18, 2006 at 05:43:11 PM EDT
+ * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:17 PM EDT
* From the definitions ntp-keygen-opts.def
* and the template file options
*/
} teOptIndex;
#define OPTION_CT 24
-#define NTP_KEYGEN_VERSION "4.2.3p33"
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p33"
+#define NTP_KEYGEN_VERSION "4.2.3p34"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34"
/*
* Interface defines for all options. Replace "n" with
#
# DO NOT EDIT THIS FILE (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed Friday August 18, 2006 at 05:43:14 PM EDT
+# It has been AutoGen-ed Sunday August 20, 2006 at 08:17:20 PM EDT
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTP-KEYGEN 1 2006-08-18 "(ntp 4.2.3p33)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-08-20 "(ntp 4.2.3p34)" "Programmer's Manual"
.\" DO NOT EDIT THIS FILE (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed Friday August 18, 2006 at 05:43:13 PM EDT
+.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:17:19 PM EDT
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"