]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P227
authorHarlan Stenn <stenn@ntp.org>
Sat, 22 Oct 2011 10:34:17 +0000 (10:34 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 22 Oct 2011 10:34:17 +0000 (10:34 +0000)
bk: 4ea29c2998o7fI3jOa31T1MNqUujog

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 b5ffaa502cad17c0f5d0d9b8614ff2bf5eedcb26..080fac9574c4beadb87932fcf17a881eba45d453 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p227) 2011/10/22 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2036] gcc 2.95.3 preprocessor can't nest #ifdef in macro args.
 * A number of compiler warnings eliminated.
 (4.2.7p226) 2011/10/21 Released by Harlan Stenn <stenn@ntp.org>
index 7f60235eef21e009a91304d92c71874b31b9418c..cc573b78bbf7ec55b2f8a25f6d9ed200f41cfa89 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:39:18 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:30:52 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.7p226\n\
+"ntpd 4.2.7p227\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.7p226\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f342fe704d574bddedd58d94b8d0e2faabb0241b..3e566d4bbd7189135c910ada15434e6c4c5aba8b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:39:17 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:30:52 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.7p226"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p226"
+#define NTPD_VERSION       "4.2.7p227"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4f1919c7a5c97a4be8b36867366c8a66e50f9a65..9ace835830724b44f97f5303e6b01941aa8b1822 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:39:43 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:31:41 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.7p226
+ntpd - NTP daemon program - Ver. 4.2.7p227
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 0bdf24fa520ab0e404eef1ba454e5e73cefed0e4..ee49ba93905cb24e543501b0b3e5401059ba49f1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpd 1ntpdman "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 68645ece5e76da743e7a183e5ae2ad259b17e558..e4baca7338f33404a802ae659a65e38521ff67e7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 06b2460cc15ed2f0b08bf76011a078196ade8f7a..9d6f2a07f426a4a5dc4f7e9ab265c1a56b064876 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpd @NTPD_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e59c64e928813128a2fec61220bfa874b3151d73..6de1c4a0b2fbc4b9ffd9162138c449e2f48435d3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:39:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:31:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0f623748dd8075f4ee3fed9b9f39d2bb0d09d023..0276f1f8b68e4bcbea741db9f5a1ce480085f53d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:39:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:31:48 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.7p226\n\
+"ntpdc 4.2.7p227\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.7p226\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0ff8ef151475dbbfc0aebc1a8a433e50b8d4aa06..f41cfe05db1e7fdfba94fc80e3da8fc1e9593f48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:39:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:31:48 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.7p226"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p226"
+#define NTPDC_VERSION       "4.2.7p227"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5edbb2e10d3a274800455ab2efce79384dee36a2..39830b13dec0b8470c5f002a3b7d4fa9dc4154c7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:39:59 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:32:05 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.7p226
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p227
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 02d9a8eb73741954c401c535ebe200cc3e896776..4f700f6099033d53a270835bcfee6e0d0c9325bf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpdc 1ntpdcman "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 367eb6f19ad26e6936db1394a91bb2543ed7fd9c..aafdc48f9778dc93e062098a18d49aa80f571c75 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b1dd6829fc257c36427138e952d54a39367836b4..6e54e2a3dd7ac39a7539c74d6b4dcf36cd9d15ed 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.7p226 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p227 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.7p226
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p227
 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 6a9eed4383f4510af9ed2c516d420f65546744b1..c087554f5d34b04d23b040a0348073d7f03184ba 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpdc @NTPDC_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ea742265e80750b4d0ddcb433bc8d447b177949a..c99f19df3502dfc359fb660bfe1c871ce420f2e9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:39:59 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:06 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 75306d83212d495f5fe0ac14488172724048bf59..a320638b6968abb95ef8bbdb6b1610bb62f0c341 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:00 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:07 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.7p226\n\
+"ntpq 4.2.7p227\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.7p226\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bf6b4d670cc44fc488e209ad30e6b3cc1918d455..fd3fe9fbacf05816a8a647f595c6797b177b4adf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:00 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:07 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.7p226"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p226"
+#define NTPQ_VERSION       "4.2.7p227"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f6e32f16118c54100439995a5fa62ea2e2ef33e7..f222b021fad5cf20acc4632c0e3f285b79f868ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:40:14 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:32:26 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.7p226
+ntpq - standard NTP query program - Ver. 4.2.7p227
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c4c440c8d9036116c9ac4acaf2f69a3520962921..6d8c259fab1c99bc2c2691ec020d1a60925d17f4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpq 1ntpqman "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9a3c65266c26638502a8fad4cd9f8c4c243bbc67..23c9119c2002373e65738d6112906f0aa084908a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6570b119309c4ded05da278bb42c1b7c1f7a188b..049e6aa66799698676be2347f35cb7eaa38f044b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpq @NTPQ_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:11 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7d9b532fb4f3aa0d453d889a750a87f3b541676a..9e21357840ebf6f1d1551fb56908b1620ff6f832 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:40:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4eed956622f67c5f712b4f856ae5db61518c0f9f..3334769893c8ec2d6fd996f49c2fda9259b64197 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:15 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:28 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.7p226\n\
+"ntpsnmpd 4.2.7p227\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.7p226\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8ff177df4182508393c998cd3a50a6a1b85819ed..3c208a44d264a2675027461360d3d60f640d2fda 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:15 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:28 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.7p226"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p226"
+#define NTPSNMPD_VERSION       "4.2.7p227"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fbdbd88010924187c314c809f368ad1ebe10b69c..91a0fe966ef1a7a39b867b88087c1ac7254b6511 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:40:20 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:32:37 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.7p226
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p227
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 75d79eb05723c1b615a3b78eaa89c9e3b79c628f..7c99a7dcc29bd8bf28ea5f915d7f6081e63c6b61 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6cccfdbf3b11d7d652672a3d630196b631b49bcd..a791c2f88c5d07fa83376aa026f460fb2d7a0aaf 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7c69ebda28fe0c04a478c870ff6fc657c44af7ef..8b40ec73ad8e7f1bd4b1d1519119064afaae6e80 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ffe8eb5813de11ca23a3adfb8a4592ad50b18187..46ebe44781e9de82fe52e17cc4f5cbb1de10ff3d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:40:20 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:38 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9a0e9ac4552cad1b19125bc548e6757234dbb6e4..771a8e6a5b63774be155088d4d2a5da8b22a6206 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=226
+point=227
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ef9aea439cece1dbb2ad0e29e85626158fbfed2f..d2cd987dfa2c4bd379e53339b4b0efebaf923c00 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:39:16 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:30:16 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a1954340c533d3ca766ee3313f84f9a1d5485e1b..bab15f0e271c00bdd8c2e8aa7a15ed7384b37225 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
+.TH ntp-wait 1ntp-waitman "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:13 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:11 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 830ef3a9a85e59d4de08193fc74284ee638dd9ef..dbbab438b62be1edd36aac1f2b3865823b9ae6e3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:39:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:17 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2a19fe7866bd33d101f01c5c80dfdddf152fc9f5..88b78b9f51ea91676dcb3ecb430b1ddd8d2a2243 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.7p226 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p227 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 44489e5542ae94744b55d91f13a81edbbf715bdd..3c5e37a7ba8f46778f0663a7e2c94aae51806f62 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:39:13 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:11 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8be510b94e41a8d231d27784064936877bd70d95..0f45e265a142a23cc4542259234326aeb260dc86 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:39:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:30:17 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2c99a67fdb88dda083097c10ea46b458ae76d649..497663f98a96c3bfda7ae5ad184a7dd0f40bb07a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:32 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:21:32 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.7p226\n\
+"sntp 4.2.7p227\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.7p226\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 5d06f0bc2230838ca4f4a933d254baeb7563ec56..0d00a6550e605463bf78b2d84ba80185fde5d535 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:32 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:21:32 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.7p226"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p226"
+#define SNTP_VERSION       "4.2.7p227"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fbb980abd0231d17fdc72500b4994d06a066bc7f..5da65d947757265acebee63b9ac54ce2315b6dd2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:40:41 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:33:22 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.7p226
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p227
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index f2c12b25e24440c4cbfdb32c5bf9688178455862..5263c872cd56b40c04835defea713fab3ed262d6 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH sntp 1sntpman "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:19 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f70a28e9ab83dc681f94ba8f49773657d9d822bd..f16e094fadecd28e3b6b6fa9940a3af58e24090f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ab3989f917e1e069080576f69ed2ef0c9a094c83..96d4c3f0124e25671664baa28220e4efaf08ce3b 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.7p226 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p227 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.7p226
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p227
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b615856af438c098b491cd61d7f74030b7bd366d..89f756d62d1a4dbc4a02fb9b59f13a57d07f9fb5 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "21 Oct 2011" "4.2.7p226" "User Commands"
+.TH sntp @SNTP_MS@ "22 Oct 2011" "4.2.7p227" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:19 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 644069a08f37063b2e010af8f3bb046d00c6ff91..b71da2ce48b1c89825ca8080b2eb29ef3304ef45 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:40:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:33:23 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 21410d530210de9d3ed9d34f6a472ae7b819bfee..17c84b53d14115b218c7202e410dfef6f8454f30 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:22 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:42 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.7p226\n\
+"ntp-keygen (ntp) 4.2.7p227\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.7p226\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bf6e284aaf92fcc135770cd05c1090af2b3a4769..b82c4d9db73409bdfed0a89d3a9fa1767b9ece78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 21, 2011 at 06:40:21 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 22, 2011 at 10:32:42 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.7p226"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p226"
+#define NTP_KEYGEN_VERSION       "4.2.7p227"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e5b4926abcf592ad23bc4d0fcf0a7905347b947..c3fd9fcab0afcea2447e17f05efee153f084e17f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 21, 2011 at 06:40:31 PM by AutoGen 5.12
+# It has been AutoGen-ed  October 22, 2011 at 10:32:58 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.7p226
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p227
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 67db2e0202f8de9e5e6f0e4228280fc29680f6d9..e94fa46b1e76580617b12b515519e3fe1902a88f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:27 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 136b0f3be82abea790b7fc8d99ffd013f6ab6629..7e1d7d2ef22e30bc89f931a0f854cf446600d975 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:40:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:59 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9b7fae42a1e7837e938e7915aa62cbf7b9f9dacb..3230f23bbe832551a8a79530bff7c0e172845381 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "21 Oct 2011" "ntp (4.2.7p226)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "22 Oct 2011" "ntp (4.2.7p227)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 21, 2011 at 06:40:27 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c1cf2d93eb98d021ea51ce4cd9ef6f6e8c7ca34a..2e6ccfe67668acca6c36e10d66f1190057b36b5d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 21 2011
+.Dd October 22 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 21, 2011 at 06:40:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 22, 2011 at 10:32:59 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME