]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P222 NTP_4_2_7P222
authorHarlan Stenn <stenn@ntp.org>
Tue, 11 Oct 2011 09:09:30 +0000 (09:09 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 11 Oct 2011 09:09:30 +0000 (09:09 +0000)
bk: 4e9407cat7ij-z_T6-N_Obm3EB4_gg

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 fcdad6f5250de21b8b08a59fa1c94727b8ffebbc..82a409da2933da2f76c17ebe922b261187144abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p222) 2011/10/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2029] "make check" clutters syslog.
 * Log signal description along with number on ntpd exit.
 (4.2.7p221) 2011/10/10 Released by Harlan Stenn <stenn@ntp.org>
index d3455c14061c7cf92070a714dfd4a2a573b3e0ec..2e8a96ad6d6a4182698021dd95ec3d163f4b02c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:57:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:01 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.7p221\n\
+"ntpd 4.2.7p222\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.7p221\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 714812f7f7b5ae6a4a2e19b420e5298c89bd4595..c3ae3e250e045bdd7711bd1cbeeef111458b7bcb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:57:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:01 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.7p221"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p221"
+#define NTPD_VERSION       "4.2.7p222"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3ef9b3354c81d139bc73105e3274d9a295e90875..c65f912905763bc63d356a8916fb2c889962a90e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:57:59 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:08:17 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.7p221
+ntpd - NTP daemon program - Ver. 4.2.7p222
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index c165076d447441f66d7366dbc1322995d5440ef2..57892f502ce1a56926f722fdf0b562db27146af6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpd 1ntpdman "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e4250fdb62d5aad49cfad4b144fb6d0633bd7f15..1d81be27c5e1b188926aa8a870206f9c75ce220f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 367fa56d31186cb575bc0a69169bc0c52ae7e822..f25c6e1b2b96ac106b47380098f438904ad9df9a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpd @NTPD_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:13 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7ddb98bf696c5a3778b97ee8759df7a071c8e7e2..a86df78d0180eb5792df86d725e4249d5f8c4d18 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:59 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b19801470749636ced819927eb3135a0bb0e6c03..d6b044a8b81e8d66617e6b4b32d5e896d90706ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:22 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.7p221\n\
+"ntpdc 4.2.7p222\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.7p221\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0a0ad5c213dbe8cc2ad015697ff2b2f08f8e9b09..de0184e1788c7419d9a9c3410f297cbd5e216fba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:22 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.7p221"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p221"
+#define NTPDC_VERSION       "4.2.7p222"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 74c4ceb87480f3cc76d6458f88bab7592a241a6f..8e0fc9e4baa2fd0509d1b2a067d982972da326d2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:58:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:08:35 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.7p221
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p222
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 27db642772a48be2265403e0303d3effc32d2dca..b40ebaad90c85d05f3e0171b2f59c3c548750634 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpdc 1ntpdcman "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 26180f62fc423839a8a65b6e101c33621fae784e..7061b1d29bcb01721ffc55bd2399bda7a172e531 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b38fd2b8293693bbcb678054011f64799ad2f4f0..9f2d4e7fe0460849c94b068724320c6a744bea30 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.7p221 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p222 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.7p221
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p222
 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 c2decc9c470fcfa85cfadeea9ad01164c6a625f6..7f92c5ff09e1d52c35fda05fc42d74a8521b99a7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpdc @NTPDC_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 52e5a8206865dacc2ee154c8a402092ddf73af5c..91e6ac065a5dcea6a3fbae9d0ccc6e433da69000 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b063366d96575430bfd24b8df0210a5d0395e6ac..fc1e0d00656343d9060b438b633777bda62816f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:36 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.7p221\n\
+"ntpq 4.2.7p222\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.7p221\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f8a998497614bc7d25055e1af87c73c82f21c071..7f920b36a72474cf9416b85d0c15f9304444e6bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:36 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.7p221"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p221"
+#define NTPQ_VERSION       "4.2.7p222"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 43e8289fc61854b71d943e34c7651f1dfc8115aa..30b4ae9699e3c8624af7c6604ab9371b546b5f71 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:58:28 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:08:48 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.7p221
+ntpq - standard NTP query program - Ver. 4.2.7p222
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index dbb716d03eb21c9b6b4a654019a6b038818ec2f6..8297f6ff7a053a15bafe7e367e82daee1e882e44 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpq 1ntpqman "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1a6173a5bad57ebd5d45793500323eab3927bf92..b05451750a9f61533eea2b54d5d53a5128eb70cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4e5f59f11b55b8ab57d7e5b5ef7deb2855e81255..aaba3c2b600e5ec7b0eb5914d1713355dbb8549d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpq @NTPQ_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cbea058bb55bd2a804f44ffc626c036a6ec7ba63..1a1c4615f2fe20ecf9d69197049780ffdefbb34c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 50bf21c12d92c6bce1dc913d445839e26c1f50d7..48e2c3eca4d9cd082ab9fa73394bdc0263a8eed8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:49 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.7p221\n\
+"ntpsnmpd 4.2.7p222\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.7p221\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8881007e87dd843a6f9559cf67a5aa2950ef07c5..e52af6fc8227c487460962239b1d93deace12173 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:49 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.7p221"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p221"
+#define NTPSNMPD_VERSION       "4.2.7p222"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b62502444b3bc3912a9662d27de02cc9477914c6..bbaf6955a379f09f49a06c5d2b510478ebdbdc91 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:58:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:08:55 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.7p221
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p222
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 40d1b98d178ce0e83de71e1358029e7c6925c188..766348e2543e778f1115990e05e54b3488c06556 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 730932d388b24aea4e223fb6c0c7017f6fdc69b2..a25a892cfcbfe4547809f8390dbcfccc18cc39bc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 24c9f4c11c12d775228c2437fd21922ea3e2c2b8..385a5c85f86169b41ac679f66a33a8db6baa5d66 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7c6480461504fe66d75e43cdbb5d3e8a15da7613..d8d380f091b1fcee1646ca37749fec065d98e8e7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 15efdc9313028d70003c6653d71deade21b2f226..e3430dbf9688cbfa9abebd066d494d2d0212dde0 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=221
+point=222
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ca78833ceb12915aee3f2baa2c555197acedeac4..19a12a0c7b6caf52c5e3cf2713435b3d1d4ad377 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:57:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:07:59 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,19 @@ This is the automatically generated usage text for ntp-wait:
 
 @exampleindent 0
 @example
-ntp-wait is unavailable - no --help
+/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 @end example
 @exampleindent 4
 
index a881bb88a0a7bd7972784e432acdbd7eb3e16aaf..d7e9e6d12b035cd78c15439333014e4a5acfa610 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
+.TH ntp-wait 1ntp-waitman "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:07:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7fdf9ab6dbbcdf24fe5b701fb7b0ba6e5f47cd4d..2d98fb58298388df4ac8e4140c0e883a9c2ae686 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 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  October 10, 2011 at 05:57:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2a11153201b4b245f77ebf67554d36636088b9fb..618f0d72abdb3a7def70da55ccec20c2c77e2a8f 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.7p221 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p222 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -109,7 +109,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntp_002dwait-Invocation">ntp-wait Invo
 <p><a name="index-ntp_002dwait-usage-3"></a>
 This is the automatically generated usage text for ntp-wait:
 
-<pre class="example">ntp-wait is unavailable - no --help
+<pre class="example">/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 </pre>
   <div class="node">
 <p><hr>
index 68687fb7f285947366110e2fd666e2ed42ca9801..f67f1589f775cb881afeaf22b9f25adf53bafd28 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:07:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 779e60277f5a60365f6934d4be7827645e167ea8..625f5a1dd22c24c53c3340532308c87fbc8b840a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 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  October 10, 2011 at 05:57:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:00 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 963ee16564ed232fd9afbd9596d0bd33d28b030b..27dad480b6ad965a745e08ae199867c48d9f8dbb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:55:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:05:33 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.7p221\n\
+"sntp 4.2.7p222\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.7p221\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 4bbdca0f44db0dd98f72740e524a2a5a6d1545a9..98407c872cc33dc1262af8b1d2bda46d47dcb7bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:55:19 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:05:33 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p221"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p221"
+#define SNTP_VERSION       "4.2.7p222"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d5b8086ccdb06eccbf02c4d6e98643c17282d608..bf815aa49f6c7e0d94aaef49491b5a497c5a3a4c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:58:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:09:16 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.7p221
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p222
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 88b01a43d86d2a8d02fa23545ca96dcdcc5b4cf4..79de055833367b97626cbb5de0f7194688c8fbe8 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH sntp 1sntpman "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:13 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f4efca33ab7fe2ec8614e39051a099881eb2f15b..22bd03a62adeebcd78be9122766b9f39812a8453 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0b84ed179c0ce178b3f5a706f1ab86d7a51d91ab..3954eaad7f1626700d9c17237beae604456b989d 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.7p221 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p222 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.7p221
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p222
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index dcb5a3d953b37a0f3c89e6c56c5fb8e336b8ad52..6c6dd11211bbb7006e238d1a4128f01ee282e95b 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
+.TH sntp @SNTP_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:13 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 13625f2c56309ada0ce4250a5c5aeb544713826b..b66f112d1ae33f1fc9fe966686d3936f7790f4a1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3c333cf1d2621252cfdc0e27356c5eede77d3c31..6fc112c76ad4e51036d4e02fac22f88eaee242e9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:58 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.7p221\n\
+"ntp-keygen (ntp) 4.2.7p222\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\
@@ -808,7 +808,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.7p221\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p222\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 55849b39ae335aae32eb79de8c3e7899f2a9c3d3..fd0c27d20bcd50a2a2096d2234a27ef0e0a04282 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 10, 2011 at 05:58:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 11, 2011 at 09:08:57 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p221"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p221"
+#define NTP_KEYGEN_VERSION       "4.2.7p222"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p222"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7bcd4fc6620ed746d2759513584aa30ff563bdd7..9206bc3c61f0d82000c2e4439bdc64c2a57e189f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 10, 2011 at 05:58:46 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 11, 2011 at 09:09:07 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,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.7p221
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p222
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d69f658c13d93eb2b713dc577bed194c544e8577..f5d3f158f0421580c3448263bc90fc562554222c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f8f20ff7abc0e3b62f456db6c13cdf5c59371a70..b7c624902017683da8050b739fd27efc0bf34c6f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 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  October 10, 2011 at 05:58:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 99c3374681788a563c6647968c93da083c71640c..e4f776f8b618493e04e9bcd1d2076a8439589a6d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 73a999ee61ca048261e85dd13317864dd3545f36..848ffeeb0b3ae3c8078bb9a9b4e586c169e7c3c7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 10 2011
+.Dd October 11 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  October 10, 2011 at 05:58:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME