]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P221 NTP_4_2_7P221
authorHarlan Stenn <stenn@ntp.org>
Mon, 10 Oct 2011 05:59:08 +0000 (05:59 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 10 Oct 2011 05:59:08 +0000 (05:59 +0000)
bk: 4e9289acLfcondWu3XIBC16rkwsVPg

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 d2ecde554fad595eef5e42e16eb0b0cc1f9f97a5..8208d622392cb8bb2483ab4f7d33b98efb7c9d6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p221) 2011/10/10 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2025] Switching between daemon and kernel loops can doubly-
   correct drift
 * [Bug 2028] ntpd -n (nofork) redirects logging to stderr.
index e86588508725e522912c5e2549291e74e7dd09e0..d3455c14061c7cf92070a714dfd4a2a573b3e0ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:57:35 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.7p220\n\
+"ntpd 4.2.7p221\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.7p220\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index b1f55610fa826bd072cb5baa066643aba4922022..714812f7f7b5ae6a4a2e19b420e5298c89bd4595 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:57:35 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.7p220"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p220"
+#define NTPD_VERSION       "4.2.7p221"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e14e3165605603e0993897169350cfc5ed6c0449..3ef9b3354c81d139bc73105e3274d9a295e90875 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:02:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:57:59 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.7p220
+ntpd - NTP daemon program - Ver. 4.2.7p221
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 51e97aa2b2a51f08d9a7d28bca4e4de040032a1a..c165076d447441f66d7366dbc1322995d5440ef2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpd 1ntpdman "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5c7d663ec1a093ebfa456b1a425e645cc0633476..e4250fdb62d5aad49cfad4b144fb6d0633bd7f15 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ad83d776518f689de7634f17dbca4425f8a07636..367fa56d31186cb575bc0a69169bc0c52ae7e822 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpd @NTPD_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9f23d946602bcb2cf14d1d78c56d71df951efa79..7ddb98bf696c5a3778b97ee8759df7a071c8e7e2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:02:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:59 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 84f78f78034679e0de10ecc35ad87413bce28ede..b19801470749636ced819927eb3135a0bb0e6c03 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:04 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.7p220\n\
+"ntpdc 4.2.7p221\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.7p220\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a394bdb5d04529cda1df604cec772517acf564ac..0a0ad5c213dbe8cc2ad015697ff2b2f08f8e9b09 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:03 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.7p220"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p220"
+#define NTPDC_VERSION       "4.2.7p221"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index de3f21116907579eb9324cbdcfc71b0c0c88bd96..74c4ceb87480f3cc76d6458f88bab7592a241a6f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:02:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:58:15 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.7p220
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p221
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index cf7f549124b00380fb7693f5e195257a8e7aad73..27db642772a48be2265403e0303d3effc32d2dca 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpdc 1ntpdcman "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cfea6ac5f7afdc7334c242f1f3863b90f772f670..26180f62fc423839a8a65b6e101c33621fae784e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d410656ea23cb5e14fa93a7baf8f754e1405dad2..b38fd2b8293693bbcb678054011f64799ad2f4f0 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.7p220 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p221 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.7p220
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p221
 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 37a76645ca8ee4fdc694468e9efd7cdd8ccb513c..c2decc9c470fcfa85cfadeea9ad01164c6a625f6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpdc @NTPDC_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:02:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2ed2937cab98a36b94e9b0ad16ad90523279c1e4..52e5a8206865dacc2ee154c8a402092ddf73af5c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:02:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5db52d4b802f9a8259f1fb7eeb06b1791df025e5..b063366d96575430bfd24b8df0210a5d0395e6ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:16 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.7p220\n\
+"ntpq 4.2.7p221\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.7p220\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index aa4358b1740e439e19666cf53d17ec5a3c3cc7dc..f8a998497614bc7d25055e1af87c73c82f21c071 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:02:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:16 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.7p220"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p220"
+#define NTPQ_VERSION       "4.2.7p221"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aaca79b9b28b502fb81eaeb273146f8a53094424..43e8289fc61854b71d943e34c7651f1dfc8115aa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:03:09 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:58:28 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.7p220
+ntpq - standard NTP query program - Ver. 4.2.7p221
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 50af2b0b96f3e97c64c48a39c022820e932a2b5a..dbb716d03eb21c9b6b4a654019a6b038818ec2f6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpq 1ntpqman "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c2ebabb6a75675db664db239386b6395edd26a6a..1a6173a5bad57ebd5d45793500323eab3927bf92 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f23a2905036df33e930a9de43ad6ea0b9251e315..4e5f59f11b55b8ab57d7e5b5ef7deb2855e81255 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpq @NTPQ_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index aeb4c21d76b7d2421dbaa152a1df92dfc17acf71..cbea058bb55bd2a804f44ffc626c036a6ec7ba63 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:03:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:29 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 258834919a837ed6d9db1e2a70d27c07605d73c5..50bf21c12d92c6bce1dc913d445839e26c1f50d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:03:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:29 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.7p220\n\
+"ntpsnmpd 4.2.7p221\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.7p220\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bb988cb2c62fb8b861585cd8e27afb6b38c7c09a..8881007e87dd843a6f9559cf67a5aa2950ef07c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:03:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:29 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.7p220"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p220"
+#define NTPSNMPD_VERSION       "4.2.7p221"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 355815643237afdddd238e7c32e19b0d0e245225..b62502444b3bc3912a9662d27de02cc9477914c6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:03:15 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:58:34 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.7p220
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p221
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 599945bfdce9099755b95d50fdfdf57d0813c71f..40d1b98d178ce0e83de71e1358029e7c6925c188 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d893791bca6ff79bc5a62865876e6da81123e32f..730932d388b24aea4e223fb6c0c7017f6fdc69b2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2e13165b6f698e1d00edf1bf216d4f60776d0cf0..24c9f4c11c12d775228c2437fd21922ea3e2c2b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index acaa429d6046c16b1556b82331099eeac735cb44..7c6480461504fe66d75e43cdbb5d3e8a15da7613 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:03:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:35 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 88837604f585d14e7ca88c0824b2a0dd07879a76..15efdc9313028d70003c6653d71deade21b2f226 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=220
+point=221
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4d1d8d7bc8772db84b52be547c54ccfb8b897066..ca78833ceb12915aee3f2baa2c555197acedeac4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:01:51 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:57:31 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,19 +33,7 @@ This is the automatically generated usage text for ntp-wait:
 
 @exampleindent 0
 @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.]
+ntp-wait is unavailable - no --help
 @end example
 @exampleindent 4
 
index 79857d7de4a8dd2fba30369fb1ade6500bfcdcdf..a881bb88a0a7bd7972784e432acdbd7eb3e16aaf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "05 Oct 2011" "ntp (4.2.7p220)" "User Commands"
+.TH ntp-wait 1ntp-waitman "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:01:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 40af1cc350ad54a87a7b5c225a318c4daf1fdf4a..7fdf9ab6dbbcdf24fe5b701fb7b0ba6e5f47cd4d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:01:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:32 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a779c70ab9f9b98753475d30f448cf8bf1bd7f00..2a11153201b4b245f77ebf67554d36636088b9fb 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.7p220 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p221 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -109,19 +109,7 @@ 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">/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 class="example">ntp-wait is unavailable - no --help
 </pre>
   <div class="node">
 <p><hr>
index cf69377a45df86f76ca4775eed9ed09f6b1e711f..68687fb7f285947366110e2fd666e2ed42ca9801 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "05 Oct 2011" "ntp (4.2.7p220)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:01:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:29 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 782a3a9b0ad3503b75c68ae7beb7bb03efee4c48..779e60277f5a60365f6934d4be7827645e167ea8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:01:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:57:32 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a37abfc33a871a8c7d9dc113eed7fda046e902a4..963ee16564ed232fd9afbd9596d0bd33d28b030b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 08:59:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:55:19 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.7p220\n\
+"sntp 4.2.7p221\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.7p220\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 24efbb9bab41a40bb6cb8604e54b82d4a6472f17..4bbdca0f44db0dd98f72740e524a2a5a6d1545a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 08:59:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:55:19 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.7p220"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p220"
+#define SNTP_VERSION       "4.2.7p221"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 61283c85908c397e0c6dd5c554a693dccfa67545..d5b8086ccdb06eccbf02c4d6e98643c17282d608 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:03:38 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:58:55 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.7p220
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p221
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index f31745f9f870a925d100155afc4845280c94256f..88b01a43d86d2a8d02fa23545ca96dcdcc5b4cf4 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH sntp 1sntpman "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:53 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 874406d090f34df8cb6cdbc825aeb70293b894d3..f4efca33ab7fe2ec8614e39051a099881eb2f15b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:55 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6dcdd99153576258b50c13826f9598996e1dabcd..0b84ed179c0ce178b3f5a706f1ab86d7a51d91ab 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.7p220 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p221 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.7p220
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p221
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c676d56adf4f7197e04260dfa2159fc230be1d27..dcb5a3d953b37a0f3c89e6c56c5fb8e336b8ad52 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "05 Oct 2011" "4.2.7p220" "User Commands"
+.TH sntp @SNTP_MS@ "10 Oct 2011" "4.2.7p221" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:53 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e3d03c0dd379a52cff28057dfa5895f1847e59b8..13625f2c56309ada0ce4250a5c5aeb544713826b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:03:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:55 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5ad272864155b5a10a398433527c436549a4d7ef..3c333cf1d2621252cfdc0e27356c5eede77d3c31 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:03:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:36 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.7p220\n\
+"ntp-keygen (ntp) 4.2.7p221\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.7p220\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p221\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e97daee92fe7b59b171f6d3fce599827feff4b16..55849b39ae335aae32eb79de8c3e7899f2a9c3d3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  5, 2011 at 09:03:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 10, 2011 at 05:58:36 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.7p220"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p220"
+#define NTP_KEYGEN_VERSION       "4.2.7p221"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p221"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 76deb763a7ea35d3741f27a9df5fea8e5a44bf72..7bcd4fc6620ed746d2759513584aa30ff563bdd7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October  5, 2011 at 09:03:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 10, 2011 at 05:58:46 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.7p220
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p221
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index a92e8b9c91f2ad8474415b803d7e72f0d380c111..d69f658c13d93eb2b713dc577bed194c544e8577 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "05 Oct 2011" "ntp (4.2.7p220)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 598b2dd74b1bfe2e2f48b617b28c9ad293ae9d32..f8f20ff7abc0e3b62f456db6c13cdf5c59371a70 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:03:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 73909f14f2c91c8378da8457a792b22ffa383919..99c3374681788a563c6647968c93da083c71640c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "05 Oct 2011" "ntp (4.2.7p220)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "10 Oct 2011" "ntp (4.2.7p221)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October  5, 2011 at 09:03:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a1ba0e0b2f5dac7a0a09824137189f05ffdcd9a6..73a999ee61ca048261e85dd13317864dd3545f36 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 5 2011
+.Dd October 10 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  5, 2011 at 09:03:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 10, 2011 at 05:58:47 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME