]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P203 NTP_4_2_7P203
authorHarlan Stenn <stenn@ntp.org>
Sat, 13 Aug 2011 10:46:20 +0000 (10:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 13 Aug 2011 10:46:20 +0000 (10:46 +0000)
bk: 4e4655fcyGP3JVC9gL_Tz1AOlhlgSg

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 74aefc29c3544ef4dfb7e1f14631528137ac0aa3..ea02bec0367b5ea9812b8c7f630fb658f9885b5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p203) 2011/08/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1986] Require Visual C++ 2005 or later compilers in Windows port.
 * Actually use long long for (u_)int64 by correcting spelling of
   SIZEOF_LONG_LONG in ntp_types.h.
index 621ada594774eba1ea6f1cdd3cf0403ed5c6235a..66476101b768a3e7fc88b4041b14102fda9f5307 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:15:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:40:16 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.7p202\n\
+"ntpd 4.2.7p203\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.7p202\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 5b67d6c734713c8eb489617ec4600f86307dc701..b5b5312f1bbc2b9c01e6197c36994dfcb61b9409 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:15:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:40:15 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.7p202"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p202"
+#define NTPD_VERSION       "4.2.7p203"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 87527a457030a042cc3d06cf748bf238442c6cec..601807664c37ad0360fb8be6e2afafd774728388 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:16:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:40:51 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.7p202
+ntpd - NTP daemon program - Ver. 4.2.7p203
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 780afeff223c4062a881d26783251311250dc7e7..8298709395e5149a4cbe424cafa451ce9ccc8fd7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpd 1ntpdman "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:16:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eed9caef18825a84e5f46c68e11b9b6ace4d4c49..72d1540a668c4d831c853ca5fae7f65da26c44fa 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:16:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6d58a63077c4ef154c03025db2cbd3d8ec5e8bc4..bd5036370c60a7c61eb85573102ac8fd35a46132 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpd @NTPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:16:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bd73f46d61981a869a7fb6a57efd09ce18c2ec9d..a54afe4a4f63a18dc223b8cf47e2c19a98dc7061 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:16:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9058005ddd1589401f273f1b146e90a79b24d722..e7b373f6337a6b26f290d9e556136e43c84c6b48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:16:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:41:00 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.7p202\n\
+"ntpdc 4.2.7p203\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.7p202\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8a725cc437ce90324a713d7359ac9883ac3d7c19..760204316679223562319829dfc6bdfa8c8708fe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:16:20 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:41:00 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.7p202"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p202"
+#define NTPDC_VERSION       "4.2.7p203"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 622a1e8186c6fa0c8df85a3ec40beaa67dc84b42..f19bd1efd4da076a4ffa8a7ced6b0805c1aff4b7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:17:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:42:26 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.7p202
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 6c92d6a71c39ece9ae4a52e4404ffbdfb83a6e4f..bf7a65db0809f6e02cc02b9a23bbcff19d381fb4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpdc 1ntpdcman "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:16:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:41:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 999a19db895d1e9827ffabe4d993a5b38390edc5..16cef895b4400a210fd37588846d702a0ccb05ae 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:17:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2a0b72ed3604715e2d81961e54be42834974d53f..45e63e79b26e2a9bb3beca4f900a97480fa239d5 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.7p202 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p203 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.7p202
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203
 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 960ab4d823137e63540e0a9c31231249538be34b..8b8cdbbb8adc511319f3ad430911d80b2a6f21cb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpdc @NTPDC_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:16:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:41:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9a8b416ff636e0e42373a26c972b972439efc4c0..7252f6833185956c8c48a03903e4eccff399e0d5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:17:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9ace088101b4d363991d4f41d9e1db0a6a4b7d79..edf10847e1cfed78bbb40b9ea4377565b19e5d88 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:17:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:42:31 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.7p202\n\
+"ntpq 4.2.7p203\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.7p202\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f27cf206d2ae38205adee9326b460f56dc859ef9..f9e58ae288023e11e69e0d4a1f2c082c47a6761f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:17:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:42:30 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.7p202"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p202"
+#define NTPQ_VERSION       "4.2.7p203"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ef21d3183bfb04380fde8af9c778b7b92399970c..1c42a0ea4d345aa43526a60bcd97865a2c9c33a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:18:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:43:07 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.7p202
+ntpq - standard NTP query program - Ver. 4.2.7p203
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index df6fad7b673cf61a3c7f6741642b9e11a932c7ab..047e3b2a8ffb59ce3b24fae57f729a67eea078e6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpq 1ntpqman "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 286e8c82886f40e668b92f5aa3c8f0938e72f54d..b2d9e880a7bbb3148e8f98dbf129397d97e6ac2e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2e0a7a64ecac261a993d3f6172e69ea8fe42b0e5..adca29d9e82e0bdce288bdc38fad3333e70596a0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpq @NTPQ_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5dde7568fa4db8fe201a5c1549c004d9803e20f4..6e452180d7d71a7437e5416e7de89912632a0ce7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:18:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4b5046831e2b2e9072df8d1ce619becd93a0550f..b5d4c4a840ecd2f3c6f3bb05a28bf31f705251eb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:18:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 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.7p202\n\
+"ntpsnmpd 4.2.7p203\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.7p202\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f481c3662ebe4fa42a3b06a2aa37021826aaacf3..648504578c75628d2042abb1e82267869d0f8cf7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:18:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 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.7p202"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p202"
+#define NTPSNMPD_VERSION       "4.2.7p203"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e3ea60af3af850b7a9e73f31d0df930f05ca3055..6123f565a410b68f9fa2bca5a63b55c21c274baf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:18:36 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:43:41 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.7p202
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p203
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1ec91c268cb73d64497796d65ffc50666559b8c8..24d9505c2c6ec01e4e3d7e3e9a56d9c3103e6bb3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dc177e51e042ff815949db8b758322f776181dec..eadd39d4f4617a44829b47eb80d2f5f97be15a22 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 16c70963297ca5dd88178171fe8d46f32c2a51f2..d2b0c9b922ccaf80bc32f6a8a880007c93e78332 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:18:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d4735fe350a2fb3e3fd0f99092dbb99165f7f1d7..486aa075d52b5dec5cae06fb8f76652e034d7273 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:18:37 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 04c3d3e2078f710d24a2838a628cda28ed7c111d..e19acf2d3f193a1a8ecca3d8c8b0bc52378df8c6 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=202
+point=203
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index a90a968dae55dd2afcb6fb5e226be8b4560968f2..fc2ae7c09ad1a6d79af7fe422d35cbee9bc4bc12 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:15:23 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:39:31 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 397dd19f7d279bec1a1a5adf9f9ff9fc7826a38c..cc21fcb6b75f363eabe75bea5948ddae136919f9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "09 Aug 2011" "ntp (4.2.7p202)" "User Commands"
+.TH ntp-wait 1ntp-waitman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:15:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 763381dd36ef72ab47eee142d19dd610012c1389..545dbd02acd8771ea7c3f4a735b02b2cad3663ef 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:15:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index af77209b6b69b06e8485b18b6c43ac29739a220f..523131fb27f7deb16da9ca18a3abb37bce157d23 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.7p202 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p203 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 7ce9e7a3b91e3b2c8d6c3a03d13b4eb61b99c63b..5ac1c36942ad6a9153788cb475987ed9fb31c5c6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "09 Aug 2011" "ntp (4.2.7p202)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:15:20 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7d422974030c63983d5d46ebcfdaf800852c169f..db0b3b6bab755ee80daafbfa61ca890b6749b0f8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:15:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ae275d8af44a21960a35ae106c6405453b18dc7d..02e8402b695a1ee5470349ec10137c22ec172a25 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:12:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:35:06 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.7p202\n\
+"sntp 4.2.7p203\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[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p202\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ca1ac33e98712310df0cebdec4c253868d49004b..dc11f786b0c742aa586abb4bd2da01a70911beb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:12:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:35:05 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.7p202"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p202"
+#define SNTP_VERSION       "4.2.7p203"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 090134c86d926d68973134a691138bb5bee10f0f..e8fd29b7fdda6e7899553c9e16705fc4b1eeaf7e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:19:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:45:06 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p202
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index ffcb69bd132de7b8201887f713dfed9103e56010..e68bfa876f2b643baf5a7c5fc8d1517cfe647589 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH sntp 1sntpman "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:19:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:54 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4957513a9ec594454387cf65e0eb0f0fa29caa2d..25867a078f4b07ba3a14c1638726ae7e4e2a961a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:19:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:45:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 26f27e84808cccd3d2c32a0ba05e5fb9f7a1f2e8..bdeff07c4c77a541af3b2a7c3ba3c4af5dc8b6fb 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.7p202 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p203 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,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 program - Ver. 4.2.7p202
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 660ce91309908300777d462f30e8bb4eea1a24f3..dd2790880b765b49306e911b10afbab78f1b6ece 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "09 Aug 2011" "4.2.7p202" "User Commands"
+.TH sntp @SNTP_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:19:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:54 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3c6042f90fb3e77103db49c06a2b8ddb0ee72290..c378c5ebcbbbf979f32fd4ca60b50e7c790d09f7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:19:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:45:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 22e10c04e4a9f05f37b6bf18205d19b6e2b41b20..a21e96d6108481f0e070483d870daf62c84a9a08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:18:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:43:49 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.7p202\n\
+"ntp-keygen (ntp) 4.2.7p203\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.7p202\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p203\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 12c457cd4d3b71ea96e8608a2f1051f24d7769f0..c683ce6987d6765685ad2c84d79cf5472c6fbe09 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2011 at 08:18:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 13, 2011 at 10:43:49 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.7p202"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p202"
+#define NTP_KEYGEN_VERSION       "4.2.7p203"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p203"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1dbfcdfc2155f063e92a5b1160ca278924ef683c..21ef15b4ed3969f388f563cf539f78fb5193669a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2011 at 08:19:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 13, 2011 at 10:44:25 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.7p202
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p203
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 076bdb86db82e90b6402506482c53010e1041edc..4bffa1ede1498cbcd037e5328fd97a6b6947ffc4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "09 Aug 2011" "ntp (4.2.7p202)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:19:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:06 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c1c6e1606cd6f983a95ef22002de658f9b9c32b2..3b85ce8d54e489e0d48592b26ca5cb9c0224a8e4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:19:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4be3fd114813705a1340c8d56841935866396c11..a057fb3738fbfb3fcc278eb81c194b450119a109 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "09 Aug 2011" "ntp (4.2.7p202)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2011 at 08:19:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:06 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c7a12802b0e49d2e44b502349b1be2653da062a2..adaf2ab22d2c776ea28c17aa58105ec39cea2540 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 9 2011
+.Dd August 13 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  9, 2011 at 08:19:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:27 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME