]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P243 NTP_4_2_7P243
authorHarlan Stenn <stenn@ntp.org>
Fri, 23 Dec 2011 04:43:47 +0000 (04:43 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 23 Dec 2011 04:43:47 +0000 (04:43 +0000)
bk: 4ef407030C54Wj8GsMFDB7TjTdaC4w

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 ae93acb856db2a0335fefafc6fea6edf3b91500a..9290766216f054a05e2bd3b3f6eefc3a21c87337 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(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.
 (4.2.7p242) 2011/12/21 Released by Harlan Stenn <stenn@ntp.org>
index b8119b62d3737fe700644d2542fb0186d460f43a..51797e0b0dd7322e39845a03a0f0fa42d11e72d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:06:52 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42:13 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.7p242\n\
+"ntpd 4.2.7p243\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.7p242\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9ed141f0b37c3258820d56c6dfca7db2ee33f01d..8aa0bbaa58902ccaf1e2bec91de528debfac068a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:06:51 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42:13 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.7p242"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p242"
+#define NTPD_VERSION       "4.2.7p243"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 78349afb0104d388003e1067656344016d86d59b..b5667eb7c92943a91e84a43974ac196bb65ed95b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:07:11 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:42: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.7p242
+ntpd - NTP daemon program - Ver. 4.2.7p243
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index dafc26ec357b64d58006bfad7c2226238b9d6574..acdcec4cf3d4f15f81100abc8d74b54aad3cc8fd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpd 1ntpdman "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:07 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b81c8120800bddc2daa9b89f3fb19d4de81fb0f..f201d28f2f3d79df7882b7dbcb83a3fc8092c3d5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 220cf8e8f5be9af8b86b86d7e6fe80e0962f4790..d3434741a0a9afa8521609c0c714ee02763a30d1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpd @NTPD_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:07 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2eb662a981d829e1cfe0eff19913acf54b8ba231..7aeda8950c3d7dc5309f9337a753820ae3d707a9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 02f1873e4593f9f7a2b33c5d1bffa07901bcef9b..28b3e453f78dcb32f500a49930606ceb32ebf851 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:16 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42:34 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.7p242\n\
+"ntpdc 4.2.7p243\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.7p242\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b3ba3765742abd09da3b997246ec1d04fa510cdd..4a648475d3a1264e281470360153e2bf62b63de2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:16 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42: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.7p242"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p242"
+#define NTPDC_VERSION       "4.2.7p243"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce3ce5b177ca322d0abe2e713a19e5f01da19982..587b42b5b740713fdcec929ad99262f4e50c976d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:07:27 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:42:47 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p242
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p243
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ad9878c9987f789f30f1fa7b5afae87a9a8c59fc..7704df275a68f8f3b60f5df77938af89b1f8fbf8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpdc 1ntpdcman "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:24 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ed553dfcb385ef8e6433fc0e4287b4e8aba45298..9b8374f84d42d15faefc4433671c672f90dc5a57 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7025b3c1b1d895330d7d6b0e44d5ab501241d29d..72542436d58e26710d39bc772f7dc009ecf3a22a 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.7p242 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p243 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.7p242
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p243
 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 765be167600c2e8157584da9423845ef0c7076d3..1e389f4314f6f3f137319a638e25699f4e8ddb1f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpdc @NTPDC_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:24 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:44 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 62e29a19553fce0872be79090c9ff76dc334a7ae..67ba3712c7b9f971c5beb01eb68faabb836fd722 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 91cf4445321fdda3eb9374db6cb753a3310f429b..0c514b125d469d78273d9fe88af195f0b9a5b259 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:31 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42:49 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p242\n\
+"ntpq 4.2.7p243\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.7p242\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5d2cbbbbcb9f4da7c9606705a6315f6842a69022..5a8a8fac084c15cdf74bc2ed9ce40a1a9921c24c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:31 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:42:49 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p242"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p242"
+#define NTPQ_VERSION       "4.2.7p243"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b8fa4ad480356cf8daf1bbdbafc61119f8dc1393..2f5de0d41f29d0e3c7b8cdeca0925df29080af89 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:07:45 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:43:02 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.7p242
+ntpq - standard NTP query program - Ver. 4.2.7p243
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 79a84caacaf7bd0367bb5a70d300b5010673d832..1ee603f663df7102ab5df3038d29e5d8195f7263 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpq 1ntpqman "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eedea38f89217db38867cb5c219d3d226ea90262..af7a3ebec1a7778e5686a15b08afae513fbd5c35 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a6afca27b59effa94543510977887bc7b4953312..075bfb3014ed86a2b246e6cb98226908812b2843 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpq @NTPQ_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f0b766594fb86baf08e27b5eea57433fe67764e8..9872f083ce19057a5c6881c4a74058bea0ee9f46 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fc4325a43e6991373668d687c7f5ae075684ed6f..f1e6c33d54f3350a326fd1b077726be17c4c0954 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:46 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:03 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.7p242\n\
+"ntpsnmpd 4.2.7p243\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.7p242\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0d4adb89aab73e9390735eaef0c3357cc0c3aacf..8f1a357078aefc083b47e4b4aafa32e2e992fa85 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:46 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:03 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.7p242"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p242"
+#define NTPSNMPD_VERSION       "4.2.7p243"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1da0acc67adaacdec0cd8ea4242e6400d11febab..90a6d3f291c1c798d62cac547faf2502e04752d3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:07:52 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:43:08 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.7p242
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p243
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1e89a19b1793f807b7e24f06faff790a86223a35..a600ca7dee7699c822caae13d705d27c45afd669 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:49 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1167e898277026ac3736617bf12fa5d8501edf9f..c95924fcc1db8c0df88fa3178d197fd2d2e9f832 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:52 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 37454c8fedf312b9b7f809691dd4665e97a7ff7c..8be65370cb450d0554d167ee1010f558ae148fd0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:49 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 28edd06e8d6e660b861a2fd08fc23e219c4d1857..03f3de5162d89807bd45150202b6d47bb86a50a8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:07:52 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 438423be72b29618b1ac9763e87278f10524313a..31dc8561dce7f44c2bc13192bd9cbea3566d18af 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=242
+point=243
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 6fdfe598901c314f214491ed8629d9cab080d14a..94bdd5324e6bb5723f7f5f749289c52c027aa1ea 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:06:50 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:42:12 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 611d5b83c2860b66d2abe17941ae0e0edb9847ec..81284b95c58c53b240060bce6f4d209aadabba3a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
+.TH ntp-wait 1ntp-waitman "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 44cba6059f9b1a257ebf447bef07caaca9587700..4208a8ebea9eb5ca3c13ec98fd43d24903a3b17c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:51 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 676cbe1c968a8102e12144e994ca276b0da5d1d0..38ed273b3349346791b7d829fd3d89d8aa9372ed 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.7p242 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p243 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index ac0a544c60e81588ad4beb5722ac8bf90559547c..c48e37aa12bdfd379fdc89acbc917af9025a37a2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:09 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ef2d0c51ed01c328bb025dbb3b677492c71143d9..32298043ed4aa44010a336abf1fdc00b432cec5e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:06:51 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:42:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 54fd476d0fd34b7eb1637db6cdafbd238e22757e..e0ed09788e40302b7540e3b3166eed4314fbd0a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:04:30 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:21 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.7p242\n\
+"sntp 4.2.7p243\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.7p242\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ce998e8e1e7190dd343f6b8e6f4ce21636297a9a..778cb86265ec80c218a6166da00d7e7c947089c8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:04:30 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:20 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.7p242"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p242"
+#define SNTP_VERSION       "4.2.7p243"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3b6f384dcabad5cbef180ccd8384e35c06b57a54..64eac532143b36b20452f077db0e78df27d23567 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:08:13 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:43:30 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.7p242
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p243
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1f8bebf453c4572edc705d3e00778031d751226d..6ca963bd9f76bd1dcf43bf2ddf109bc545b56731 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH sntp 1sntpman "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:27 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f4783b5a45c9a991636d7edddb22e5521aa75068..ed27d6adebc45174816a1b82ed648dad429fdc96 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:30 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c3a78996579e9c353f174acb728c15faf7a49f2d..a4e85c65224146f1ddd09392c39628866a0ffbc9 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.7p242 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p243 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.7p242
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p243
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 166e3c7f9b01c8ae4456df425eb3d436c84660ca..ab04ed6cd7ddc9fb91193bff518f97f9345b526b 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "21 Dec 2011" "4.2.7p242" "User Commands"
+.TH sntp @SNTP_MS@ "23 Dec 2011" "4.2.7p243" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:27 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3690bd805ea9c84b76c73e278660aa253db33190..848bbd3292cd02739dbd2147b238ca0b40c32ccf 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:30 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 61445a82708998ec49668e624b629e6ecb8776bb..593235ff8becebd1c291d1cafd129c9caa1882d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:54 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:10 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.7p242\n\
+"ntp-keygen (ntp) 4.2.7p243\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.7p242\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p243\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a92450a68392dc99d6a8c026caa300f1eb7ce9dd..9514e2509a8f434c281011930e0e27d2c674955d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 21, 2011 at 09:07:54 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 23, 2011 at 04:43:09 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.7p242"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p242"
+#define NTP_KEYGEN_VERSION       "4.2.7p243"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p243"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6d4a09e711ce1410732e7c5a7c037626bc4b5c7c..19b597360ac94e0467944ecf4d94a87f0f43c328 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 21, 2011 at 09:08:04 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 23, 2011 at 04:43:19 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.7p242
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p243
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 0cd1139b6d891bbeceaf41ca807e57bda7e5bc5b..96fabe82d952185bc66455976f3d6f998d754c1d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:00 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:16 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 036671352a5d66776fa32d4dc654b6e3b85428f5..f132e1bf21615768619a5c9f4f9f23609c1ac0c3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:04 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 70369411678d870f4991f645270308d07278dd50..637b64694b60abb0469a059f8f7b697356d70a17 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "21 Dec 2011" "ntp (4.2.7p242)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "23 Dec 2011" "ntp (4.2.7p243)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:00 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:16 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f44a8ca4642b704e542c04d31a1fdba9d640caba..b7cdd9018b959cf931fe4f847e01b29b8b203323 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 21 2011
+.Dd December 23 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December 21, 2011 at 09:08:04 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 23, 2011 at 04:43:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME