]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P214 NTP_4_2_7P214
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Sep 2011 19:45:00 +0000 (19:45 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Sep 2011 19:45:00 +0000 (19:45 +0000)
bk: 4e78ed3c4GirvQO1dn3YjWENZsNckw

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 5d99da9738036377dc44472e7d4a03a5a107059e..ee8b34f8a0501a2f84daa68d54bb5ddfca919675 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p214) 2011/09/20 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1981] Initial offset convergence applies frequency correction 2x
   with kernel discipline.
 * [Bug 2008] Initial offset convergence degraded with 500 PPM adjtime().
index 3035693cb41f50cee47e0425f70982400b8acef3..a90d25bcf36aecf99b006168790b483fdc904379 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:28:31 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:40:43 PM 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.7p213\n\
+"ntpd 4.2.7p214\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.7p213\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 2c962c8961f6f69209536c106b910dd98fdaa7d3..964aa52b5d066c1bb5ed8bee5b8247e1a0a738aa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:28:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:40:43 PM 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.7p213"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p213"
+#define NTPD_VERSION       "4.2.7p214"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bf19e73e03a4b5109b70bf88fbf15ded30d7466d..9b3e9167bb794952d8b0a09295b7940de1eb8c6b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:31:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:41:05 PM 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.7p213
+ntpd - NTP daemon program - Ver. 4.2.7p214
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index c00dbdf69c59c524047e3567e1d9223b87d3afc6..275b585587efd231e28e9007a8da8dca521e7acf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpd 1ntpdman "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:02 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fb657ef8d9242fc830d8b7128793b6dccc681cce..b303778110f080b14190e446772f44b383a3ce66 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:06 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index adf20285b8ec0acfddc3cefc11e463ad338f4bbe..eb4a94a876c3e8f400d16077e3cfa87240a184c3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpd @NTPD_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:31:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:02 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b0a8747f674c443a919348077ef4b2ce5ed86ae9..7c369ea271471a1b12253db3acb898a50f535f71 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:31:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:06 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 95ee567648ea085eb75cacfe33384c78431c0753..2ffb7ec3f3a2bf799cb954897f655a6f7a16e73d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:31:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:41:11 PM 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.7p213\n\
+"ntpdc 4.2.7p214\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.7p213\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index be2bae83691573b20223dbc0957346fe7a25efeb..3f9f132d9f325d0598db042def89271056a79c1e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:31:40 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:41:11 PM 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.7p213"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p213"
+#define NTPDC_VERSION       "4.2.7p214"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 16c2bf7c1aaa8caf49e5e0c1281e35939b3136dc..e052debc09594c49eaed1502607152add42cde49 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:33:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:42:21 PM 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.7p213
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7b6926ce118054b4c33ddc0365b42b4e87fcc5ed..866a1a1485e8f8043633806973f085f8ca84c5bf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpdc 1ntpdcman "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:32:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:21 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ea46a60738d74569a158b8409538da9a25346589..970b4ffaf69133ca4cb5f3b6e324e59b985a60b1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:33:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 22a6d674654340992b7156ee12a2203e0a14597a..fd75673d395123a08a34a47bd407423ec00093e2 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.7p213 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p214 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.7p213
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p214
 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 667b5ded36fadaf967d1af011c10d804208d7f7e..bddcf60c0044029602b4ae0a66658c43aacc0808 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpdc @NTPDC_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:32:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:41:21 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b1234454f36388cfd94865b26920f9f8f212f8a3..14ee4b7c98ec5f1573bc194bd207ceb527faabad 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:33:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:22 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ca3b940f624186582958044c053d668a5fcb93f0..af047101c188c370a26397bb2a22be3df5583058 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:34:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:42:25 PM 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.7p213\n\
+"ntpq 4.2.7p214\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.7p213\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 094954ee628f2d0e271318c1b755e1777cf8d5eb..f1bd64e60a3e8ad97c24448d9d556b59b31ba17a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:34:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:42:24 PM 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.7p213"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p213"
+#define NTPQ_VERSION       "4.2.7p214"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b52eab0703e7899cc8a6dde7a33ff8a3a35e658..95c3e807bf64a5b6fa2373ccfe6968ad36c67d90 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:35:10 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:42:56 PM 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.7p213
+ntpq - standard NTP query program - Ver. 4.2.7p214
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index abf723c5b37951f1d7ed1e38ba0ba6c6daa7c3c5..0761d3fd3871354353bb603a20332cffb435ad9d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpq 1ntpqman "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:34:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dcf8eed9c78c6b12b7e1c59e0a0e6056aa12a428..1f2bdde31f2f09161e327f8b4c847b9cc9971039 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:57 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 136ba05e728281bf4615d8ddb4222cbc70e0f7e6..cfeed2dcc7a43dc23c7d46bd4ce883ea878b8b25 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpq @NTPQ_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:34:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fd33630e7cf5c75c757038d4f26410565da937b2..9fe9328d839a5e2810c6eec687a0ac92f1417f48 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:35:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:42:57 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e0582fb45fe713a54d5ee4657843cd3c326aa26e..082256e0d3b5f0a442b81dbacd97caad8c53548b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:35:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:43:00 PM 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.7p213\n\
+"ntpsnmpd 4.2.7p214\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.7p213\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ab1cd7fbb2d14c10eac5e0262da4836ecd52a089..f51f40d0caff9b5e71883ca45059d3aa081baac0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:35:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:42:59 PM 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.7p213"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p213"
+#define NTPSNMPD_VERSION       "4.2.7p214"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f755ca5d2f821ef44cb2356b1ad262ca49d0cdde..c1fd895983e459837c837be655ee9023895570b6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:35:54 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:43:15 PM 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.7p213
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p214
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index c398fe4e994e18b76c510a0a08d9d6813cc0baf2..94e2e1f687276d1fd2966fced389be747f92e63b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:06 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1f4f0189dc91ed7c9e6a990571477f4c6588203b..5e7f1c07545b70843bba776135e63f6a81895cd9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8a14c6dff41d8e7a9628c216e440e5db82eca961..fed658f7cef572957d53d099091dd33cf68f0420 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:35:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:06 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index aa7b94ebaa5dc517eb49ccfc0b97079ccc4ef239..bc1cc6c67db1bee8a9e9e2f686ee3afabe325439 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:35:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f6cd44a67c1e9b5d83f1aff0cd299183b0f7341e..f58c71ce26258290d53d2ca169100016afa93fbb 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=213
+point=214
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 905337584fc257a4f8c27dbefab7346fc6b8bfa3..f9239db7537d208cc7e5f0530216dca988836a56 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:27:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:40:38 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3b24630b1b41309297fad20ebe05ce7bd6c6e2bf..91c727d10b4f3432299417834a9fb06badf7ea5f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
+.TH ntp-wait 1ntp-waitman "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:36 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b999abb6fb44665286232a72db7c308109d1dc9f..cab87190c413c36c02e81f95046ef4cca868d148 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:27:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:39 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3b500488114a8b81b262c4f97817e4b8de851ba4..666c228846b851261d3a2258b9f6fb019e11e73c 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.7p213 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p214 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 90fd44a8e05ebb37d6b16360dab9bbd309c01548..e86f61b89923af6836be654300788898812e27c2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:27:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:36 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index df6c7997f2a58e9900fca81e31ddbf0e3ff0edb5..0ea885c56639c06fa5901e23bb2cee0f9cf1fb23 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:27:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:40:39 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1c34a27590ee92d0203ce1e11b56fac4c5a780fd..a1adc1ced8065964c29460ed8849e0c44fa13904 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:05:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:38:19 PM 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.7p213\n\
+"sntp 4.2.7p214\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.7p213\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 68a01c3a218dc2ba3443d8485f34813e0fce53af..27ece695a9fcbb1d3f799222d3854940bbc88889 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:05:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:38:18 PM 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.7p213"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p213"
+#define SNTP_VERSION       "4.2.7p214"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 601445192a5ad2992c5de21e29bbb82f54d77dd8..424960203146c50b9d9511ef969525f52333080d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:38:28 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:44:19 PM 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.7p213
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index dd55f8a0e0bef7df08c7633526eb306390a19967..338fa9f035ab9d7468d1b1cc2bd5b2aea43e00ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH sntp 1sntpman "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:09 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0f1742eea9e6ccbf885b4103d987d84e066f535e..427545635bca5c890bbef1ed801d7ede79ca8ab2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:20 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6c0ad2f148b6a16f65060ced17b8961cece1a504..5a28a988841ab61e1b07e5c55f37d7580ee1982f 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.7p213 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p214 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.7p213
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p214
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index d82a1af5fb024878494f7ff513359a24eb22e9a1..dba1bea2c740f2b770682ef2a2fa98b0e471de50 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "08 Sep 2011" "4.2.7p213" "User Commands"
+.TH sntp @SNTP_MS@ "20 Sep 2011" "4.2.7p214" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:38:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:09 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3708cbc679a7d51dafe5f7113e3f0f1663d11df8..2b3334163b419c454fbf1c7908c36573068d3ccd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:38:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:44:20 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 058746bf9cae23930c6a04c3d46a5996b0d603ba..8382cad6090ef28ddd370a581be5c7429ec3b0f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:36:02 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:43:21 PM 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.7p213\n\
+"ntp-keygen (ntp) 4.2.7p214\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.7p213\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p214\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2668bafb62256d3044aff30de78ba151b2a3a59f..5177057ef9fb9d16c83e9c736b1579da2b788949 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September  8, 2011 at 11:36:02 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  September 20, 2011 at 07:43:20 PM 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.7p213"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p213"
+#define NTP_KEYGEN_VERSION       "4.2.7p214"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p214"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ee1885a97604031e366cf2f5be714f956a7cf85f..3688c29c4b2ef4701ada37efd9e569f408ba271d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September  8, 2011 at 11:36:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  September 20, 2011 at 07:43:47 PM 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.7p213
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p214
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e7cc4981151f39458645313f8dead97b75400230..845b9e1f163086465722c8fbb97d61147b38aa46 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:36:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:33 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b6395eb173f58ef5b146a0f9c2a02eef0223cce6..59cf8dc88f696e3c6d4ac87ee47d2b95612711cb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:37:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:49 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 86f231666037620966bdbd12f8185e85f3601113..e8501c25bd63b91b9e6e1fd45f5536b5550bf142 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "08 Sep 2011" "ntp (4.2.7p213)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Sep 2011" "ntp (4.2.7p214)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  September  8, 2011 at 11:36:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:33 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ef577b0f400d0267780966dd9717ba934ae813f9..9dacbfd38215e40b8a35540cf3aefd6d9ce832e9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd September 8 2011
+.Dd September 20 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  8, 2011 at 11:37:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  September 20, 2011 at 07:43:49 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME