]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P245 NTP_4_2_7P245
authorHarlan Stenn <stenn@ntp.org>
Sat, 31 Dec 2011 11:27:35 +0000 (11:27 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 31 Dec 2011 11:27:35 +0000 (11:27 +0000)
bk: 4efef1a7nd2Sjk_57r16m_RVS-XM_A

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 551ffbc1727a45513fbea5f1e1446d0c3506242b..31c425033a5a8f560d641669c8375431e790936c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p245) 2011/12/31 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug2100] conversion problem with timespec/timeval <--> l_fp fixed;
   added tests to expose the bug.
 (4.2.7p244) 2011/12/25 Released by Harlan Stenn <stenn@ntp.org>
index da2879c2e9fc98ecf1f40bf0fcb4b8910ab61c77..29085319ca9899bb28716b26c61cf143dc9dcdbc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:25:57 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.7p244\n\
+"ntpd 4.2.7p245\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.7p244\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 20cf2222b8cf8d2dd9d2bfc0ce054fc512748a3c..b9ef7673563c7309bced9948ba3302a0cdd2339e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:25:56 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.7p244"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p244"
+#define NTPD_VERSION       "4.2.7p245"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c10d69f7ee5d6eec9a934f40c43144a82b3592e9..edbdbbf900d7623b22753d8a90fd9329b4f1b67f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:30:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:26:18 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.7p244
+ntpd - NTP daemon program - Ver. 4.2.7p245
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9f0c9a5670bd6734797ca3aa893381bccd928e43..3ff6862751823cd436e9c164ffcbd5c064047daf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpd 1ntpdman "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 98aa704d5d81c99cc911a6739618a5d299f524c3..9928eba1b8960a264fae187cf93c2392c862a9c5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3e9d7fb7431fdb0c100cbfec6b0e745d2c597571..8aaa9a51133b4e02f1b239aab1cf22c339c2a41a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpd @NTPD_MS@ "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d828b8bc62d323b4d58a7178ec3948983bf4105b..1d81ed8b0b14a8a445f7616380d89e989a940b36 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:30:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1282ea22139de87d9bcda9dc5c301de84a39c056..535aff58a06943a798f5f8801ae88dbddff8c746 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:23 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.7p244\n\
+"ntpdc 4.2.7p245\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.7p244\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0b9a0d9c1c19081bf1ce04a757f119b0fe2f91ba..39a136209ad2f9991617e4fef730cec981a392ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:23 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.7p244"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p244"
+#define NTPDC_VERSION       "4.2.7p245"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0109cab2f3df8723a3fee4875b2b25ba12a0639..9690859640a2c81a40c42375d5b847b0c8d86b3d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:30:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:26:34 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.7p244
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p245
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a005737ae68a92344f6e8f5320e56adc66133c70..406c942c3ad15ca258745b8e40ec8d081a89ae1c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpdc 1ntpdcman "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b971509eb5b1bbee58febff89a1e1de2e99981c7..f86b29940b19157fe2bd532b3c633756e981a061 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c4ad4952b6e7b58594b5614f40ba8a50a8c7058b..06f376df42f39e6a24d36410758acaa2d06ee648 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.7p244 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p245 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.7p244
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p245
 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 12b90edb65ffd25ac39c9e642e5dabbdb8a0abe8..6c664958370b93a6c9fe6a00c904adabe93bdd91 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpdc @NTPDC_MS@ "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ba9bad4924bc6192e94d7de991f16cfdc27e2328..1c0610819a9ed4f745abafb897e6610878dc881b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:30:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6721cf512ff7e9e6f82104653db1e7ddd8956b66..3f5f9780a47cd03e7a7ed941594e9a8ffa997d72 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:36 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.7p244\n\
+"ntpq 4.2.7p245\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.7p244\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 546c302f2a20ace62fd26882ec76e5e8e74b38f9..5a1d24ea1a6882b582f92f278ffcb7cc4e484482 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:30:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:36 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.7p244"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p244"
+#define NTPQ_VERSION       "4.2.7p245"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c7da894a68bd5235c108ae51de505ddbb64f600e..2a10cf30adcb33469694fbf0188330b0934db084 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:31:06 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:26:49 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.7p244
+ntpq - standard NTP query program - Ver. 4.2.7p245
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 98284371edb6aee63563edb2854d0dfe351f18ba..3a63e7ad257fed1f5b81c2903661bc1b4f09cb16 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpq 1ntpqman "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6c1450f17dbf9f9c17b54c13eeda9d4e06b3ddd6..6d1a4b4050f6836ff86c4394a82f9d82b9b4bec4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 24f8c37a1197c442c8c802aafb071abe7e1b86c9..d3ba332c5d9b2f1bffcaba7cab69cd4753c49f3f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpq @NTPQ_MS@ "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 56f4d8a4c0a76376f49f042881cf87a29c75a445..be179f76a753d6cebf831f5fdd057ab715723f25 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:31:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ec342459ccf20ca4191514b86461337897f8551b..8072193b304d04d5ea371a97061e835b71e17774 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:31:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:50 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.7p244\n\
+"ntpsnmpd 4.2.7p245\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.7p244\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ea8cff3b0ce2f3a70824f444f5dc6377501e15bf..f4eadf699e232f5f8ac2a2abda52fa339508debe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:31:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:50 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.7p244"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p244"
+#define NTPSNMPD_VERSION       "4.2.7p245"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aa7f2bf142c1cf700be7a644671d4480bb844023..8b675af5f07c9e65257824bcf116a7797216a3f1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:31:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:26:55 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.7p244
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p245
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 32272ca65df6d5be3b50653813f487431015b760..de9f8fd7d02da559596db775babc8e74020429c7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d3f5cb428d69f89c7c3140b0128fd65ad63b707d..6d23a540baf1bb596f8dd9a6b943faec338a70c0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b4a8b2311b2fcc4712198f7dad88e9af0d6d5650..d869f58ed89840cbaeeb5b65e1aca29dabbfe92a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e8c703136058eaf019d60758be6db234cf933895..5423b1e54e4135940e3d732b7772b4401141f49b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:31:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:26:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fb54254439fb694b08e9793589ed0c78a210205e..5127209f9091b0bd17dbf5100d474684bc98ab50 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=244
+point=245
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index fc310b2aa47cf680821b7952dcfd1d8575ff7214..558d14656ae86c654d6388358132900923080cf1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:28:09 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:25:50 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9caa024354a72e8bb2d05747d86a8a93135df6d1..23d442a4c45879eee9b64ac229e7bedc6ce67a3e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
+.TH ntp-wait 1ntp-waitman "31 Dec 2011" "ntp (4.2.7p245)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:27:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:25:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3ba41bd74fc8c4cec1e3d9fa3162042f804eff77..7f63ebfd226177c06c01174c3bafaeb2ff483af9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:28:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:25:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bbe61ccc39b1d1c6026b802fdd5db79ee7e07745..3675f90f42847a35f61562dc0e15023959d43a54 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.7p244 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p245 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ecb93dae17cf3076c10e0d0fac587e6eb131f1df..211104248dcf44dad603577e5bf31ca9e66ed34d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "31 Dec 2011" "ntp (4.2.7p245)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:27:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:25:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7c832494eb27fb66593afe9e2d1820f5172523de..94a7021d24055c399556d6725913590b62b10666 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:28:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:25:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 04b0477efd538ebfdd9b7105c3bf39280c58bbd8..25836a3cafd2c2bb519c3f7d263c5ecd95c4eb6a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:22:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:22:01 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.7p244\n\
+"sntp 4.2.7p245\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.7p244\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 705983ede6ecba16983d8a8b49e3253866f2356e..12480dd82c71580e38ea11fa36cb7ea620a7f6c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:22:45 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:22:00 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.7p244"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p244"
+#define SNTP_VERSION       "4.2.7p245"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9cc336fafa5b264b17d4119a8b8d72795aec7580..9f53806eae5a1873b3110c89f4e31e9ef729700b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:31:51 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:27:18 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.7p244
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p245
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 29178fb7a0148ade3c57e4fa8e6e284c663f7f51..f89e6339d2ff2f7637d2762854c9d10c70fb8b60 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH sntp 1sntpman "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:15 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a4d51ba5056a1aea18734bcdf168fef9290f40a8..3a459218d5ffeff2ee026c1c87adea7183811464 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4a917ebf89947b715a18ad0df530e7d4cf88b0f2..e5f40f21b93e5fad910e4b84ec3896c169ebfc04 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.7p244 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p245 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.7p244
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p245
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0d0183bfffa2f8519e4e318fdc5531334e392547..dcdd06fcf4252c78d3b4d9ba6a3c86fed0fd7319 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
+.TH sntp @SNTP_MS@ "31 Dec 2011" "4.2.7p245" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:15 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 20cba0494b4c5695b29683e9683b785a6c6e5b02..780d57fab5c10aab21506b9f5de975202841bee7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:31:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0e19479ab6e7cf35dd1342ef60ae21a24da2337d..fcbb8dd715d5eddec8c092f2a2d49e484c164e0f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:31:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:58 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.7p244\n\
+"ntp-keygen (ntp) 4.2.7p245\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.7p244\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p245\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2fc5d5f2de6966e10e0d9e919dff9321c7d56d9e..0602f2f3ddc115bbcc0acfdbbeb464d3a417881e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 25, 2011 at 11:31:28 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 31, 2011 at 11:26:58 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.7p244"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p244"
+#define NTP_KEYGEN_VERSION       "4.2.7p245"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p245"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d876bf3c3df673ebe285c2902b0da4fb4c8f4272..baf5012db2a5ddef92e0cae60276eed1fbb34534 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 25, 2011 at 11:31:40 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 31, 2011 at 11:27:08 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.7p244
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p245
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 6ab9d4177ca7eb11729a53e1b13e7920a7d2f232..a17495656b773d60762db19f696165d1e1c6ea0c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "31 Dec 2011" "ntp (4.2.7p245)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:04 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4d55583147c00cbb5de7cb302c4b3a1210d1469e..11cb4195c1b744c443476084f80df3ceb75d2fee 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:31:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:08 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6b1db25ef2e7465d799a429166890c95dd65665d..23872ae4e440e53e7da4497d9a64474e84cfa44f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "31 Dec 2011" "ntp (4.2.7p245)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:04 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3223d08f7cca49012d657db9b106330f5d743b4f..b3fad1360d156b957d0be8db0f4165f25a26b6fc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 25 2011
+.Dd December 31 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 25, 2011 at 11:31:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 31, 2011 at 11:27:08 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME