]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P212 NTP_4_2_7P212
authorHarlan Stenn <stenn@ntp.org>
Wed, 7 Sep 2011 11:53:54 +0000 (11:53 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 7 Sep 2011 11:53:54 +0000 (11:53 +0000)
bk: 4e675b52Puuu-8tzR5MdyDHq4Tchlg

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 2c91a55e5fbed3f4156da6b2d70e006f24511113..dbb4c17823256fa237108156c280674e02f2a9a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p212) 2011/09/07 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2003] from 4.2.6p4-RC3: ntpq_read_assoc_peervars() broken.
 (4.2.7p211) 2011/09/01 Released by Harlan Stenn <stenn@ntp.org>
 * Update libevent to git head (2.1 branch) as of 2.0.14-stable.
index 738bd75e75658aeb0f83f310dc61911a8cbf12ec..7a0702b66bb09e8f9ca77ccf65712b75988acdc3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:55:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:48:59 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.7p211\n\
+"ntpd 4.2.7p212\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.7p211\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 176dd67e965fb99518cd701247ba935b3ba47662..fe6fdcdd7e496bcc26650e788e1a953985e44f51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:55:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:48:59 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.7p211"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p211"
+#define NTPD_VERSION       "4.2.7p212"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 04269359583bfc91abf0d34e5879b85a0c1b52a7..7964b3d6466bb685b14030f7ee32c33d65fc2898 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 10:57:03 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:49:24 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.7p211
+ntpd - NTP daemon program - Ver. 4.2.7p212
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 50f3a6c14d5198eda198e805bde193a6695c5e76..9c1b7c0e420112f2247bfe8ecbe61683c75223ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpd 1ntpdman "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:56:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d5be8f010baf44a86ce9003ce9f09362984e9b4a..e1e0bdd3c91d8c1caefa925006b6d0a5bdef55b8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:57:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 978d88cfb9a167a752d3cfc5661076198a51adb9..e693266bafb639b3db6b953ae012969ad5ab9c15 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpd @NTPD_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:56:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:20 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 20854bfba98ae9abda7eabb4e5c5305891d4f9c5..cb37043a09485f569cb276f532a9972d192731d6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:57:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 17fa2d49bf66140df59f2c77d8deaf88c94cbc53..41b9f16ea9d13137082c35045e5857e0b6e28fb9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:57:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:49:33 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.7p211\n\
+"ntpdc 4.2.7p212\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.7p211\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e055f7947011cace64712f8e3af74a00628d61da..630aca09a4e6be9e7a1f1111afcd0b182e8e09ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:57:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:49:33 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.7p211"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p211"
+#define NTPDC_VERSION       "4.2.7p212"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 98fc85766879f1c69bf3aa351bd2c23611eee32c..897d665785b558bf03f8287af9eb1bc593a555f1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 10:59:06 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:50:49 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.7p211
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p212
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 76ed95cad5a0e292d57c24e46aedaf6954206b55..52eafa10a974f3c42969b778e1bece9fe5b3d24f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpdc 1ntpdcman "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:57:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7b7a76f1fff489890e5c53f254ce7b4950a682eb..0f2c1b79786cbf2f1140a8a2dfcf19271b71f2c7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:59:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:50:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1a92a0750083d9ed6a3fa17f3d8c3050740498ee..35ed80654c8e22bd54dbbeb499e0b8a23e8799f6 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.7p211 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p212 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.7p211
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p212
 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 bd5889e20c427b700bc178c819075bc0a1585540..446218201aa682739894621ad463d6197353094d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpdc @NTPDC_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:57:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 60e0492c639b2c0fac71611e6d4971efb642a8fa..2c40d9cab691b1487926418792b17c1ece9ea06a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:59:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:50:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 86b36efb1f4050e07767f28746d13d77aad9581b..9d932c896df4d1879caeeb85940c1828e6835948 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:59:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:50:52 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.7p211\n\
+"ntpq 4.2.7p212\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.7p211\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9270ccab29c45dc3f40ac405970a5c95f51d3746..41a423fb1f8af72f7b538857f2d26a7692cdb241 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:59:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:50:52 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.7p211"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p211"
+#define NTPQ_VERSION       "4.2.7p212"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1d0481476e97d3b8ad6bc3a4cf713166c7d61abf..2fab565340bc085372eebf85d9cedc37da06057b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 11:00:14 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:51:38 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.7p211
+ntpq - standard NTP query program - Ver. 4.2.7p212
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 25171c76169184e896e1e1ca2c3c7ec439b3c7c4..9d82b045d10f14126cde5f2b3fd0f77def1670df 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpq 1ntpqman "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:59:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 03db535ab8879c6feca43e489cbd230e4d6e19d1..1d9003398ce0dfd6bc63e5a7f28961229b157d8f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1ec2e2804e0e90d56bd7c379bff0c5fd1ee40e4f..5e515043469961aa58f4d9c4665ba9c76d3d47ac 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpq @NTPQ_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:59:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3d826d5d6345467472191a7d3c2221dd852bc076..5241db8b2617b73d03e81cfd49106e6ab78f4b0f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2a893de420761d25a295873ddfafbf4edda1025a..3308b1217affb3c72a1c0b76769a891540e8e96c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 11:00:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:51:41 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.7p211\n\
+"ntpsnmpd 4.2.7p212\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.7p211\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6801d947774c38f87fe13e5c59fd8295e10a88dc..5ba90b47bc6ddf3525fba35b918967b468c5da7c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 11:00:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:51:41 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.7p211"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p211"
+#define NTPSNMPD_VERSION       "4.2.7p212"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 50060e05b2529f6c892e4dd481d85d7a53cb0fc9..475a63df3424a9602431db04f18648d32199edcb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 11:00:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:52:01 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.7p211
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p212
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index b268272337626aee0bf901c0cf603243fc6a306d..e6934fac8a3cb1a4f929c6f1b3dd5f1708cfe1c3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index aefdbe89605d7bdc6cbce05281d6f2b91ea940c4..07d5c1b9f7b319046a5ada92aad5d1f82d3a73f8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a3ec827f75113960f287d27ae2b9b59b03e16e38..2519b9511145a0106adb5b97a67583a23f77c3c6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 543479cb017f9e5cdd1010c7aa4ddea103f9a1fc..1195a2ef0015d985ef9be77f6d5950d1df68a3a3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:00:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:02 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4413f7242930c3f565341b976ab8d835cca767d9..043afec1e629eea9e50d5d4b29cf6540a9555da1 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=211
+point=212
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 726f56a8e73f406deae76171143f9f9d5608e9e7..4b38a23a5a2ef2cf950cc3a2f0d608d68968dc5d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 10:55:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:48:57 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d1c85b852765866828b2705466110259cf2c85c1..51d30992eb982c903cd3524b85000dca0583ebe6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "01 Sep 2011" "ntp (4.2.7p211)" "User Commands"
+.TH ntp-wait 1ntp-waitman "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:55:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:54 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 449d82a96846b3f475be538aac2ba7be5254160d..cfd87b9f8d4c6f710d8eb1636be21adb35b7f035 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 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  September  1, 2011 at 10:55:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ccceebebbba10ac61b41b69c1563f242a084ddec..241d4ec96e0f3357a638d66662878a183d8927c8 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.7p211 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p212 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index a30ff27dba56b46e323b0c9a0d70eafa77490d37..a6287a6361b32167afc58ee769858db641f36ce1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "01 Sep 2011" "ntp (4.2.7p211)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 10:55:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:54 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7434dedb6afa0080954574b7d49899ae9903d60..26799fbcfa8c6b9c034ad8028db7433d9db66160 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 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  September  1, 2011 at 10:55:38 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bbb34b7782ced388670020ef4c24c6f157af66c8..a189b986e1e041693eb9a23cdd5deced267f3092 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:47:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:46:27 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.7p211\n\
+"sntp 4.2.7p212\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.7p211\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 1d3c2ef91c441797933c6ea09fa87383b5a47db5..fc85513047b4c46d9bef75f5b17ddafa52279eb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 10:47:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:46:27 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.7p211"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p211"
+#define SNTP_VERSION       "4.2.7p212"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a939641c387907375f37651bd4a9a6ea908c384..f11b950443818e308ad69550d2bb893f35857280 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 11:02:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:53:10 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.7p211
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p212
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index f2389b90792a3fbf0ecec9a6f57c5d23623016b3..33ca66c69903f2ba2faef4183aa733bdad3b170e 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH sntp 1sntpman "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:02:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:00 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 810df594ecc54ab390943cb32ef319224a7ea2a6..321083fce9cf44fa5abfd794db60e70155aae100 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:02:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:11 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6bc379eee65535d5fc33e25024d020735584ad8f..b65a68275182c35be45561a56ee8276379eecf83 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.7p211 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p212 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.7p211
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p212
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 20758243aed1eeb73f77cadd6af36ca577c009aa..3bd2c0eb0aae266ae5f925cdbe41a75fa7be9f3e 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "01 Sep 2011" "4.2.7p211" "User Commands"
+.TH sntp @SNTP_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:02:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:00 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 18e39ab454d35da16e4787ad36662837f8926994..f2edb64848ae5bc138ef2d9e06969ff2cd8bfe45 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:02:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:11 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f40aa76bffa610ad61dad31551be4ba56f1adab7..a61b99efac497433446a36e8ec496ed5cdda39bd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 11:01:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:52:05 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.7p211\n\
+"ntp-keygen (ntp) 4.2.7p212\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\
@@ -778,7 +778,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.7p211\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p212\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 591bfcb6ec002c9de6f0df352f990d1c620f26c0..5507bcf3910500d6ca2bf739918d86b880225686 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September  1, 2011 at 11:01:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  7, 2011 at 11:52:04 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p211"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p211"
+#define NTP_KEYGEN_VERSION       "4.2.7p212"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p212"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7eb3374e2faf0d7cc0b7db58d2d87cdc997ce958..460f1092caf9e3ab87df2eccaaac520c4d67e9b6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September  1, 2011 at 11:01:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  7, 2011 at 11:52:38 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,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.7p211
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p212
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index bb8eb1181af563fbae9d3e63dc790c238557352c..85d73f3b810ad8283cb7c41804aa1467d90fd452 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "01 Sep 2011" "ntp (4.2.7p211)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:01:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 07e9f3e664d69166ac4ad7a274aef82d6f5cf84d..645488407646081cfb294ab73a7333f75980e7cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 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  September  1, 2011 at 11:01:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c42e903f343722289c36082bc95de1550e4f10a6..45cb9b9d1c8f424a79eb0eb86d2279836d87a2ea 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "01 Sep 2011" "ntp (4.2.7p211)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  1, 2011 at 11:01:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eac5a90590bf7b0bb9455dbc2a0d641122d2854f..d1a7bdeaf6eeabc8802dfd769d6072f52d257db7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 1 2011
+.Dd September 7 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  September  1, 2011 at 11:01:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:40 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME