]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P192 NTP_4_2_7P192
authorHarlan Stenn <stenn@ntp.org>
Mon, 18 Jul 2011 11:53:33 +0000 (11:53 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 18 Jul 2011 11:53:33 +0000 (11:53 +0000)
bk: 4e241ebdevndyBgQj3IFRwf0D7zqkg

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 a4ec47e2c69fa9eec2eb3c3df4664b08ea1dc6c7..a924946b8cc1f71e488d08c1ed703c441005abce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p192) 2011/07/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1966] Broken FILES section for ntp.keys.def.
 (4.2.7p191) 2011/07/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1948] Update man page section layout.
index 316ef8020fc24b11078baa25bc09e222ab29287b..554435dab710ee8beb172b1f42fadb9caf84e136 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:47:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:41:18 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.7p191\n\
+"ntpd 4.2.7p192\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.7p191\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 77ae828f03b692757ebb4b83e3531a120d4075c5..e93f5aefc5163af6356b8d8fc9303ce094c420e3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:47:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:41:17 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.7p191"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p191"
+#define NTPD_VERSION       "4.2.7p192"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8cf9bbfaa1e404a2a1a3cd4f572db074ce1d9e76..28cc9c1b91abb9039779c2c3b5e790814bb4ea67 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:47:51 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:42:42 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.7p191
+ntpd - NTP daemon program - Ver. 4.2.7p192
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index a2cb4a4cebcb349e2b255ae36f633b8d695d502b..51c0a8d6639198ca2b6dc0527bdae7fec6a7b19b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpd 1ntpdman "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:42:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e4e322526923bd0ecb058733932b2097ee6d8703..31d3c1ced0f2f3c7fad7ddb944be516f703dd325 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:42:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b2aa83b677b449825341993f8822f12c600f5ff8..408e25d253fd924dd5309225932f1f63a9f2b1ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpd @NTPD_MS@ "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:42:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 43719313bdf37a5dcf18d6c5eaf07818c688a92f..09ac80b69a453bfd2d8f6667ba3cff4adbcea568 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:42:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9e656c202813ac62e823d76f7b2c3995bdb480ea..7ccfa3796555fbbe821000a91dea5be9866f25a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:47:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:46:20 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.7p191\n\
+"ntpdc 4.2.7p192\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.7p191\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 31775071bdb893d341bc87dbded46f19b26ab389..ce254c3a192c863c35975c9ec7627acc7b880d4c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:47:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:46:20 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.7p191"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p191"
+#define NTPDC_VERSION       "4.2.7p192"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 109a06dc3edc4769059d7b4133667d737ec58b9f..c4a0a98b6a5f8ef9ec059c798606a4a68a3698a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:49:08 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:47: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.7p191
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p192
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2549b5f9797bd3dafc3e16dc8b4fde38543b797e..cda899b0a2c10be37694777482bb3c4be74f4c37 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpdc 1ntpdcman "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:48:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:46:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9eac0488d05b8369bc5ff63beec12e997a0da691..1ec9a7ef6b060ec6045f570b373945259ab3bab1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:47:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a68290a7436a672f4ff605ff099f156ef29caaeb..c3ae54d1020c7c95c118a3063f6553fbace13c74 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.7p191 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p192 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.7p191
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p192
 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 8dbaf4722c7d7a16d129e1031086259e0fd9d87a..8fb9af0f7e3949a631b6736f7f495b0635da567e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpdc @NTPDC_MS@ "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:48:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:46:41 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2ed4727c35af92600c6fa0924cc481a57c8d0884..8596b3bce061df1a2b25bb4d78478635abc57650 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:09 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:47:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e9354b13aefb6632d7cda97b06c60559ca9c0b72..c080aeb78d632dbece8908d775596efb80ac0a97 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:49:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:47:53 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.7p191\n\
+"ntpq 4.2.7p192\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.7p191\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2315a3ba4f3bc9155bb266ef388c6b0d4fda156e..3ee1060bdc8b468807a450a21223533a6488a2f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:49:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:47:52 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.7p191"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p191"
+#define NTPQ_VERSION       "4.2.7p192"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 86f7017be8ad81b230c365161c2e5066c891592b..50a65402e4d02ce7f5a221bdacd1ab0939a4fa05 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:49:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:48:51 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.7p191
+ntpq - standard NTP query program - Ver. 4.2.7p192
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7d3c0fa3af9d3d8cddec59fecba0bbd721383ecd..40cbd059a4ff59f274e487e58721a8e329f27436 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpq 1ntpqman "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:48:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9e4514eb0d7eab641a83aab26135212d911fc20f..31a41887999000519d3f430c3cf0ef18712a604e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:49:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5ffb395dd712949c8222ca6b24cd7eca43d0d94e..3d48fab7b972c6f7d48259c9862d79f6bc4c23f7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpq @NTPQ_MS@ "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:48:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f1ce83f2fa4c24b6980391829fe48d62820fc95c..455fa66a3089ccc9e92ff28d8b11c9d01ab80afe 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:49:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:49:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c28a29f770cd22030e736fcbf95aa8f4f18ea876..b725172b87101b08d6dd311c14ac47cccb9ae7cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:49:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:49:31 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.7p191\n\
+"ntpsnmpd 4.2.7p192\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.7p191\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9e7d2d49816ef471ff7815c23f23e362f8d6ce90..2e9ee45aa7da7772727c3bd1700972fd744baf3b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:49:50 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:49:30 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.7p191"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p191"
+#define NTPSNMPD_VERSION       "4.2.7p192"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9195b9f95a325bea1e97933c8405924ac1afbd8e..897500c3eeec73853912e128ee0dce477f93063f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:50:09 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:51:28 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.7p191
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p192
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 8d0855f5b5775272381a24cccb17be21c92fe128..6a7d7bcf16fdb3eee7d34db756a92a5403aa2339 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2118360b464c6bf0d2b311c205e07314d0a57a42..c0c8625a94b321e9b7c8f8fe091c976ff37ba344 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 83e67b97325ac30497918c4afd3b6baff208b0a2..1ab118d74b4b0f499f94ff04d7041e73b9fb816e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3f095e1b9d7f1c3afb0f86afb272773393faad40..9099075b18cc4ad98be11a9177ae7b9251c659a2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index faf54645e25a8c2f8e5fe4264a904d6c128d6c64..7c2ce12e742d330f515e2542746b8aa20b4035ac 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=191
+point=192
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 0a87be1acd2d2dc4d35c91b0bd96cc2df1ed7a91..168c79e30edd6b99ea9264fb1f8794eaacaa0d94 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:47:02 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:40:52 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d7fe4f31a5e05494c42d21b629456c4d20153a07..48b36f3b5ea06d33e34df49de1ac212fb05d13b0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
+.TH ntp-wait 1ntp-waitman "18 Jul 2011" "ntp (4.2.7p192)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:40:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ec35dc18d4edc0693ca10347f994d8197b49dd32..b9ef934cf3058af2ee490306419edb655a6ed20b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 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  July 17, 2011 at 06:47:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:40:59 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 53225f024b907478e0bcb9567287935899ee819f..f4aae3311f13c3642fb602f444228504aafbf223 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.7p191 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p192 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 8084d885bcc328c3bff6b81dfb5cd0e65428b01a..af8e34d7576470effc4a08e8cdddb40b42b7cb2b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "18 Jul 2011" "ntp (4.2.7p192)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:47:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:40:48 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b802b0fc218b0a335efb01eca68eddb44f5137ae..2978d07ef3eed3f75c648051284daf60b7aa5f92 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 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  July 17, 2011 at 06:47:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:40:59 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 952d4b0229941dda6504d604a34747419953adc6..621e0dc5f02214e3de125999a77216270eb70dbd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:44:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:23:04 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.7p191\n\
+"sntp 4.2.7p192\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index a04b5e4170698b8f52ba87625e3ba59b5f047758..bc1df61b0e4020d6b9909906b490359b1882d5fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:44:24 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:23:04 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.7p191"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p191"
+#define SNTP_VERSION       "4.2.7p192"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 166cc5b582e2ca969d6eb594afde098634ebb5b0..2022d6fd37667c64175682394ed50767cdba8082 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:51:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:52:47 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p192
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b11719e7ef2485658bbd4fc0fc93b05e6f3ad848..f5dc0568a16428926d97f3ac2bc130723231b7ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH sntp 1sntpman "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:36 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b015b84a2facbdc3e45b81249c1970b269cb7fdb..f419f188f90a1e8523d39144291aae2b3c20435c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:48 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d78428aefcc013c81a47cccb98a6a9b78c70581a..9313f1418d234c71e21cbc432214fa61fb0c146a 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.7p191 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p192 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p191
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p192
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 25ceed964a138a999d775e27aa943918215b69c8..48aed606b6e05fefd2bcc256a719c425529f727b 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "17 Jul 2011" "4.2.7p191" "User Commands"
+.TH sntp @SNTP_MS@ "18 Jul 2011" "4.2.7p192" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:01 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:36 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0a21db8ff6fb1180b8f860f2e16821bf68b247b5..9a305d27193f1c18f7b8c21604822b9e23fde0c6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:51:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:48 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 27d780d3319a11bebc7f59e11e85f39c4a22cbc4..5292da7f83b31d81327580afe9c9382a4d1bee7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:50:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:51:35 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.7p191\n\
+"ntp-keygen (ntp) 4.2.7p192\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p191\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f0f72a0e5910a114ecd2cfde7486263a0a66fb00..30ae8f46434cbdba1520151e7fc0929ff81b44ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 17, 2011 at 06:50:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 18, 2011 at 11:51:34 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p191"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p191"
+#define NTP_KEYGEN_VERSION       "4.2.7p192"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 627fd84f9c714efc094eb31030f025bcd6d38dd6..28307b40a0f374d6220df848f60904d938b36809 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 17, 2011 at 06:50:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 18, 2011 at 11:52:12 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p191
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p192
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index b4627b3a9a60a8ca0a9922db56a19ad661b6f761..7cd7b2e606fb8cc14f496ee6a3b3fb63ec48b74d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "18 Jul 2011" "ntp (4.2.7p192)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7f34fa40acd25a4eff61559ed63a329d8dc1d200..ca49c309ebff44a986840ae698e9e7abae403698 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 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  July 17, 2011 at 06:50:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:14 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d5134b56f29de85c85e5438e0f72d5cd07ad9ab6..5ea78c0fa68643b9ffa5e46dac12b63cc74195a9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "17 Jul 2011" "ntp (4.2.7p191)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "18 Jul 2011" "ntp (4.2.7p192)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 17, 2011 at 06:50:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:51:57 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2684b445afa2bb005de968393716b4a0d0625aff..064fefa8b74e4aa0e8235cc03fd8dd5ec3da3ab5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 17 2011
+.Dd July 18 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  July 17, 2011 at 06:50:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 18, 2011 at 11:52:14 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME