]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P238
authorHarlan Stenn <stenn@ntp.org>
Fri, 9 Dec 2011 19:19:04 +0000 (19:19 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 9 Dec 2011 19:19:04 +0000 (19:19 +0000)
bk: 4ee25f28hxj3iyvgO7HITS4m0nQZiw

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 5ddba5d33d7916916cdbc47218cf4bb17ca5c32d..70766a301a95f9c89ed3561ea4c8a57299c512e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p238) 2011/12/09 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2082] from 4.2.6p5-RC3: 3-char refid sent by ntpd 4.2.6p5-RC2
   ends with extra dot.
 * [Bug 2085] from 4.2.6p5-RC3: clock_update() sys_rootdisp calculation
index 0d46bbc7bda65d2f1207907f97c3baf98cd09de1..441801a1c3f62c4c0d4cb884af58c6aec5b186ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:27:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:17:10 PM 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.7p237\n\
+"ntpd 4.2.7p238\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.7p237\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index fa7dfb5d6d544d40d86c380d610cf903ed1eda61..b3e8ed47e90e5c04ea187e1cfa128e050dd96dcf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:27:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:17:10 PM 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.7p237"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p237"
+#define NTPD_VERSION       "4.2.7p238"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 81e00f60fa0d087458a151770fdbf32792e3790f..98193ba07e7fd722a0118aa5dcd4645aca7275eb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:28:33 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:17:42 PM 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.7p237
+ntpd - NTP daemon program - Ver. 4.2.7p238
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 71bc8b99424e908c928aadd3d991e1505aba1c2b..3d9b8b392ac77f44af7f164a72a4cc688626bc21 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpd 1ntpdman "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:38 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3dd6ba12fe64af491b7b1614ca225f114490db55..387e1f5273936fc16524cab0ec7f2f36985255e0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:43 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2df5aed86af94f33c3dd279edc82bc58b3ed37e0..d46d0eff7d115fde9e9552449ef30f331ebc0d34 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpd @NTPD_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:38 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8f6af077a27c7f969e892147ce180afade98fc8b..50d144bec487453855df492302354daa8dedb0aa 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:43 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 975527eb06079863029470e0ee0753d19212d13f..89e4b97937581f5e5d458661e09f58dc9593837c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:28:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:17:48 PM 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.7p237\n\
+"ntpdc 4.2.7p238\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.7p237\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 310e45e2d14f78c86e63a01033f5473c6a5544af..525f1c242c59da275acd549f4a5e4ed2b55bde51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:28:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:17:48 PM 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.7p237"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p237"
+#define NTPDC_VERSION       "4.2.7p238"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 643ab885671be6ce3d1b974d5014b4603ab40989..822671da70878802cb3fbdd03c2015e8e2ab8251 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM 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.7p237
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p238
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8747f9103cc117ddac75afb1f9199d757a1fe1ed..4c4b843da57273430ea7a385a0e0778054d1b60f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpdc 1ntpdcman "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:57 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 08ed1a2d77a79c8e94e907be9e575cabdc427d1f..3b746b9b2969c5a826dd50b760a8197c16e94427 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 79062cd21f39f5636a8abef8d1b57a30630d5a9f..df7f3c558eea67b430e5f90e10d1ab353a637548 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.7p237 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p238 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.7p237
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p238
 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 6d74dd12a87f299da27e752e6b050954aaa970ea..5192b7b7d1515adc3903429aec6e5e36414e4f70 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpdc @NTPDC_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:57 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3355eef367f44ef2fe455af888171a17097ba9bf..1e6a05592a003db00e059b1334a225be8503ef7c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:28:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cac449c56f9f849cd133053342a214ed870f4731..d29adea8c98855d3499170dfaedd952d0efa5d4c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:28:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:01 PM 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.7p237\n\
+"ntpq 4.2.7p238\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.7p237\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5db904b44d585a2825a77b162e31b9ae39b80658..f5b574fdcbe0e2d2b2f6eff47644109c2ca8b078 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:28:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:01 PM 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.7p237"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p237"
+#define NTPQ_VERSION       "4.2.7p238"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fb915a9b5524baf4a8391a15ce3edf328e08a984..c2bfde4afe2c1dcaef13885e40b0183be8daf6e1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:29:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:18:15 PM 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.7p237
+ntpq - standard NTP query program - Ver. 4.2.7p238
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e738bb548d6e03caf0705c106f093971879279ad..fcc17b65743d6cc5010c67721be5e254d09ea812 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpq 1ntpqman "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:12 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 99237a248466ca05865306ff4ac16768e3bc21d1..9425b3f0119382aac414a9dd74fb1b3f805baf86 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 27fb156b463a5c691ff288d9258594216b356ce8..1a0291b442c8931e85dfd0b9a6756caebd1761d9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpq @NTPQ_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:12 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cc8bdb27d15712be4d89d4a51c119e076ac55c50..1f5c851ba8cb9b93db44ffbc0e14640efcade74e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e4ef08a7957bb40214f9dc9cffd7c6352fe72f80..9997abf3d7fcd19d5370901e9a9f1ae24e5edc48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:29:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM 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.7p237\n\
+"ntpsnmpd 4.2.7p238\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.7p237\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 35602a6ab24273aed9f4ddf0cd6d17f5720fcd68..efb74049dfaad346ddb40085d84b9a4636d9ad57 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:29:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM 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.7p237"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p237"
+#define NTPSNMPD_VERSION       "4.2.7p238"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 74fb907e8f34dd0ce0c27930ea0b2379a1677bd7..4612583d4df60878a5e9cd90a330dc145bc8b559 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:29:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM 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.7p237
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p238
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 6f8da11b03ce469873c4497d141d7758a5d934f9..1a6ed70cba6c1f9662c4f5da029d89c5ad9caa50 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:19 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 12cdf1674c02c50cb5ec6cff8972e3d1878c7e1c..110cef6054caf26e8251539fa19649d1f4943ae2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8ea6e89c549b57adb396fa2a2a5bf0c20d4e36c9..0970ce7bee3b5353c87f6f3f1708ff9bd11cbd67 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:19 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d997876954e8651f1ce069621a11d0a0a8ad2cb9..2fb982741d8d4a93016a9822ecfd4e3b3847388b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a5863ff9e8da163dc0969d672c60b0b1be7fe912..f7ceabb2f86de1a2a113aad18780ffec545bf5e3 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=237
+point=238
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index a77950fb5ef06b1e94785a6b88bf3d81b3ed47cc..48aac1a24f57ac996f0199fcea0a69dc095c4804 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:27:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:17:05 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 569dd835016b5cd01145d8dd77583efe2311197e..155f091121ad36a044037da22441c27c64e58c25 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
+.TH ntp-wait 1ntp-waitman "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:03 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 438cdfd4353a3987a2ac1edcedf689cc7553b627..a81178449577d89db1b82d5883a17496ce2eb1e2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 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  December  1, 2011 at 05:27:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:06 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7225ec1b26f666de2ee71219dea5ebef755ee57c..bcf12ff91637894c2a04149ae9f34e3325adf9aa 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.7p237 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p238 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 577501f2572a2732255a1758abfd65a9307c5934..4c0fbef0f1b4dd975e2cd72d2073d1de1a8ebcf1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:27:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:03 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fec6018a2c786d5793c4a5f68ed38534483d18d1..b2e5b7f7fbd5f872b9fa773d6831ecbe7ff8284b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 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  December  1, 2011 at 05:27:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:06 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3421a247466678b9d572b631959309e2d7782c9d..ea7d2f49774461e29ef652345be4561952a81845 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:24:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:36 PM 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.7p237\n\
+"sntp 4.2.7p238\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.7p237\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 89fac6a1d4772887f1a4f4116298bcf2fa2045bc..2719a24f67589b1a6f55c4657715cdbe50588254 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:24:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:36 PM 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.7p237"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p237"
+#define SNTP_VERSION       "4.2.7p238"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a3674e057d2cd5462979b9c74dcbeac84cf048f5..9e743fb1866137dab4206fe027e542eaa7d31830 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:18:45 PM 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.7p237
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p238
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b14546a33d311147b49d36a08f95bee71f1aa3c4..d13514688d21de64aaa39ae74b9cb31a24382ea3 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH sntp 1sntpman "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:43 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9a166f24a92b0de90c343296df53fee0fede7335..b244cb23c1ebbdb30a929e96ad84cf8c465e2964 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:46 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bf77a58b5e3b635e2b20a2b65d76318c7b101bee..10f36a02b4c0d088ddda1b10079d659b39857818 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.7p237 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p238 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.7p237
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p238
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 644345a1c43de21df57429f332174790573c811f..72026d943dde09bae15622cbd996074c07b5b20a 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "01 Dec 2011" "4.2.7p237" "User Commands"
+.TH sntp @SNTP_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:43 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a778d0692f51e2bd34e4b0997124ab1a1bfcc4c2..434bf25f1a49c9b9299fe83e8bc0ff7626ec7b36 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:46 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7cf8036340b9e836a922092ad40cce451a3674ce..5f67dd8436890d872a1d9def50017cb7fa037994 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:29:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:24 PM 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.7p237\n\
+"ntp-keygen (ntp) 4.2.7p238\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.7p237\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p238\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5b6a33e4671c0a0458845a52c38e4b5922fcd351..4fb0816a1414e99cde3787b08bac05c087391b1c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2011 at 05:29:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December  9, 2011 at 07:18:24 PM 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.7p237"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p237"
+#define NTP_KEYGEN_VERSION       "4.2.7p238"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p238"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5aa725c9174e407b45028f15d42e62f28a0c432b..d336ee2d2c72c987f712c3a6ee35e7b89df944fd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
+# It has been AutoGen-ed  December  9, 2011 at 07:18:34 PM 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.7p237
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p238
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 168ecdad127333aec9cb5d5785d5922c4567ae9d..719c67c6f2f91423c3dd3b4c698969f7a9c21568 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:31 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a703aa23b341d37574b7efc79d2e85790d6083f5..65d6aa9d4b7407464601a211d4bf2349fe2af5d7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 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  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:35 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9521bf99ce1f9bc522064ad81c0103381b080688..394cb28976f3916c8f564d65ab384402ec7d7c08 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "01 Dec 2011" "ntp (4.2.7p237)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2011 at 05:29:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:31 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 70e6bcccbd57e93008a6866e8f106cbecb517a90..cc90671870f3b37a80696795f6f3268786464d4b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 1 2011
+.Dd December 9 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  December  1, 2011 at 05:29:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:35 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME