]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P249
authorHarlan Stenn <stenn@ntp.org>
Tue, 10 Jan 2012 06:49:35 +0000 (06:49 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 10 Jan 2012 06:49:35 +0000 (06:49 +0000)
bk: 4f0bdf7fEDf0T_KpAcsLqjuvDDXsJA

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 eee78cedb143d51325b57e8e1c05a985b1a6937b..0da87c03e7f44d7ba163c770e75483a6ce2660f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p249) 2012/01/10 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2111] Remove minpoll delay before iburst for pool and
   manycastclient.
 * Move refclock-specific scheduled timer code under #ifdef REFCLOCK
index ee2c0d87360f970ead2297fcdf372bc3770474ba..f3b808d471d9287ac3c86ea13edba55fb7ae2a1a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:28 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:47:28 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.7p248\n\
+"ntpd 4.2.7p249\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.7p248\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 99143405cd410f751f5bbb1b0420e85acd874f19..f74f4cc13b30adcdb1c1edda25e4aa89799b591a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:28 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:47:27 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.7p248"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p248"
+#define NTPD_VERSION       "4.2.7p249"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0f90c43939703b5f0924ce92c37522d7c885777..72041c757dde06037c7def51cde0232c435fdc0f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:13:43 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:48:02 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.7p248
+ntpd - NTP daemon program - Ver. 4.2.7p249
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 43965b4a356d1776f688196d2b427e49fc6bad40..4fcc9914f33f15a6db9396f85dbb166e08306b51 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpd 1ntpdman "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1929f70b93ed70736d702df3c2fd0020ab80565f..0a1aa4eed5ff5436efc508977513b6ff8a947fb7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 737f3f57699c89f49a733cadc1718db681e2c1fc..db5e6249402e57bcb9f1b7add0c53536756e224f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpd @NTPD_MS@ "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 906b492c3545bd9a83cd1db01da2df4128c16317..a6439832a886404e28603bbf25ed866dca3e3c6b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 656f5560a2550c717e27c8702e9dbe3fb9b14669..085431b59cdaec02fe89e0f5cec0a53baff1b63f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:07 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.7p248\n\
+"ntpdc 4.2.7p249\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.7p248\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9d188d5c27588f35d513dd38904c1c346e86f342..e5893f798ff5d89cc0d03e00725c425d7261a3ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:07 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.7p248"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p248"
+#define NTPDC_VERSION       "4.2.7p249"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a7f178edad25c4d8a5518b75ecec46723c9498e6..9edf0d09243c6f8ecb803b4c52b98f07b65488fa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:13:54 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:48:21 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.7p248
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p249
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9467332e5ba810619f93a014a76157ee867952b3..5288cfff004881ef6f93695f5bef2c6fb83c1ab0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpdc 1ntpdcman "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:51 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fcd511e0669c8260bc8d3b4afce18052410ef8d2..93b1401d136a7ea3724f7e03b3f71ade3ad49a90 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 27b1d1b44b7077a5363d4ddf6665ea2b71ef682e..7adf0afd6ca8011edd4dba11976778582a4f8265 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.7p248 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p249 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.7p248
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p249
 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 73e2f98927ed74096c113ac78292e6ecdcef5c2a..a753664fd8f9fee779df7fad907795312d8ba2a2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpdc @NTPDC_MS@ "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:51 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d6889f58e9ddb0302ed7361b01aa04331ef9c6dd..0206c83a73a9955e8229fff9c5a40a83d48c0fbb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8da23ae4207d78dc7ed8917e4fc6069cde4311a2..cecbfc13c8c95e53c50ea881e1e15d61afd180b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:55 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:22 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.7p248\n\
+"ntpq 4.2.7p249\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.7p248\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2578a1e382f080f1b0ec6406efa19e24d67d1743..8b1c646ae093d521d3cb0800911fd372dd276b6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:13:55 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:22 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.7p248"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p248"
+#define NTPQ_VERSION       "4.2.7p249"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a5359e027fc5c324b44f4f659813a4b646d88669..5337b45f9b43d823b21e1eed30591a4a146a9074 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:14:01 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:48:36 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.7p248
+ntpq - standard NTP query program - Ver. 4.2.7p249
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f33eced5537ed4807e6ed43f9092705f152064da..dc10ad9cf84b0f8b63ff5f1ce220e1ea0262e62a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpq 1ntpqman "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6e926fa87f89abbd9ffc146a44cdea0225afa875..2060e97887f7e15eb3fa8aebaef60a7e714b2d3f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:02 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 14aafd2328ea272887c9abb9040239394203c497..456e3074e23cb99d1e85ac53a829cb87faa140a3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpq @NTPQ_MS@ "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d8da79cae4562fe27ea0554548509e598b35b17e..a5472eb284d2230feb8ff4420a9d68aeb632ef20 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:02 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6a30ad00fb354d55d9b00a852b3ccc87c4810712..7c8f789f277656c0a06fd43cc8cc2c5332b69b31 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:14:03 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:37 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.7p248\n\
+"ntpsnmpd 4.2.7p249\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.7p248\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1cca7e7c0374bd123119ab33eaa3ba012d79bfa5..47a71f00756344352f80bdfa2f40b83dfb8df376 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:14:03 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:37 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.7p248"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p248"
+#define NTPSNMPD_VERSION       "4.2.7p249"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e34713aa545b49e9c55d0013a15c4eb9713bbf48..ebf20f20b4c8b1a055e547423de24dc5ddcb00b9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:14:10 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:48:45 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.7p248
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p249
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 4144c4952b5d03d204d6a5e94ef8aeeb64ea28c2..fc77a398edde40dbd841ed90a71f1f6b0cd25c01 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:08 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ae0bd0c6b2a5ac9e54b512f172d73797930101ee..2a86fa01b94966419d2c2bc1eca4779cc3d2a496 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c8084daf0f694d91a3dd3bd98ad8ab571807f08f..88d304aa741e80ce7a33481d977793cc6a141b59 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:08 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5ab2b5e65cec4cddb53764cc2931d78a86631d9d..4fa482777e803470697841727ea66c170e6466ec 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 71132d824501250d98a367863b88da0f26943e22..a9a0a9512fbdc463ccccb79f82485775df94b84e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=248
+point=249
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 33ec7f9b1cc7d52c39fa6424a009861b08b8f682..f8ada53f58c157c4ce1029501729b8ef8f3f47c4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:13:23 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:47:26 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 61a8ade752aaf34ef3a2adb5143938a3e33c7f5d..eb3dbd3703a232a28f5cb1ab1eec7176765e7eb6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "08 Jan 2012" "ntp (4.2.7p248)" "User Commands"
+.TH ntp-wait 1ntp-waitman "10 Jan 2012" "ntp (4.2.7p249)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1657bd2dd9db77fcf8e45cc605c63ab033f743ac..05a58c1d5c72fea9ff408c297e086be5547c9ac4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .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  January  8, 2012 at 11:13:25 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:26 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 537084cdca688209538158284c0af2affc7bc76f..14f5585c8e638b2631741921e40ced59754e7d4b 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.7p248 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p249 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index b085c77c9a91e3b6442b09feda4cf605bba8739f..61102a6575ccfa85c92f8dcc755c0cb05377e43e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "08 Jan 2012" "ntp (4.2.7p248)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "10 Jan 2012" "ntp (4.2.7p249)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:13:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8bdea213a171741beb7379bd5857e6754f36ebf6..0a8782207570f960a4a8fadb1868ac3a5adc9bb5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .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  January  8, 2012 at 11:13:25 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:47:26 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5c9f854252410b46a16868f56d2574e88bf39803..83c6a39b431fd433c84794e71c75c2339f1d3c5d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:10:40 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:58 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.7p248\n\
+"sntp 4.2.7p249\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.7p248\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index e0992cd1598517e4d4ba332ce3cce5f306ec4242..d4b3821f63016bd1f2849cb4aab5f050631b415d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:10:40 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:58 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.7p248"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p248"
+#define SNTP_VERSION       "4.2.7p249"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 15395713dc849e230e88b37a4461c6530cf63dee..f86ede41986d0729a27922e5b6207d898713f047 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:14:34 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:49: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.7p248
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p249
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e185c09ea039deaaa80a57eb8403f70ba20f1f7c..e9569be9a0e48fd441f0732cb81ad041a4023d70 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH sntp 1sntpman "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:49:05 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d10e13056081fc34f265eb0c9d8cdc304cb07c9d..31151d178d99347b3e98d57eb7bd202cc6ad5a63 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:35 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:49:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8fcebc68e504272cdedb7a78d6079d2149b1144c..1ef90c1b1b472c2cf6f51fd505304b9c408bb943 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.7p248 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p249 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.7p248
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p249
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index f9d5190cbfbb237983801b82351b0afbb27271b7..ec7750df845aaa9a5db4bc0eebb46b9f315855d7 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "08 Jan 2012" "4.2.7p248" "User Commands"
+.TH sntp @SNTP_MS@ "10 Jan 2012" "4.2.7p249" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:49:05 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f96e9902b92f842339c9fb220647bb36b94fe6c0..7b23d8938562fdedddb22f4abfe6e45a0f9342e9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:35 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:49:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ba307f16f8e03a4fa10273b5bcd10d53d6b519fa..d27b480bb38ace03b5de955d101f270ba2aa5a66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:14:13 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:46 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.7p248\n\
+"ntp-keygen (ntp) 4.2.7p249\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.7p248\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p249\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 408e2ef218697de5a17cdd2dd9a591f8b72b10d5..efba3591a6343676f44fd1570a29e7dd49523517 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2012 at 11:14:13 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 10, 2012 at 06:48:46 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.7p248"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p248"
+#define NTP_KEYGEN_VERSION       "4.2.7p249"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p249"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ebf08c5ca681384fd8b4dec91614e9be72276850..c05c3683bf972ac7ccbd48b96c9a4cc60fc378df 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2012 at 11:14:21 PM by AutoGen 5.12
+# It has been AutoGen-ed  January 10, 2012 at 06:48:57 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.7p248
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p249
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 4fd864eacaeda1c38b630a75ad351fce5cad61ff..b027274c9a6d46d311f67e482587b4e5827b6f11 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "08 Jan 2012" "ntp (4.2.7p248)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "10 Jan 2012" "ntp (4.2.7p249)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 933da0981217ff2f96eff08d908ad97251896e5e..279a188fc719ad332eef95ed92d0fd6d9de5fed3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .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  January  8, 2012 at 11:14:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f686d88cf099ee0220fd3ebe9d2d2e9845ae360a..b2cdad7c0bc2bb5c210aae2c0f50db2c7d0e3006 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "08 Jan 2012" "ntp (4.2.7p248)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "10 Jan 2012" "ntp (4.2.7p249)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2012 at 11:14:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 42efe7b5740501c11b04376e5757dcf04213d860..13f5ab3d936e703059a43cc175f19126f6511929 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 8 2012
+.Dd January 10 2012
 .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  January  8, 2012 at 11:14:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 10, 2012 at 06:48:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME