]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P67_RC NTP_4_2_3P67_RC
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Nov 2006 11:42:26 +0000 (06:42 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Nov 2006 11:42:26 +0000 (06:42 -0500)
bk: 4562e622ld6-DghbQJpnx7SYlrybaQ

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 2dc5c0658a830b0a5cda43d3c6ac5750418f7af8..bfd30c8471e8f21db3ba8eb5536d955c43c63332 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -370,8 +370,7 @@ tSCC    zSlewText[] =
         "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:
@@ -867,7 +866,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index d0039901684f0bf59a5ed1e4c9c598b138ad6429..3df98af734948c7ca78cc6b60d959b5ab673022c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -90,8 +90,8 @@ typedef enum {
 } 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
index 67aac4f76825f21a42ebe4e591b27015c66cdbbf..d442827adc0e1bf798f608b99a86d0a5c59134eb 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index 50a50a43f734127e06980267392e722e6ca6ca0e..57d8148e9d2d35922673c29c1508c5a0271986da 100644 (file)
@@ -1,7 +1,7 @@
-.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
 .\"
@@ -246,7 +246,7 @@ This option may appear an unlimited number of times.
 .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.
index ab5d85e963f5a098dbab75b79a9cb36433972ad5..3d7c2781827aa4fbb1b68f0a218d9d2016925fb5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -440,8 +440,7 @@ tSCC    zSlewText[] =
         "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:
@@ -1065,7 +1064,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index aa050d760fe046b55948e1ee4efa88a41b3df8a0..94190db30888a7d5a3eaf7be346c12ff1d4ecc87 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -99,8 +99,8 @@ typedef enum {
 } 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
index f13c6c0699a90b2f3c6c453879ca123c35b87365..4543600cc1842308366c0ac1379e81c3ce932fbd 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index bc8c13b86a6ffd065c053bea0f0f29717c3ec514..2966675f5eea63e7d68b2216aef1d620f6ae7828 100644 (file)
@@ -1,7 +1,7 @@
-.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
 .\"
@@ -281,7 +281,7 @@ This option may appear an unlimited number of times.
 .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.
index ac8c31d246f464c43ef52b60e1b96ebd41d2c33e..283de7d455934493389a63a7e85f2708ddfc0eb2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index 3d57e2b69319a8bab5f3cfefc29de27aa99f3a37..6239a49d38b4734fecf6a2bed509abe4e47d6b79 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -71,8 +71,8 @@ typedef enum {
 } 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
index d442e332d33e0e000d24827695750d01c6e7ef98..da89eea136054c38d81c78b2b8a15d35c93a106b 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index 1c4a6f17e0522015f3ede67483ecd9a46d0c9ad0..cd34681ad4dee88896c5c7dc3a9e7597cc4f3ec1 100644 (file)
@@ -1,7 +1,7 @@
-.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
 .\"
index 77c2a701f76d284cc50d0c338ab7775f997bfbec..195037254a55375603172c12fb05234248e3e07f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index a2a5abeed36bff62f48772eb94df45d94bb7ad1d..3eb387407f6070cf8be4abeeee098f437944bc75 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -69,8 +69,8 @@ typedef enum {
 } 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
index 4f74e17acf5215f69624a3dd064c94a5401dc1e5..be5e35ccb425f8f4c001b3ba8d0337f25d65c630 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index f3978384048370695be1fc9cbd24d2a42b297977..ce61061dcd4834237a660da26123e3c82f6d494d 100644 (file)
@@ -1,7 +1,7 @@
-.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
 .\"
index ea0cdb9e2297cf5df36682ac3441fdf842311d27..f77081df757ae5791117a813ef0d72a91dcc501a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=66
+point=67
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index e72ee63297dad5a5054fd5a02a77d452c46bd1c8..831797f893f0cf1d6e6aa34c554de136c0040124 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -484,7 +484,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index 35d9bf4f66ce66040057c4084adad808a347c0d8..244783739ad7ed6a3db0b286ef7f9de115cbf657 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -147,8 +147,8 @@ typedef enum {
 } 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
index e3e9fe35edef9d1003462311ee00dd8cb7e62300..2599a1e147f35bcb0fba081a7bbff2d0dfef4f88 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index 6a068d6f980dc00f6b945bb0a10e222803627811..0aa50f69b2d602ff14a6b3d7410a7d5a27228c77 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 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[] = {
index 21d42b9a0050cf0fdba9602557bbb2a83517db7c..1c7bd3b922355dd2d0726570f2f3f026ffefba03 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  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
  *
@@ -80,8 +80,8 @@ typedef enum {
 } 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
index f7a5c028d66a3b329f9020dabd962a0bd257abca..2331e9143ec446485520b257bf0dec1739a12744 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # 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
index ee6f63e47c7c5c696eec467428d51e82bc146e10..cb8a410c366d923a88f30378ce6bc5ccc4887d60 100644 (file)
@@ -1,7 +1,7 @@
-.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
 .\"