]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P223 NTP_4_2_7P223
authorHarlan Stenn <stenn@ntp.org>
Wed, 12 Oct 2011 10:41:01 +0000 (10:41 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 12 Oct 2011 10:41:01 +0000 (10:41 +0000)
bk: 4e956ebdZJ3GjSy8kNbWRxSWXkZd_g

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 5424c1486750fd594fe5780d92bfd1a53ff78fa5..7d9142452053ccc2e10277ef82110b2cc72ee80b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p223) 2011/10/12 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p222) 2011/10/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2029] "make check" clutters syslog.
index 2e8a96ad6d6a4182698021dd95ec3d163f4b02c4..c07bea75a7c2f3f080a741ebc8ac40ae71c54d00 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:36:46 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.7p222\n\
+"ntpd 4.2.7p223\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.7p222\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index c3ae3e250e045bdd7711bd1cbeeef111458b7bcb..4ca704c02772981ac5261817a46f3f983774567a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:36:46 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.7p222"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p222"
+#define NTPD_VERSION       "4.2.7p223"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c65f912905763bc63d356a8916fb2c889962a90e..45adfebd779833e59ea44dc9f7a524dd51528e59 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:08:17 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:37: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.7p222
+ntpd - NTP daemon program - Ver. 4.2.7p223
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 57892f502ce1a56926f722fdf0b562db27146af6..ec9d774595896ebf9ff41ea475244b2583d1141b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpd 1ntpdman "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1d81be27c5e1b188926aa8a870206f9c75ce220f..6f411c7bda5558646ab94997a7af6c3d589c5957 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f25c6e1b2b96ac106b47380098f438904ad9df9a..e1232dd9f5317ea92d1a1ab2ea3a7217c1f6c320 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpd @NTPD_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a86df78d0180eb5792df86d725e4249d5f8c4d18..dc0312fd005b8261049f9595e43abc275ff4ed0b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:17 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d6b044a8b81e8d66617e6b4b32d5e896d90706ea..cc97d4fcd5c0a0ba71b3ab007429ae10bff13557 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:37:25 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.7p222\n\
+"ntpdc 4.2.7p223\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.7p222\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index de0184e1788c7419d9a9c3410f297cbd5e216fba..4258c51a11eb804ab6b928f9a6cf889b5bd77897 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:37:25 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.7p222"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p222"
+#define NTPDC_VERSION       "4.2.7p223"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8e0fc9e4baa2fd0509d1b2a067d982972da326d2..7381496badcfd01fe6cd59c837f992585efd33b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:08:35 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:37:46 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.7p222
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p223
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b40ebaad90c85d05f3e0171b2f59c3c548750634..db5d910bd464c3aae15f54d4a1ecd58049bd0cf6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpdc 1ntpdcman "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7061b1d29bcb01721ffc55bd2399bda7a172e531..37fd521eebf30b2039387b5405c1e4e48133f71e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9f2d4e7fe0460849c94b068724320c6a744bea30..0166d9c762e2915d3c4092ad3fd9649a5ea1da68 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.7p222 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p223 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.7p222
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p223
 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 7f92c5ff09e1d52c35fda05fc42d74a8521b99a7..63a4680b937f06d1f8d9b32229fffecdea546c99 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpdc @NTPDC_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 91e6ac065a5dcea6a3fbae9d0ccc6e433da69000..9c652351769e890a761b72f1f2384404ff10215d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:37:47 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fc1e0d00656343d9060b438b633777bda62816f6..2193372e3555a4ab9f194848943a80629d134e8a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:37:48 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.7p222\n\
+"ntpq 4.2.7p223\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.7p222\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7f920b36a72474cf9416b85d0c15f9304444e6bf..c0de7cb49eead0a94295b0aa9ea6eba496283a1f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:36 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:37:48 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p222"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p222"
+#define NTPQ_VERSION       "4.2.7p223"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 30b4ae9699e3c8624af7c6604ab9371b546b5f71..d1fce6068ab67c4f22c0694f6979797b8cb7de56 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:08:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:38:04 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.7p222
+ntpq - standard NTP query program - Ver. 4.2.7p223
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8297f6ff7a053a15bafe7e367e82daee1e882e44..3f9e9d405486f0fac8410f38687969c6f528e285 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpq 1ntpqman "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:01 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b05451750a9f61533eea2b54d5d53a5128eb70cd..d78d7cf077bfd43bb024aadf33b4eb8b10e37581 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aaba3c2b600e5ec7b0eb5914d1713355dbb8549d..d1ed5277343bfe746d8bf5f749026ae1f324b9a6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpq @NTPQ_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:01 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1a1c4615f2fe20ecf9d69197049780ffdefbb34c..03ae5877cf23df991b5571ed9aa284c5f2cb891b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:05 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 48e2c3eca4d9cd082ab9fa73394bdc0263a8eed8..7dbe6304cef175c5ae643b41d0f325cceb73f145 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:38:06 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.7p222\n\
+"ntpsnmpd 4.2.7p223\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.7p222\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e52af6fc8227c487460962239b1d93deace12173..ce30d371a246dd081deacaf6b749b5319e440d4c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:38:06 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.7p222"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p222"
+#define NTPSNMPD_VERSION       "4.2.7p223"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bbaf6955a379f09f49a06c5d2b510478ebdbdc91..9bf88fdb593c5dcf128a731ea5acd26e43bb77a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:08:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:38:29 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.7p222
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p223
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 766348e2543e778f1115990e05e54b3488c06556..17fa936a485feecfb98503b4ab963ef0f6cb0de7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a25a892cfcbfe4547809f8390dbcfccc18cc39bc..db9425dfd7137f35dde412773c8f4df7d42ffb98 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 385a5c85f86169b41ac679f66a33a8db6baa5d66..10ad13d6c8475c6df69302d501285ad938ebb796 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:08:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d8d380f091b1fcee1646ca37749fec065d98e8e7..893306bdb50845c81b0f82993c77a498c73757ee 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e3430dbf9688cbfa9abebd066d494d2d0212dde0..0b79cf8bdab8a84376a2f851f9758f64eaba7a55 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=222
+point=223
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 19a12a0c7b6caf52c5e3cf2713435b3d1d4ad377..7e4e0cff62e770d4fb1da61894c63ee646151094 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:07:59 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:36:36 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d7e9e6d12b035cd78c15439333014e4a5acfa610..24dd38fe3187ac0f6022e1d4e9fc676a232b1e2b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
+.TH ntp-wait 1ntp-waitman "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:07:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:32 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2d98fb58298388df4ac8e4140c0e883a9c2ae686..ddef320b3fda6d22bc70983607195beb855b0cd8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:37 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 618f0d72abdb3a7def70da55ccec20c2c77e2a8f..4a2c173d12faab13831d936bf0925c7b26d6a5b6 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.7p222 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p223 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index f67f1589f775cb881afeaf22b9f25adf53bafd28..48f0fee9c91a45d9ca8dee4f98c01c0726cdc37b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:07:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:32 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 625f5a1dd22c24c53c3340532308c87fbc8b840a..e405c9f9fb870190581e589eedaa8c04c2e4ba68 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:08:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:36:37 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 27dad480b6ad965a745e08ae199867c48d9f8dbb..69c7a071946a9c61c20a5cbfbee44c8c0246d082 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:05:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:31:36 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.7p222\n\
+"sntp 4.2.7p223\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.7p222\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 98407c872cc33dc1262af8b1d2bda46d47dcb7bc..a7504fe9f7dbdbfc551c6c678e896993c575ab38 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:05:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:31:34 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.7p222"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p222"
+#define SNTP_VERSION       "4.2.7p223"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bf815aa49f6c7e0d94aaef49491b5a497c5a3a4c..52daf8e7071b5513fe550ee6cd2b100e4d4af8fc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:09:16 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:39:03 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.7p222
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p223
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 79de055833367b97626cbb5de0f7194688c8fbe8..e6338903869f75bfce7716fc60f9e471c556f5b4 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH sntp 1sntpman "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:00 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 22bd03a62adeebcd78be9122766b9f39812a8453..2fe8ab1f4b198e4e54b55311a3a4ce5834745955 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:04 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3954eaad7f1626700d9c17237beae604456b989d..49cbbabc8bf73f172edb7068f075ffa2e818ba67 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.7p222 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p223 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.7p222
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p223
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6c6dd11211bbb7006e238d1a4128f01ee282e95b..0f9a5a55872fde6ab85492e917dd7996abb01d15 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "11 Oct 2011" "4.2.7p222" "User Commands"
+.TH sntp @SNTP_MS@ "12 Oct 2011" "4.2.7p223" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:00 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b66f112d1ae33f1fc9fe966686d3936f7790f4a1..0d25a67959d6e6581dc76cf58233d78508142739 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:09:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:39:04 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6fc112c76ad4e51036d4e02fac22f88eaee242e9..cabbb3abddbf15d9bffafb68ae189dbf05410015 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:38:34 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.7p222\n\
+"ntp-keygen (ntp) 4.2.7p223\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.7p222\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p223\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fd0c27d20bcd50a2a2096d2234a27ef0e0a04282..f294d67981d9cfa117f0a3b05207f77a2f2a371b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 11, 2011 at 09:08:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 12, 2011 at 10:38:34 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.7p222"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p222"
+#define NTP_KEYGEN_VERSION       "4.2.7p223"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p223"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9206bc3c61f0d82000c2e4439bdc64c2a57e189f..d4f79ba6d8a3ccaff47dcb06b6c25295076662df 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 11, 2011 at 09:09:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 12, 2011 at 10:38:48 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.7p222
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p223
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index f5d3f158f0421580c3448263bc90fc562554222c..ccdc36aa2645e2eed55042f57256b480a9d7afde 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7c624902017683da8050b739fd27efc0bf34c6f..3b02b3a71d95c4dc1dcf2a0510ad3298b2f279e0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:09:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e4f776f8b618493e04e9bcd1d2076a8439589a6d..40d8f642a9d0392f16eea4fd0f6cba11adb629c4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Oct 2011" "ntp (4.2.7p222)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "12 Oct 2011" "ntp (4.2.7p223)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  October 11, 2011 at 09:09:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 848ffeeb0b3ae3c8078bb9a9b4e586c169e7c3c7..7c5300e2651d8b5c485a2d382a0de138665ae72a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd October 11 2011
+.Dd October 12 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 11, 2011 at 09:09:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 12, 2011 at 10:38:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME