]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P213 NTP_4_2_7P213
authorHarlan Stenn <stenn@ntp.org>
Thu, 8 Sep 2011 11:46:02 +0000 (11:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 8 Sep 2011 11:46:02 +0000 (11:46 +0000)
bk: 4e68aafa2TY-ldCrRnvJWwG16lN53w

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 f933887bf06b4360aad436804836ae423c6fe052..3ed459824d95e241d8c988733a7e24e476872ca5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p213) 2011/09/08 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1999] NMEA does not send PMOTG messages any more.
 (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.
index 7a0702b66bb09e8f9ca77ccf65712b75988acdc3..3035693cb41f50cee47e0425f70982400b8acef3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:48:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:28:31 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.7p212\n\
+"ntpd 4.2.7p213\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.7p212\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index fe6fdcdd7e496bcc26650e788e1a953985e44f51..2c962c8961f6f69209536c106b910dd98fdaa7d3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:48:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:28:30 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.7p212"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p212"
+#define NTPD_VERSION       "4.2.7p213"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7964b3d6466bb685b14030f7ee32c33d65fc2898..bf19e73e03a4b5109b70bf88fbf15ded30d7466d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:49:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:31:07 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.7p212
+ntpd - NTP daemon program - Ver. 4.2.7p213
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9c1b7c0e420112f2247bfe8ecbe61683c75223ad..c00dbdf69c59c524047e3567e1d9223b87d3afc6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpd 1ntpdman "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e1e0bdd3c91d8c1caefa925006b6d0a5bdef55b8..fb657ef8d9242fc830d8b7128793b6dccc681cce 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e693266bafb639b3db6b953ae012969ad5ab9c15..adf20285b8ec0acfddc3cefc11e463ad338f4bbe 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpd @NTPD_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cb37043a09485f569cb276f532a9972d192731d6..b0a8747f674c443a919348077ef4b2ce5ed86ae9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:49:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 41b9f16ea9d13137082c35045e5857e0b6e28fb9..95ee567648ea085eb75cacfe33384c78431c0753 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:49:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:31:40 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.7p212\n\
+"ntpdc 4.2.7p213\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.7p212\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 630aca09a4e6be9e7a1f1111afcd0b182e8e09ed..be2bae83691573b20223dbc0957346fe7a25efeb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:49:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:31:40 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.7p212"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p212"
+#define NTPDC_VERSION       "4.2.7p213"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 897d665785b558bf03f8287af9eb1bc593a555f1..16c2bf7c1aaa8caf49e5e0c1281e35939b3136dc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:50:49 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:33:53 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.7p212
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p213
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 52eafa10a974f3c42969b778e1bece9fe5b3d24f..7b6926ce118054b4c33ddc0365b42b4e87fcc5ed 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpdc 1ntpdcman "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:32:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0f2c1b79786cbf2f1140a8a2dfcf19271b71f2c7..ea46a60738d74569a158b8409538da9a25346589 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:50:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:33:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35ed80654c8e22bd54dbbeb499e0b8a23e8799f6..22a6d674654340992b7156ee12a2203e0a14597a 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.7p212 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p213 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.7p212
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p213
 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 446218201aa682739894621ad463d6197353094d..667b5ded36fadaf967d1af011c10d804208d7f7e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpdc @NTPDC_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:49:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:32:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2c40d9cab691b1487926418792b17c1ece9ea06a..b1234454f36388cfd94865b26920f9f8f212f8a3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:50:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:33:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9d932c896df4d1879caeeb85940c1828e6835948..ca3b940f624186582958044c053d668a5fcb93f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:50:52 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:34:00 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.7p212\n\
+"ntpq 4.2.7p213\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.7p212\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 41a423fb1f8af72f7b538857f2d26a7692cdb241..094954ee628f2d0e271318c1b755e1777cf8d5eb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:50:52 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:34:00 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.7p212"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p212"
+#define NTPQ_VERSION       "4.2.7p213"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2fab565340bc085372eebf85d9cedc37da06057b..2b52eab0703e7899cc8a6dde7a33ff8a3a35e658 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:51:38 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:35:10 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.7p212
+ntpq - standard NTP query program - Ver. 4.2.7p213
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9d82b045d10f14126cde5f2b3fd0f77def1670df..abf723c5b37951f1d7ed1e38ba0ba6c6daa7c3c5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpq 1ntpqman "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:34:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1d9003398ce0dfd6bc63e5a7f28961229b157d8f..dcf8eed9c78c6b12b7e1c59e0a0e6056aa12a428 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5e515043469961aa58f4d9c4665ba9c76d3d47ac..136ba05e728281bf4615d8ddb4222cbc70e0f7e6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpq @NTPQ_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:34:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5241db8b2617b73d03e81cfd49106e6ab78f4b0f..fd33630e7cf5c75c757038d4f26410565da937b2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:51:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3308b1217affb3c72a1c0b76769a891540e8e96c..e0582fb45fe713a54d5ee4657843cd3c326aa26e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:51:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:35:14 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.7p212\n\
+"ntpsnmpd 4.2.7p213\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.7p212\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5ba90b47bc6ddf3525fba35b918967b468c5da7c..ab1cd7fbb2d14c10eac5e0262da4836ecd52a089 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:51:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:35:14 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.7p212"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p212"
+#define NTPSNMPD_VERSION       "4.2.7p213"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 475a63df3424a9602431db04f18648d32199edcb..f755ca5d2f821ef44cb2356b1ad262ca49d0cdde 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:52:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:35:54 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.7p212
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p213
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index e6934fac8a3cb1a4f929c6f1b3dd5f1708cfe1c3..c398fe4e994e18b76c510a0a08d9d6813cc0baf2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:40 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 07d5c1b9f7b319046a5ada92aad5d1f82d3a73f8..1f4f0189dc91ed7c9e6a990571477f4c6588203b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2519b9511145a0106adb5b97a67583a23f77c3c6..8a14c6dff41d8e7a9628c216e440e5db82eca961 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:51:50 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:40 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1195a2ef0015d985ef9be77f6d5950d1df68a3a3..aa7b94ebaa5dc517eb49ccfc0b97079ccc4ef239 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:52:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:57 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 043afec1e629eea9e50d5d4b29cf6540a9555da1..f6cd44a67c1e9b5d83f1aff0cd299183b0f7341e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=212
+point=213
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4b38a23a5a2ef2cf950cc3a2f0d608d68968dc5d..905337584fc257a4f8c27dbefab7346fc6b8bfa3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:48:57 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:27:55 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 51d30992eb982c903cd3524b85000dca0583ebe6..3b24630b1b41309297fad20ebe05ce7bd6c6e2bf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
+.TH ntp-wait 1ntp-waitman "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cfd87b9f8d4c6f710d8eb1636be21adb35b7f035..b999abb6fb44665286232a72db7c308109d1dc9f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:48:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 241d4ec96e0f3357a638d66662878a183d8927c8..3b500488114a8b81b262c4f97817e4b8de851ba4 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.7p212 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p213 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index a6287a6361b32167afc58ee769858db641f36ce1..90fd44a8e05ebb37d6b16360dab9bbd309c01548 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:48:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 26799fbcfa8c6b9c034ad8028db7433d9db66160..df6c7997f2a58e9900fca81e31ddbf0e3ff0edb5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:48:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a189b986e1e041693eb9a23cdd5deced267f3092..1c34a27590ee92d0203ce1e11b56fac4c5a780fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:46:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:05:34 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.7p212\n\
+"sntp 4.2.7p213\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.7p212\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index fc85513047b4c46d9bef75f5b17ddafa52279eb0..68a01c3a218dc2ba3443d8485f34813e0fce53af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:46:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:05:33 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.7p212"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p212"
+#define SNTP_VERSION       "4.2.7p213"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f11b950443818e308ad69550d2bb893f35857280..601445192a5ad2992c5de21e29bbb82f54d77dd8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:53:10 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:38:28 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.7p212
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p213
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 33ca66c69903f2ba2faef4183aa733bdad3b170e..dd55f8a0e0bef7df08c7633526eb306390a19967 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH sntp 1sntpman "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 321083fce9cf44fa5abfd794db60e70155aae100..0f1742eea9e6ccbf885b4103d987d84e066f535e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b65a68275182c35be45561a56ee8276379eecf83..6c0ad2f148b6a16f65060ced17b8961cece1a504 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.7p212 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p213 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.7p212
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p213
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3bd2c0eb0aae266ae5f925cdbe41a75fa7be9f3e..d82a1af5fb024878494f7ff513359a24eb22e9a1 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "07 Sep 2011" "4.2.7p212" "User Commands"
+.TH sntp @SNTP_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:53:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f2edb64848ae5bc138ef2d9e06969ff2cd8bfe45..3708cbc679a7d51dafe5f7113e3f0f1663d11df8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:53:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a61b99efac497433446a36e8ec496ed5cdda39bd..058746bf9cae23930c6a04c3d46a5996b0d603ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:52:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:36:02 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.7p212\n\
+"ntp-keygen (ntp) 4.2.7p213\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.7p212\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p213\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5507bcf3910500d6ca2bf739918d86b880225686..2668bafb62256d3044aff30de78ba151b2a3a59f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September  7, 2011 at 11:52:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September  8, 2011 at 11:36:02 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.7p212"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p212"
+#define NTP_KEYGEN_VERSION       "4.2.7p213"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p213"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 460f1092caf9e3ab87df2eccaaac520c4d67e9b6..ee1885a97604031e366cf2f5be714f956a7cf85f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September  7, 2011 at 11:52:38 AM by AutoGen 5.12
+# It has been AutoGen-ed  September  8, 2011 at 11:36:56 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.7p212
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p213
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 85d73f3b810ad8283cb7c41804aa1467d90fd452..e7cc4981151f39458645313f8dead97b75400230 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:36:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 645488407646081cfb294ab73a7333f75980e7cd..b6395eb173f58ef5b146a0f9c2a02eef0223cce6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:52:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:37:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 45cb9b9d1c8f424a79eb0eb86d2279836d87a2ea..86f231666037620966bdbd12f8185e85f3601113 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Sep 2011" "ntp (4.2.7p212)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  7, 2011 at 11:52:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:36:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d1a7bdeaf6eeabc8802dfd769d6072f52d257db7..ef577b0f400d0267780966dd9717ba934ae813f9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 7 2011
+.Dd September 8 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  7, 2011 at 11:52:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September  8, 2011 at 11:37:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME