]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P199 NTP_4_2_7P199
authorHarlan Stenn <stenn@ntp.org>
Fri, 29 Jul 2011 11:12:14 +0000 (11:12 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 29 Jul 2011 11:12:14 +0000 (11:12 +0000)
bk: 4e32958eNGfYshFOxcYDixCrShHwWA

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 699fbf13aebb17bfc35c3b689f01ac77ef03c5a5..672e5840863ccb9ea7c03d92a72ba43722831a8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p199) 2011/07/29 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p198) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
 * remove old binsubdir stuff from SNTP, as NTP_LOCINFO does that now.
index 5fb370e4e60e0d449b849fd2728d2b01f3e07400..62dd7a90b0d98b5cd8e2eedf9288c4cd22496aa6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:40:59 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:00: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.7p198\n\
+"ntpd 4.2.7p199\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.7p198\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index ae1d062c5336c37aa0b60d3d3da3a8825d1a83ce..8338de1fea23d0d648db06619808f4e973ebf6f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:40:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:00: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.7p198"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p198"
+#define NTPD_VERSION       "4.2.7p199"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 13a55463c73213636cfd10c1a21db43ebee6a725..86ee6ebdf379fee2c054f263c21a1325ba984849 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:41:51 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:01:35 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.7p198
+ntpd - NTP daemon program - Ver. 4.2.7p199
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 923427e53a348287e31bd33fd7bb782bcf49e933..56fd7557fdb04f158486050f9f89607b32ffc35c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpd 1ntpdman "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8c1a9cb9bd92cd0e71b4a1c3bfb7750e68bc1588..0c22de79dfd6f4d46b83435dcb5c4087ac18f7fa 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f83513bd8367f625fcb868ab76ffce30aab58cae..bea696df88426a9d7d9ebddeb37e8d2d994fca39 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpd @NTPD_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index de768a2ab2e00f91db5f0093c1c3e8f7ed7a9a04..0ac5e395242365287af38c819bf476a0407ddb9a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:41:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:01:37 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 76df9343cc6181ee4a6a36a007a02af337d4f3ed..5a052ad692382be8be2940ee531dbcfdb65701fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:42:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:01:56 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.7p198\n\
+"ntpdc 4.2.7p199\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.7p198\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cadce28bfbf95ac42590afa5eb8b0f572ea7c284..d4b12b266eff63eef2b2590494c58c7747aac568 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:42:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:01:55 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.7p198"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p198"
+#define NTPDC_VERSION       "4.2.7p199"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff5cb5ee7cd826a9c899a395b16e559c3ac2a18d..2f63515226cf07c52f3b172baca9676b2fd2183e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:43:37 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:03:50 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.7p198
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p199
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 27c82b9d894c21d5ba55878878ede76163ddafbd..adb1ca2afb0e6f2d45ff208bceb8b11e1b3e79a4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpdc 1ntpdcman "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:42:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:02:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 68dd75aec52a88f46cf8f5594efd9f4df8cc979a..5f2286ea205165db8f6b677e59ebffbcdf69aa9b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:43:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:03:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 228d1e179a974c630bdc768bb60a6448fdb9dc43..0af1eda95fc569957ac9b3a61ccb6072eabc5369 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.7p198 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p199 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.7p198
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p199
 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 31c43d4620cc893b54a6f6c099d108783097dd5b..a8ab5924f68f007ca9c78aaa4a6c753a0b228e57 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpdc @NTPDC_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:42:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:02:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 900994e131f100b61b1d868288350996a65ca2ed..4354ceafbab07862b44214c6c7d05b64ca80934e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:43:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:03:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3f94bd9b190a7d02224e260842e716b099971b7c..e844e465bef40b02d51bec94e7ffd2aebf8d3357 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:43:44 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:03:59 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.7p198\n\
+"ntpq 4.2.7p199\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.7p198\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 775b94c89342d08b56eb8365e3349a86328500b2..8ceeaa0e7162fc80c58ba21d0ffddb5faad850fe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:43:43 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:03:58 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.7p198"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p198"
+#define NTPQ_VERSION       "4.2.7p199"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4dd65971d76a18a8e8aca13515150b114ca5349d..edf48ac12c007ef60f26ab9c0ac7394f52cbe1fd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:44:43 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:05:24 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.7p198
+ntpq - standard NTP query program - Ver. 4.2.7p199
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 77ba3821fd69ea8a1b2504509ff15f98f71cca26..a50ca81d8146a6e8997ef7982ba401e9a2320624 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpq 1ntpqman "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:04:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4b83d8c0720a987a965448ff90eeb60c7bc9b1e2..fc51de74224ba1c2b16da76d27eb71dfeb93f3f9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 55c1e5e6818b63b744bd4e58fc5f520225b69c0a..6a76e2d63534d9043c178001bf0576c74146461a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpq @NTPQ_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:04:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b9557c35257fcd60e2696a2d5f836d27c56199cb..1459993ac679ee8627ad6fb9dac522ca6b4da535 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:44:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e34fc628e8e09deeea3561f35c1a203344fa872b..a15bf1cb4b4445343c534a1fd99d3ea8d3ca793b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:44:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:05:33 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.7p198\n\
+"ntpsnmpd 4.2.7p199\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.7p198\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4ce520083aac305c322f00d6d7448dd2b00b346d..e82694f46c604c487d760be529cc80019fbd215f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:44:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:05:32 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.7p198"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p198"
+#define NTPSNMPD_VERSION       "4.2.7p199"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a09c5add61425fe9b9ce925697c91e142657342d..64fa436c95038c9d096cf43a6e696c8238041e5e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:45:17 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:06:23 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.7p198
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p199
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index d58237f9b19a51689850695f4aeb4286287f21b8..aaf084d7343f54c6bdf993493e8930a62a012a63 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9f31f4c2d9d73d8e81aa89350e255e474b9aabae..75e5f3ab32718203ff6de072aa43947703ef9ba4 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:06:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d44d81c98b17838812582befaaa2bfd816d3a5f2..5429277e0f66ac203f1287b8699136b24bc02a0f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:05:54 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0533209d9e8f362de62bab1c1a7a76339e290f59..3bebbffdd16eeed38cde224614459caa172ec744 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:45:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:06:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0b6ab6cb7215848774d675a3d6a837e5f97b50c8..f86b487b139b1160ae2c96f29f6f5afc80ac95ac 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=198
+point=199
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 81acf0e218fd389fc39628e906b36d97b0fc81a6..61c59fed1ab640d0f9e7d300177436c5c32100ff 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:40:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 10:59:49 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0c5c808eb9b93e435ad477c773c5e4a9e335703b..0d580805223f1bc89c2422d5136debd663bdfc26 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
+.TH ntp-wait 1ntp-waitman "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d1650b0c241c3aee551909817276cc594bb0e04a..709624290d6327a49bb9bd0e09d2064bd5548304 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:40:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 52446bfb3d9d6458b109fbf69f6faab9625e3a10..9cedcd0329369a70ea521b36165f78a6774030dc 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.7p198 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p199 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 5cdd2c74588245cde0548913ca69936cdaa00815..f5397c5ac796965468a44951612c0e93df2c9529 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:31 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ab7b710e130ef99629773d25512cbd9344042b9e..37464d97af45be752261a17344629b4e797c15a2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:40:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 10:59:52 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 35ec916ca0fc0979751d8f69a24fdf3234433d5f..b59a6734d74a15748c7c06171312f3bdfafd00c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:46:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 10:47:38 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.7p198\n\
+"sntp 4.2.7p199\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.7p198\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 4bb1c59680ce35fe234c1493acb3994b635117a3..9b68d26ebf9e4ca29b22128302aba449b8df9016 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:46:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 10:47:37 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.7p198"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p198"
+#define SNTP_VERSION       "4.2.7p199"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1a6c396868991a24cc5a19fa6b243c56f67c3d08..7dfc3441004616a518c88e9c47f68925463d3efb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:47:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:09:34 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.7p198
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p199
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index e9211c19237483dd76c415a2055fa2b9c95b04f1..cdf14ed8d4be0df5edc9e218ab85b15e7b1a8462 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH sntp 1sntpman "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:06 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cabc91512033ece14e5d9156f965976af9bd0566..3ccc9bc3c29af5926fbe30717664598a4648fb19 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:47:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:37 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 62972afe9fd6c4619e6370d4f09921b79f1f759a..f4451c9852a907e0bc5859455858b7b38602da60 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.7p198 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p199 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.7p198
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p199
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index badb9499f687c522f89be9b5685681ecb8bd4e4c..65f5f9e5a556d4a16e7f5b222f7d2ae12150b9c2 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
+.TH sntp @SNTP_MS@ "29 Jul 2011" "4.2.7p199" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:06 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d07ab864595fd722dddd8c1101e29b7b5070f9c3..a2613235fcc6653120c4e6b14dd949773e547356 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:47:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:09:37 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 936b41f3d61f09c126c377811bcc2e00b0f05f54..670265386c67a8603acf2385e0c0631ca0694fb9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:45:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:06:33 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.7p198\n\
+"ntp-keygen (ntp) 4.2.7p199\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.7p198\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c12424a124e39278f59d2c823f5d52d4747f8695..09721a600b79bb9016c0ff0e6331919a0512801c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 08:45:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 29, 2011 at 11:06:32 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.7p198"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p198"
+#define NTP_KEYGEN_VERSION       "4.2.7p199"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f670943a187f383f3c19503e46e7c1e4dd260b5..a705a4c5082299a703f572d4ad27ddb81a0e7f6b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 08:46:11 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 29, 2011 at 11:07:58 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.7p198
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p199
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 9bbb6803c9926c2c63b796e046dd3879a5d27443..be35a107a951e42b1a0393ddb4976d31cc9366fb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:07:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 92d40188d6c3f84026e1737c80d640b91f955213..90af9afe89de73aa3f48e64e1ecd3c3e06c81b3b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:46:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:08:01 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2abc69772d73bbe63bdcee6d8abf27d2e950c40e..7483797c476d11285800478cc83cd3de11d5ce92 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Jul 2011" "ntp (4.2.7p199)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:07:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3c9f5c9beecad8ea823dff80e790693a2c39b54e..039e27c7d7e7645bd4bd6bf945df069b85a24bad 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 28 2011
+.Dd July 29 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 28, 2011 at 08:46:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 29, 2011 at 11:08:01 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME