]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P244 NTP_4_2_7P244
authorHarlan Stenn <stenn@ntp.org>
Sun, 25 Dec 2011 11:32:25 +0000 (11:32 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 25 Dec 2011 11:32:25 +0000 (11:32 +0000)
bk: 4ef709c9ZA3iMIAGshqH6rR9SHPmjQ

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 c8127cb13c9658591d691c6e245de36a640bafac..7484f612b0350fb6eeb049a1611282e048984610 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p244) 2011/12/25 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.7p243) 2011/12/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2095] ntptrace now needs 'rv' instead of 'pstat', reported
   by Michael Tatarinov.
index 51797e0b0dd7322e39845a03a0f0fa42d11e72d5..da2879c2e9fc98ecf1f40bf0fcb4b8910ab61c77 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:07 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.7p243\n\
+"ntpd 4.2.7p244\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.7p243\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 8aa0bbaa58902ccaf1e2bec91de528debfac068a..20cf2222b8cf8d2dd9d2bfc0ce054fc512748a3c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:06 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.7p243"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p243"
+#define NTPD_VERSION       "4.2.7p244"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b5667eb7c92943a91e84a43974ac196bb65ed95b..c10d69f7ee5d6eec9a934f40c43144a82b3592e9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:42:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:30:29 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.7p243
+ntpd - NTP daemon program - Ver. 4.2.7p244
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index acdcec4cf3d4f15f81100abc8d74b54aad3cc8fd..9f0c9a5670bd6734797ca3aa893381bccd928e43 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpd 1ntpdman "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f201d28f2f3d79df7882b7dbcb83a3fc8092c3d5..98aa704d5d81c99cc911a6739618a5d299f524c3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d3434741a0a9afa8521609c0c714ee02763a30d1..3e9d7fb7431fdb0c100cbfec6b0e745d2c597571 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpd @NTPD_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7aeda8950c3d7dc5309f9337a753820ae3d707a9..d828b8bc62d323b4d58a7178ec3948983bf4105b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:42:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 28b3e453f78dcb32f500a49930606ceb32ebf851..1282ea22139de87d9bcda9dc5c301de84a39c056 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:35 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.7p243\n\
+"ntpdc 4.2.7p244\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.7p243\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4a648475d3a1264e281470360153e2bf62b63de2..0b9a0d9c1c19081bf1ce04a757f119b0fe2f91ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:34 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.7p243"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p243"
+#define NTPDC_VERSION       "4.2.7p244"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 587b42b5b740713fdcec929ad99262f4e50c976d..f0109cab2f3df8723a3fee4875b2b25ba12a0639 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:42:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:30:48 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.7p243
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p244
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7704df275a68f8f3b60f5df77938af89b1f8fbf8..a005737ae68a92344f6e8f5320e56adc66133c70 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpdc 1ntpdcman "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9b8374f84d42d15faefc4433671c672f90dc5a57..b971509eb5b1bbee58febff89a1e1de2e99981c7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 72542436d58e26710d39bc772f7dc009ecf3a22a..c4ad4952b6e7b58594b5614f40ba8a50a8c7058b 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.7p243 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p244 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.7p243
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p244
 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 1e389f4314f6f3f137319a638e25699f4e8ddb1f..12b90edb65ffd25ac39c9e642e5dabbdb8a0abe8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpdc @NTPDC_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 67ba3712c7b9f971c5beb01eb68faabb836fd722..ba9bad4924bc6192e94d7de991f16cfdc27e2328 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:42:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:30:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0c514b125d469d78273d9fe88af195f0b9a5b259..6721cf512ff7e9e6f82104653db1e7ddd8956b66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:50 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.7p243\n\
+"ntpq 4.2.7p244\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.7p243\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5a8a8fac084c15cdf74bc2ed9ce40a1a9921c24c..546c302f2a20ace62fd26882ec76e5e8e74b38f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:42:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:30:50 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.7p243"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p243"
+#define NTPQ_VERSION       "4.2.7p244"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2f5de0d41f29d0e3c7b8cdeca0925df29080af89..c7da894a68bd5235c108ae51de505ddbb64f600e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:43:02 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:31:06 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.7p243
+ntpq - standard NTP query program - Ver. 4.2.7p244
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1ee603f663df7102ab5df3038d29e5d8195f7263..98284371edb6aee63563edb2854d0dfe351f18ba 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpq 1ntpqman "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index af7a3ebec1a7778e5686a15b08afae513fbd5c35..6c1450f17dbf9f9c17b54c13eeda9d4e06b3ddd6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 075bfb3014ed86a2b246e6cb98226908812b2843..24f8c37a1197c442c8c802aafb071abe7e1b86c9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpq @NTPQ_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:03 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9872f083ce19057a5c6881c4a74058bea0ee9f46..56f4d8a4c0a76376f49f042881cf87a29c75a445 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:43:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f1e6c33d54f3350a326fd1b077726be17c4c0954..ec342459ccf20ca4191514b86461337897f8551b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:31: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.7p243\n\
+"ntpsnmpd 4.2.7p244\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.7p243\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8f1a357078aefc083b47e4b4aafa32e2e992fa85..ea8cff3b0ce2f3a70824f444f5dc6377501e15bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:31: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.7p243"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p243"
+#define NTPSNMPD_VERSION       "4.2.7p244"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 90a6d3f291c1c798d62cac547faf2502e04752d3..aa7f2bf142c1cf700be7a644671d4480bb844023 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:43:08 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:31: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.7p243
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p244
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index a600ca7dee7699c822caae13d705d27c45afd669..32272ca65df6d5be3b50653813f487431015b760 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c95924fcc1db8c0df88fa3178d197fd2d2e9f832..d3f5cb428d69f89c7c3140b0128fd65ad63b707d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8be65370cb450d0554d167ee1010f558ae148fd0..b4a8b2311b2fcc4712198f7dad88e9af0d6d5650 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 03f3de5162d89807bd45150202b6d47bb86a50a8..e8c703136058eaf019d60758be6db234cf933895 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:43:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 31dc8561dce7f44c2bc13192bd9cbea3566d18af..fb54254439fb694b08e9793589ed0c78a210205e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=243
+point=244
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 94bdd5324e6bb5723f7f5f749289c52c027aa1ea..fc310b2aa47cf680821b7952dcfd1d8575ff7214 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:42:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:28:09 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 81284b95c58c53b240060bce6f4d209aadabba3a..9caa024354a72e8bb2d05747d86a8a93135df6d1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
+.TH ntp-wait 1ntp-waitman "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:27:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4208a8ebea9eb5ca3c13ec98fd43d24903a3b17c..3ba41bd74fc8c4cec1e3d9fa3162042f804eff77 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:42:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:28:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 38ed273b3349346791b7d829fd3d89d8aa9372ed..bbe61ccc39b1d1c6026b802fdd5db79ee7e07745 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.7p243 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p244 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index c48e37aa12bdfd379fdc89acbc917af9025a37a2..ecb93dae17cf3076c10e0d0fac587e6eb131f1df 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:27:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 32298043ed4aa44010a336abf1fdc00b432cec5e..7c832494eb27fb66593afe9e2d1820f5172523de 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:42:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:28:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e0ed09788e40302b7540e3b3166eed4314fbd0a8..04b0477efd538ebfdd9b7105c3bf39280c58bbd8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:22:46 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.7p243\n\
+"sntp 4.2.7p244\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.7p243\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 778cb86265ec80c218a6166da00d7e7c947089c8..705983ede6ecba16983d8a8b49e3253866f2356e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:22:45 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.7p243"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p243"
+#define SNTP_VERSION       "4.2.7p244"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 64eac532143b36b20452f077db0e78df27d23567..9cc336fafa5b264b17d4119a8b8d72795aec7580 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:43:30 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:31:51 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.7p243
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p244
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6ca963bd9f76bd1dcf43bf2ddf109bc545b56731..29178fb7a0148ade3c57e4fa8e6e284c663f7f51 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH sntp 1sntpman "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ed27d6adebc45174816a1b82ed648dad429fdc96..a4d51ba5056a1aea18734bcdf168fef9290f40a8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:52 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a4e85c65224146f1ddd09392c39628866a0ffbc9..4a917ebf89947b715a18ad0df530e7d4cf88b0f2 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.7p243 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p244 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.7p243
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p244
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index ab04ed6cd7ddc9fb91193bff518f97f9345b526b..0d0183bfffa2f8519e4e318fdc5531334e392547 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
+.TH sntp @SNTP_MS@ "25 Dec 2011" "4.2.7p244" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 848bbd3292cd02739dbd2147b238ca0b40c32ccf..20cba0494b4c5695b29683e9683b785a6c6e5b02 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:43:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:52 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 593235ff8becebd1c291d1cafd129c9caa1882d8..0e19479ab6e7cf35dd1342ef60ae21a24da2337d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:31:28 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.7p243\n\
+"ntp-keygen (ntp) 4.2.7p244\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.7p243\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p244\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9514e2509a8f434c281011930e0e27d2c674955d..2fc5d5f2de6966e10e0d9e919dff9321c7d56d9e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2011 at 04:43:09 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 25, 2011 at 11:31:28 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p243"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p243"
+#define NTP_KEYGEN_VERSION       "4.2.7p244"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p244"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 19b597360ac94e0467944ecf4d94a87f0f43c328..d876bf3c3df673ebe285c2902b0da4fb4c8f4272 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2011 at 04:43:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  December 25, 2011 at 11:31:40 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p243
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p244
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 96fabe82d952185bc66455976f3d6f998d754c1d..6ab9d4177ca7eb11729a53e1b13e7920a7d2f232 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:37 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f132e1bf21615768619a5c9f4f9f23609c1ac0c3..4d55583147c00cbb5de7cb302c4b3a1210d1469e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:43:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 637b64694b60abb0469a059f8f7b697356d70a17..6b1db25ef2e7465d799a429166890c95dd65665d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "25 Dec 2011" "ntp (4.2.7p244)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:37 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7cdd9018b959cf931fe4f847e01b29b8b203323..3223d08f7cca49012d657db9b106330f5d743b4f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 23 2011
+.Dd December 25 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 23, 2011 at 04:43:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 25, 2011 at 11:31:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME