]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P228
authorHarlan Stenn <stenn@ntp.org>
Sun, 23 Oct 2011 10:52:27 +0000 (10:52 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 23 Oct 2011 10:52:27 +0000 (10:52 +0000)
bk: 4ea3f1ebaVQgk4rLfM7kZrsIvSAmWA

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 4d6d0af56c3fae0e4b04955f7546cce6598a1c21..22f192bb624b660b220eee65a0d07b4ffccceaa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p228) 2011/10/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1995] add compile time stamp based era unfolding for
   'step_systime()' and necessary support to 'ntp-calendar.c'.
 (4.2.7p227) 2011/10/22 Released by Harlan Stenn <stenn@ntp.org>
index cc573b78bbf7ec55b2f8a25f6d9ed200f41cfa89..2df4492429fe6215d18602bf74c8a4397a1a5305 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:30:52 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:48:37 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.7p227\n\
+"ntpd 4.2.7p228\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.7p227\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 3e566d4bbd7189135c910ada15434e6c4c5aba8b..4f4feca14dd1a9963c4810dca26282f952c2958b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:30:52 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:48:36 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.7p227"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p227"
+#define NTPD_VERSION       "4.2.7p228"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9ace835830724b44f97f5303e6b01941aa8b1822..1d6dbc1a13ce6fd51e5225787636844b2d26fbbd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:31:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:49:12 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.7p227
+ntpd - NTP daemon program - Ver. 4.2.7p228
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index ee49ba93905cb24e543501b0b3e5401059ba49f1..a87c1cf06cc019e16d67607cb8881e4b390959be 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpd 1ntpdman "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e4baca7338f33404a802ae659a65e38521ff67e7..7589d238d734d4742c7bc7121d86b1739db17a2f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9d6f2a07f426a4a5dc4f7e9ab265c1a56b064876..a436af6fd45576945676fc44079a73f7993837d4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpd @NTPD_MS@ "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6de1c4a0b2fbc4b9ffd9162138c449e2f48435d3..8286195bec185749b1e06ed8ba5939226b4247ed 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0276f1f8b68e4bcbea741db9f5a1ce480085f53d..a9c320ae1f633068fb12c3b28e2bbc9cb8256b91 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:31:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:49:28 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.7p227\n\
+"ntpdc 4.2.7p228\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.7p227\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f41cfe05db1e7fdfba94fc80e3da8fc1e9593f48..5cc0743f07a65d2971a2d7a9d01cd8b25127599c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:31:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:49:28 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.7p227"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p227"
+#define NTPDC_VERSION       "4.2.7p228"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 39830b13dec0b8470c5f002a3b7d4fa9dc4154c7..bccdd5d98ea78c337200db2be438e213eaa790f2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:32:05 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:49:47 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.7p227
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p228
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 4f700f6099033d53a270835bcfee6e0d0c9325bf..6b658cd8c3267982ba67f9ed4ae00f9dd88928f3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpdc 1ntpdcman "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index aafdc48f9778dc93e062098a18d49aa80f571c75..119bf281d3e70d64932e6e4ddc104029d99468dc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6e54e2a3dd7ac39a7539c74d6b4dcf36cd9d15ed..1c337932d246e884e2b9b96521c2f38a6e50be05 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.7p227 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p228 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.7p227
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p228
 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 c087554f5d34b04d23b040a0348073d7f03184ba..8971714f9e23ef095cecbbf152dcee21c93a6457 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpdc @NTPDC_MS@ "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c99f19df3502dfc359fb660bfe1c871ce420f2e9..fa801f4a4144f87ae701272322345b44d5a9fb76 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:49:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a320638b6968abb95ef8bbdb6b1610bb62f0c341..97479c7ac91294a0bf58d66c61a83b19c2db6204 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:49:49 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.7p227\n\
+"ntpq 4.2.7p228\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.7p227\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fd3fe9fbacf05816a8a647f595c6797b177b4adf..601797af8d42adb872d3502d4db029e9cc9de4a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:49:49 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.7p227"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p227"
+#define NTPQ_VERSION       "4.2.7p228"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f222b021fad5cf20acc4632c0e3f285b79f868ac..35a78a44ae7ffe41a2f53e649e0ea9471db01577 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:32:26 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:50:07 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.7p227
+ntpq - standard NTP query program - Ver. 4.2.7p228
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 6d8c259fab1c99bc2c2691ec020d1a60925d17f4..b4037132ac3f28d200334ea0bac5666ef00b42c2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpq 1ntpqman "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 23c9119c2002373e65738d6112906f0aa084908a..8217ec939def9d45fdf16cc14ae2655035f8c73e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 049e6aa66799698676be2347f35cb7eaa38f044b..a22887ed04daf660ce0f7b45b2e240e303b15c19 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpq @NTPQ_MS@ "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9e21357840ebf6f1d1551fb56908b1620ff6f832..8070ae82c78dd1d2f1696ebe960712cdbee6335f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3334769893c8ec2d6fd996f49c2fda9259b64197..a6d0b738afb24aac842f1fc9b275a8d81e1343ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:50:08 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.7p227\n\
+"ntpsnmpd 4.2.7p228\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.7p227\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3c208a44d264a2675027461360d3d60f640d2fda..162e75a9e500239a6169f68feaa589a45930946f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:50:08 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.7p227"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p227"
+#define NTPSNMPD_VERSION       "4.2.7p228"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 91a0fe966ef1a7a39b867b88087c1ac7254b6511..f3a03129c21502cb4ea16653fa96693ad2d7f1de 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:32:37 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:50:24 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.7p227
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p228
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 7c99a7dcc29bd8bf28ea5f915d7f6081e63c6b61..870817c97505ba9e4527b463fdb824d4f408de7e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a791c2f88c5d07fa83376aa026f460fb2d7a0aaf..73a86869e627eea790cc0d7469cd985c1dcebae7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8b40ec73ad8e7f1bd4b1d1519119064afaae6e80..d4993be579ff81df538d1e19361f60c8c1a886e3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 46ebe44781e9de82fe52e17cc4f5cbb1de10ff3d..c2e6c383fd8b793857446dbe1f3b3d296075d476 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 771a8e6a5b63774be155088d4d2a5da8b22a6206..9bcd3ee957c48dc55004c0f86b8f7adff0278f9b 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=227
+point=228
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index d2cd987dfa2c4bd379e53339b4b0efebaf923c00..c687e5be9daf9baa44ad438cc769dd39cd332266 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:30:16 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:47:59 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bab15f0e271c00bdd8c2e8aa7a15ed7384b37225..b531005bc022951574eee9e8aa08ea1f51b9351b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
+.TH ntp-wait 1ntp-waitman "23 Oct 2011" "ntp (4.2.7p228)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:47:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dbbab438b62be1edd36aac1f2b3865823b9ae6e3..e1fb51fb3e92b08a999aecd5e117a145196245ee 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 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  October 22, 2011 at 10:30:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:48:01 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 88b78b9f51ea91676dcb3ecb430b1ddd8d2a2243..68d96798a19a36b645c098f1c103191f42f6b20c 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.7p227 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p228 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 3c5e37a7ba8f46778f0663a7e2c94aae51806f62..7dfdfb08589668a80872b0c2be9fe63cb51f7e46 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "23 Oct 2011" "ntp (4.2.7p228)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:47:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0f45e265a142a23cc4542259234326aeb260dc86..8f937d54a4dd6c696835d912ade075f72cc26fb6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 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  October 22, 2011 at 10:30:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:48:01 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 497663f98a96c3bfda7ae5ad184a7dd0f40bb07a..6d80f36e6f9501ed285d4b26b5255eba7834d246 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:21:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:43:08 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.7p227\n\
+"sntp 4.2.7p228\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.7p227\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 0d00a6550e605463bf78b2d84ba80185fde5d535..d0b7a62dddd2d4eb143b68fc3aa8f03fd9555773 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:21:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:43:07 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.7p227"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p227"
+#define SNTP_VERSION       "4.2.7p228"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5da65d947757265acebee63b9ac54ce2315b6dd2..113c440c05dbb6a1f5540c0f1585caa7367a8a95 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:33:22 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:51:08 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.7p227
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p228
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 5263c872cd56b40c04835defea713fab3ed262d6..a6a428438edb4032c5ab6cddeb54df41042a44bf 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH sntp 1sntpman "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:51:05 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f16e094fadecd28e3b6b6fa9940a3af58e24090f..90451b46c7105c88003e42ea661d3d879aa023d5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:51:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 96d4c3f0124e25671664baa28220e4efaf08ce3b..8c6cfc44dd0d8dea32028a9e63f6ba8a33139b8c 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.7p227 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p228 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.7p227
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p228
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 89f756d62d1a4dbc4a02fb9b59f13a57d07f9fb5..99dad3e8dcbdc73ca4986cf168e891b2bd105c43 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
+.TH sntp @SNTP_MS@ "23 Oct 2011" "4.2.7p228" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:51:05 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b71da2ce48b1c89825ca8080b2eb29ef3304ef45..8c983472bbc768f9596517cf02478c8553189a58 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:51:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 17c84b53d14115b218c7202e410dfef6f8454f30..233cfb13c3478d212a22189185f22e122c78c0f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:50: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.7p227\n\
+"ntp-keygen (ntp) 4.2.7p228\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.7p227\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p228\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b82c4d9db73409bdfed0a89d3a9fa1767b9ece78..2337add93aa00b0c2c63e7ec3d589b9b32a58ead 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 22, 2011 at 10:32:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 23, 2011 at 10:50:29 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.7p227"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p227"
+#define NTP_KEYGEN_VERSION       "4.2.7p228"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p228"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c3fd9fcab0afcea2447e17f05efee153f084e17f..7a0ce0f24c4c33ae4b9f9878cc0132ac8d349e16 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 22, 2011 at 10:32:58 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 23, 2011 at 10:50:44 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.7p227
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p228
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e94fa46b1e76580617b12b515519e3fe1902a88f..32681240049646b6615a5bc43a48ba990477b0ab 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "23 Oct 2011" "ntp (4.2.7p228)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7e1d7d2ef22e30bc89f931a0f854cf446600d975..9ccbb09a52897af8776e27f7ad59e8b82e6845c5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 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  October 22, 2011 at 10:32:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:45 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3230f23bbe832551a8a79530bff7c0e172845381..18a111abe2d9fec6f9eae00af7f8fade24b0751c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "23 Oct 2011" "ntp (4.2.7p228)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2e6ccfe67668acca6c36e10d66f1190057b36b5d..8a211b113ea754ad974f6e14afd1e925e5e3de66 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 22 2011
+.Dd October 23 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  October 22, 2011 at 10:32:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 23, 2011 at 10:50:45 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME