]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P208 NTP_4_2_7P208
authorHarlan Stenn <stenn@ntp.org>
Wed, 24 Aug 2011 09:02:39 +0000 (09:02 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 24 Aug 2011 09:02:39 +0000 (09:02 +0000)
bk: 4e54be2fkw3t-mH0O3Lb2VbsdAiZPw

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 de0eea3fbc4590ff89516623824f556308f1c0f1..4e19977761b9e10092706f004c17562708ada62e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p208) 2011/08/24 Released by Harlan Stenn <stenn@ntp.org>
 * Fix the CLOCK_MONOTONIC TRACE() message.
 (4.2.7p207) 2011/08/22 Released by Harlan Stenn <stenn@ntp.org>
 * Restore the original CLOCK_MONOTONIC output format in sntp.
index 3c767eba9c2463e0afb50dbdc05270589b162fd9..a83dee7f0a865fb4df1b5490968dc9413734ea11 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:09:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:56:26 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.7p207\n\
+"ntpd 4.2.7p208\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.7p207\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9240b1a0802616e602d2b0159aba505456674f15..88bc10a7ae9d71c37b44651c5cdb9349f91fadc3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:09:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:56:25 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.7p207"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p207"
+#define NTPD_VERSION       "4.2.7p208"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1eadfd7f9f793545b6a2cdb91016d95f98b2c8ed..a1c355a6d8f1ea997632ed6a4a1cd3f8c4590cf0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:09:22 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 08:57:04 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.7p207
+ntpd - NTP daemon program - Ver. 4.2.7p208
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index a812b534ffd74a6ecf0e7113803ee6c521e48d18..9a9caa65886f7651a06d4ae72727efc09481201b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpd 1ntpdman "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 43e302af4a9883b2ef3bc71639f341f512b62931..b7d4aac95203352e401c65119aa791ee68897008 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 938a9574ddccc12b23c04acc7ca2e0abeab878fe..96d58e00915cc4f91ab8817043dc48698c56df49 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpd @NTPD_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:50 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9ccdffd8028aa1977e6c6bd428a3892a5a41eb6f..755ae3a1f21605abdc137f2b22bd68c08114ea04 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 29999b09a2dddf3846aa6c77d1d0800084c98892..ef10a6d4f15f08702e179ce540666030c8d42ef6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:09:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:57:17 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.7p207\n\
+"ntpdc 4.2.7p208\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.7p207\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e2b15a84c2b955f8ca8bc9491cfce9971472e595..900842718ec1c2f9f9bffcbb0a52b368590f6d28 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:09:27 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:57:16 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.7p207"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p207"
+#define NTPDC_VERSION       "4.2.7p208"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 864e83d602a89948674d4100b693c307321488c3..978f02f6f1bb22078cb3f7441558ee6a8f578e14 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:10:36 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 08:58:43 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.7p207
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p208
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d6aa6edb9205ce5441ec8a7cfdc951f4eddc40bd..bfcb1ef340b2d9d5a903fd08f313be4081513a43 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpdc 1ntpdcman "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 775c7a1163c49fa54a01f44008eabede5e6195bb..9c42e33f8117bf244e21815018029427455ac1f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:58:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f45d717985964ab86740c572d15692141caef8ad..9a6847a243930038d86e41e8f3285195b728bd10 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.7p207 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p208 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.7p207
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p208
 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 7bf3dd2993d57bae0cc304d7f0184d3e5d459806..9740c9876fc341e072822242e1482ac1e5d4515b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpdc @NTPDC_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:09:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:57:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b91d0ca9d5981aa1899135cdfe26cc1c5a56bd9a..eae7a796b4decc46674a6d2f0daf8e5400b4f83a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:58:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7c3edbdf6a2b749e14ffe8691e73445492607917..ca50c0e39988e1d748780b9eff0ae643feb8b6d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:10:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:58:49 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p207\n\
+"ntpq 4.2.7p208\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.7p207\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index eba5686c43d02a13343164f5db934aad98041cfc..860e9f7194a7f66d5dc4e2005e285c177e8d8c3e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:10:39 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:58:48 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.7p207"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p207"
+#define NTPQ_VERSION       "4.2.7p208"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c400c57e5ce25a3be0f606705d07a7b27176b0a8..5c865480628accdc604d146ee4114925e5d8995a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:11:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 08:59:36 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.7p207
+ntpq - standard NTP query program - Ver. 4.2.7p208
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b115f49af4c975fd64e28064746b1ee30c992de3..a1e1949b75f7fcc31f1c4dd10ea85abb90eb89ae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpq 1ntpqman "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 13c20bd3819400fcb9d046d4fdc0cf0b9727602e..079dad68e1546b642f25a49f706a1284f2db354c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index da4c693e7ea664d4faf48040ce8db2be16420bbc..b79ffb3561a91d818bd1d4b0ac9bd6d0db4e01a1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpq @NTPQ_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:10:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0302eb018a17bf60bac96210f51f4e2715628fae..d50b80f4c94f21cb3562e34e7b7190ac64dffaeb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 372a82e6201e52a2d103eeec3a8888a3476596d6..4c7f27b94333e3d92473d1b8bc4e56e21af2b0ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:11:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:59:40 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.7p207\n\
+"ntpsnmpd 4.2.7p208\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.7p207\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7fc27b2cf8b0124cec9bf3f0869170c959309868..5d3c8c2959591d0cd2986c684f821d836da44299 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:11:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 08:59:39 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.7p207"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p207"
+#define NTPSNMPD_VERSION       "4.2.7p208"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 637c1bf531368a777f949d517e21089c298f1daf..97ecd048da83701790fbcb5d1722be4d990c66b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:11:30 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 09:00:06 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.7p207
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p208
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 2beb180f984a2193c83dc699cb9699e0e9a6f3fe..932c71a7720cac915d47281793598dd109d99566 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9a8b5d4afe2aa3ed34ed3d1a10bae5db8e5bf28a..e04df98edac1234c7c7db9fc8e8421fd84a3a6df 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9fcf94dc49eb673f729118f8d16ce5e8306b2d46..09c8464b06e5fcc4a974885d67db1d41fcef43bb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:59:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e0915abcf10dfc595b401b08b344a0302d960386..13a9eed336a558d28d9dac3e08894698b6b702b3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 361cae619bc267bedb495446f4770d4aca05290c..33fac9387c9f53042a782ff80e856e2d90ac216f 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=207
+point=208
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4a9dcb65f02a966db0288f1340d41d352d7a5e19..8a65eaa7270607608c6e252f7e149cb27efcb889 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:08:59 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 08:56:21 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 22cf3bd1d73b2f8515b17c68b82e3421ba8ea877..9214867107cb256bf6b1b516714f33af66c288d6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
+.TH ntp-wait 1ntp-waitman "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:08:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4feee37d395b074fb6b357f7bb90294319e4311b..27caf0e4787ac37c0b09ab510f7571a959848ee9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 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  August 22, 2011 at 05:09:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5ff480c33a98b1f5a1f11af8c3a09e27519d9eea..5a5d7899a4bfc13bd8bf8015d532c546d273c1da 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.7p207 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p208 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 97261f98916cb10b804edae9fd62a0664c6569c8..532793e7f1cabd83926b69767b680152500479d9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:08:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:12 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ba031d13c6a86a3afa90f08ab4b595c7845afffa..5ba9d09f7850dee6b09dc01d0e9665577ce77e0b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 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  August 22, 2011 at 05:09:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 08:56:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bfb44d6c017110aad68c4a8a155fe6ec1b793e0d..9032cfada91ecdf3cf3b726df60000f39ef30263 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:06:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 09:01:00 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.7p207\n\
+"sntp 4.2.7p208\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.7p207\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 1631eec226932495a9ec75d9e80b85df1f412b29..b5704a7b7f94b00c39e1aa0a12a8ef06aad3c0a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:06:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 09:00:59 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.7p207"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p207"
+#define SNTP_VERSION       "4.2.7p208"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db5cb17c157ef922c6a5e3548eceb0812777312a..443ae981fba8f388a0a2e65ffce021ac59952885 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:12:33 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 09:01:50 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.7p207
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p208
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e5e934fb0c2f115a50a642a09e0bb77ba58214e9..1e86dd5f8091a2bb1d5b5e96ad1960f3d86b6d85 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH sntp 1sntpman "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:33 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2a2c35975e7350673408f4cb673a94194f96af9f..ecb52f10f1db579e58a566d4b7fd9fa3b306a4f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:52 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 42e6a8c80b40e2fe5efab84c99e70fb341c12181..bbca4d86304dc1351235bf7a458de32c67d10518 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.7p207 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p208 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.7p207
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p208
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index dd758c3fc18019ce00532fddbdc6140a0501e661..77dd78b39427339007998017962bd3f8c56cc316 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "22 Aug 2011" "4.2.7p207" "User Commands"
+.TH sntp @SNTP_MS@ "24 Aug 2011" "4.2.7p208" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:33 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a9479b8fe8b0b43053c268b2f4729236b3aad898..86d5d6012e6266113db082b7d67bb208708bb930 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:12:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:01:52 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 284498b1a3b20aeec0c9f03aa3cdbc54e8cc8a93..d41640fb59e79ea07aa1b11e8251dc68e125fce8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:11:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 09:00:12 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.7p207\n\
+"ntp-keygen (ntp) 4.2.7p208\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.7p207\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p208\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 59934a8f1d3b0636ca41ffe7383e4731b8f1e9de..ea1c43755fe841513f47754ba566ccf2f6f15d6c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 22, 2011 at 05:11:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 24, 2011 at 09:00:11 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.7p207"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p207"
+#define NTP_KEYGEN_VERSION       "4.2.7p208"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p208"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4f01ae19704054129c34eccb5cf1a37d399c9565..734dcd2efcae6d9864e6b89ea09247ce7e113c34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 22, 2011 at 05:12:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 24, 2011 at 09:00:55 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.7p207
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p208
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index abdad4494ab545395ccb3a4161b7787fd07ce7dd..19513c87690fcfe442e8c8eb0a7cfdb9089cf286 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1050c5fe6d4d2d2f71f0fbcef50db1b1e09ec806..efe6ecdd9816b3e4b55310acfcf84c1c3627d186 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 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  August 22, 2011 at 05:12:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a3992f49dd791eca6d854df1cf9195bb0e567be6..7c7410aca30fb2d9a13b85241a5fcb4cfbcbf87b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "22 Aug 2011" "ntp (4.2.7p207)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "24 Aug 2011" "ntp (4.2.7p208)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 22, 2011 at 05:11:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0b489a30df623989f0d8a2584c82c2422a3c886d..eedf0975c0c6c496d46b7b66fe84f4bcdfc37f33 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 22 2011
+.Dd August 24 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  August 22, 2011 at 05:12:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 24, 2011 at 09:00:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME