]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P237 NTP_4_2_7P237
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 05:30:22 +0000 (05:30 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 05:30:22 +0000 (05:30 +0000)
bk: 4ed710ee1s9Qqga1ISXo6pITr6mTHA

52 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1ntpdman
ntpd/ntpd.1ntpdmdoc
ntpd/ntpd.man.in
ntpd/ntpd.mdoc.in
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1ntpdcman
ntpdc/ntpdc.1ntpdcmdoc
ntpdc/ntpdc.html
ntpdc/ntpdc.man.in
ntpdc/ntpdc.mdoc.in
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1ntpsnmpdman
ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
ntpsnmpd/ntpsnmpd.man.in
ntpsnmpd/ntpsnmpd.mdoc.in
packageinfo.sh
scripts/ntp-wait-opts.texi
scripts/ntp-wait.1ntp-waitman
scripts/ntp-wait.1ntp-waitmdoc
scripts/ntp-wait.html
scripts/ntp-wait.man.in
scripts/ntp-wait.mdoc.in
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1sntpman
sntp/sntp.1sntpmdoc
sntp/sntp.html
sntp/sntp.man.in
sntp/sntp.mdoc.in
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1ntp-keygenman
util/ntp-keygen.1ntp-keygenmdoc
util/ntp-keygen.man.in
util/ntp-keygen.mdoc.in

index 299689352458b628d6fed88668359d8088ec7b6f..212867ffb72a0f1cd589b490b694e5c020b625e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p237) 2011/12/01 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2050] from 4.2.6p5-RC2: Orphan mode stratum counting to infinity.
 * [Bug 2059] from 4.2.6p5-RC2: optional billboard column "server" does
   not honor -n.
index 6cbd0d2b2284aa4cbcc21b5b8863b4493c2a45e0..0d46bbc7bda65d2f1207907f97c3baf98cd09de1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:42:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:27:23 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p236\n\
+"ntpd 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p236\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 52afea31953788dd20e9b4677c769dcc6b64a4a1..fa7dfb5d6d544d40d86c380d610cf903ed1eda61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:42:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:27:23 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p236"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p236"
+#define NTPD_VERSION       "4.2.7p237"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1212a180fef6c6221e3fd3403c76bed26e2d7cf5..81e00f60fa0d087458a151770fdbf32792e3790f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:44:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:28:33 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p236
+ntpd - NTP daemon program - Ver. 4.2.7p237
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 4a1463964fffc51dbfc932133f15c400cdcb9adc..71bc8b99424e908c928aadd3d991e1505aba1c2b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpd 1ntpdman "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:43:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index db0cbbb76999e91342d61e6f7fe7fc0b80679a3c..3dd6ba12fe64af491b7b1614ca225f114490db55 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:44:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7952c1f70b5146f2c15604ab056262ddd7badb4c..2df5aed86af94f33c3dd279edc82bc58b3ed37e0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpd @NTPD_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:43:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1236b00196338b5e88d7f9d0c3b270f77c19b65e..8f6af077a27c7f969e892147ce180afade98fc8b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:44:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4ae1139a2d16f2a3e6fd613bc05cd9d9b86420be..975527eb06079863029470e0ee0753d19212d13f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:44:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:28:41 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p236\n\
+"ntpdc 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a849161b0e7be4b73fc0e4cc438f1a33e9beb425..310e45e2d14f78c86e63a01033f5473c6a5544af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:44:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:28:41 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p236"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p236"
+#define NTPDC_VERSION       "4.2.7p237"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 914446586984e2f803af4f6895ef25d01b9f8cee..643ab885671be6ce3d1b974d5014b4603ab40989 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:45:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p237
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 229dfde1871a6f7b3b60a5d395a7f5a6338cd8e1..8747f9103cc117ddac75afb1f9199d757a1fe1ed 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpdc 1ntpdcman "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9bb2715e65d1f3b18752a5c0325d0bbdd15b392a..08ed1a2d77a79c8e94e907be9e575cabdc427d1f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 39e1df7e6da6066a02c32ff6362508493816a3f8..79062cd21f39f5636a8abef8d1b57a30630d5a9f 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p236 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p237 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p237
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 693a3ca7fb25121cb137328009c5464a8303d3cf..6d74dd12a87f299da27e752e6b050954aaa970ea 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpdc @NTPDC_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index de52ba6f8a97e221ec7b2d440058a713ccfcd2e9..3355eef367f44ef2fe455af888171a17097ba9bf 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aa797e6e9a3921710e287bcec04be0f4cbf83272..cac449c56f9f849cd133053342a214ed870f4731 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:45:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:28:58 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p236\n\
+"ntpq 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p236\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a8486ae17a98b2f428ed8155b984c78ae188f712..5db904b44d585a2825a77b162e31b9ae39b80658 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:45:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:28:58 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p236"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p236"
+#define NTPQ_VERSION       "4.2.7p237"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a94b009dbf0c6acce46b93c9688a21bfd58fb599..fb915a9b5524baf4a8391a15ce3edf328e08a984 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:45:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:29:15 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p236
+ntpq - standard NTP query program - Ver. 4.2.7p237
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 84693fdb620ebd044867dcb0af99b04fdf978633..e738bb548d6e03caf0705c106f093971879279ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpq 1ntpqman "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 96dcadd9292b0c58eaaa7493b8efc666231f84fc..99237a248466ca05865306ff4ac16768e3bc21d1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c8596a03baeeb26d118786ae804aab34f0fb08e9..27fb156b463a5c691ff288d9258594216b356ce8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpq @NTPQ_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5f2aea9abd45132bf026badf08d5c531995f6827..cc8bdb27d15712be4d89d4a51c119e076ac55c50 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1ba3742c4fd729ffd044c672d66860b79f8de53d..e4ef08a7957bb40214f9dc9cffd7c6352fe72f80 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:45:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:29:17 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p236\n\
+"ntpsnmpd 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p236\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ba54e028596f5ef544861399cbe1a6203063dc07..35602a6ab24273aed9f4ddf0cd6d17f5720fcd68 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:45:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:29:17 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p236"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p236"
+#define NTPSNMPD_VERSION       "4.2.7p237"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c2893247b98e58082b1adc007dd0b79bf5dee6c8..74fb907e8f34dd0ce0c27930ea0b2379a1677bd7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:46:09 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:29:25 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p236
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p237
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index b83609d50874c7dd951a7ab6c53cea6f96446e79..6f8da11b03ce469873c4497d141d7758a5d934f9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:23 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0813605a84835f51468cf16dccb7de6f365298fc..12cdf1674c02c50cb5ec6cff8972e3d1878c7e1c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fabade0bbc86d60abfa27778016d8443f9ab648e..8ea6e89c549b57adb396fa2a2a5bf0c20d4e36c9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:23 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b41c6f7edcab805dbcdcdbf00febb320409b1c4..d997876954e8651f1ce069621a11d0a0a8ad2cb9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 09c649b1f7f50865ba556c34bcc2d112e7b3dc66..a5863ff9e8da163dc0969d672c60b0b1be7fe912 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=236
+point=237
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 23a328a737e0e8f28dd87cf09ab1f3db1c1882ca..a77950fb5ef06b1e94785a6b88bf3d81b3ed47cc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:42:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:27:12 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3d40c51ad488442928c5d477f2a568585845c8c3..569dd835016b5cd01145d8dd77583efe2311197e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
+.TH ntp-wait 1ntp-waitman "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7df67b13eb72f5dd071ea1a09739439a38b2cd52..438cdfd4353a3987a2ac1edcedf689cc7553b627 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:13 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 172d97a928d2ce87a9591414eece353189485fb2..7225ec1b26f666de2ee71219dea5ebef755ee57c 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p236 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p237 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index f9b8835d8c953aa2e740d42766da8abf41f81c7d..577501f2572a2732255a1758abfd65a9307c5934 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3c503c15442c52fc0d31a238722d0ad5226fbc68..fec6018a2c786d5793c4a5f68ed38534483d18d1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:13 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 20bc98a3b074556a78c2170ee3bc30971388d934..3421a247466678b9d572b631959309e2d7782c9d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:37:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:24:40 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p236\n\
+"sntp 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[161] =
-"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index e5217231628d8eba5acbc7cf210f946cc84a4fff..89fac6a1d4772887f1a4f4116298bcf2fa2045bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:37:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:24:40 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p236"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p236"
+#define SNTP_VERSION       "4.2.7p237"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8ce559d274ac549b4ada06d49e1cd1280b9a22b5..a3674e057d2cd5462979b9c74dcbeac84cf048f5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:46:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p237
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index a996297bcafd7fc03162614cf63c7564ce2cf461..b14546a33d311147b49d36a08f95bee71f1aa3c4 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH sntp 1sntpman "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:53 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 79af240a4b7f53d62b2ea891839bd7822dda5992..9a166f24a92b0de90c343296df53fee0fede7335 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6d063182a4db4b67441a80aa1936797d1d37aadc..bf77a58b5e3b635e2b20a2b65d76318c7b101bee 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p236 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p237 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p237
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6797b8f9440fc7d1f8d87fc557cce947533ee5f9..644345a1c43de21df57429f332174790573c811f 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
+.TH sntp @SNTP_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:53 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5fe35b6f7757444cc0c1ae41a8c8c86451e070ca..a778d0692f51e2bd34e4b0997124ab1a1bfcc4c2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cf392faef164f5adcfb7aae4c08a6c64ce52427b..7cf8036340b9e836a922092ad40cce451a3674ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:46:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:29:29 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p236\n\
+"ntp-keygen (ntp) 4.2.7p237\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -808,7 +808,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p236\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p237\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5c7b1c89d8fd6b5081b354f0d92bd4c3b2a51641..5b6a33e4671c0a0458845a52c38e4b5922fcd351 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 10:46:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  1, 2011 at 05:29:28 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p236"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p236"
+#define NTP_KEYGEN_VERSION       "4.2.7p237"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p237"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9dd6bc894018e659246d9056e834a873f82fe28a..5aa725c9174e407b45028f15d42e62f28a0c432b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 10:46:26 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p236
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p237
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 2cef72ffb0aa1d4e065a97dae15ab00d8d6e02ad..168ecdad127333aec9cb5d5785d5922c4567ae9d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:36 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 72819ee1104f9ae2d19911b9c9bd2d7577018f6e..a703aa23b341d37574b7efc79d2e85790d6083f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b4cc01a89caec1c0383bece7b9e37bd506a19f07..9521bf99ce1f9bc522064ad81c0103381b080688 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:36 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2f370d845ce77957dc75a4e2705259c2d69493d5..70e6bcccbd57e93008a6866e8f106cbecb517a90 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 16 2011
+.Dd December 1 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME