]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P239 NTP_4_2_7P239
authorHarlan Stenn <stenn@ntp.org>
Sun, 11 Dec 2011 11:39:38 +0000 (11:39 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 11 Dec 2011 11:39:38 +0000 (11:39 +0000)
bk: 4ee4967a470WXOuoLeyInN7ZV9bvdw

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 50e63fa9d45eca4ed8d02316217bbb702b85e34d..ec32047780d30ef033942529da5a3a498e7bf905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p239) 2011/12/11 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p238) 2011/12/09 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2082] from 4.2.6p5-RC3: 3-char refid sent by ntpd 4.2.6p5-RC2
index 441801a1c3f62c4c0d4cb884af58c6aec5b186ef..7436abd5acec5d51f4dcab386a0a2a2d582156e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:17:10 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:37:57 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.7p238\n\
+"ntpd 4.2.7p239\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.7p238\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index b3e8ed47e90e5c04ea187e1cfa128e050dd96dcf..a83df925a1821415ae8efd3d7d48ad71c55f8529 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:17:10 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:37:57 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.7p238"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p238"
+#define NTPD_VERSION       "4.2.7p239"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 98193ba07e7fd722a0118aa5dcd4645aca7275eb..16bf2123819b813d2d0bb59a237482a6af8ba963 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:17:42 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:38:15 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.7p238
+ntpd - NTP daemon program - Ver. 4.2.7p239
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 3d9b8b392ac77f44af7f164a72a4cc688626bc21..0f990f39f8b5cfdcc8b8612658674fe10c2d990d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpd 1ntpdman "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:38 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 387e1f5273936fc16524cab0ec7f2f36985255e0..6b7af3eaa78ee99408248d4267fd3aa9e6db6c97 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d46d0eff7d115fde9e9552449ef30f331ebc0d34..9fa997b197104fe4b353023f4ff3c49c44e225bc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpd @NTPD_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:38 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:11 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 50d144bec487453855df492302354daa8dedb0aa..56c3bc700d8ac357a2ce1fd86f5e986c109127d5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 89e4b97937581f5e5d458661e09f58dc9593837c..99a3857b98e9875d878d8f62de29f7ab43cfacda 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:17:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:21 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.7p238\n\
+"ntpdc 4.2.7p239\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.7p238\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 525f1c242c59da275acd549f4a5e4ed2b55bde51..8f76c4988ec77fba941998d26a2409e180f2bb6e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:17:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:21 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.7p238"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p238"
+#define NTPDC_VERSION       "4.2.7p239"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 822671da70878802cb3fbdd03c2015e8e2ab8251..e18cff2ebee5dd93d5d106ae8283bd7d543b9221 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:38:33 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.7p238
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p239
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 4c4b843da57273430ea7a385a0e0778054d1b60f..abd46c9ec27da8856747c03c485cab1c8550732c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpdc 1ntpdcman "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b746b9b2969c5a826dd50b760a8197c16e94427..57a3eade51148ee19588214c365a06626000b2cb 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index df7f3c558eea67b430e5f90e10d1ab353a637548..159e026a2df98b440c68025f51cc02949a77f449 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.7p238 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p239 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.7p238
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p239
 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 5192b7b7d1515adc3903429aec6e5e36414e4f70..dffa3dbca4b0771286ad13e0d21de814349822c8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpdc @NTPDC_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:30 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1e6a05592a003db00e059b1334a225be8503ef7c..5ede30176f25f1eabc6579359bc4752a151d1af8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:00 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:34 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d29adea8c98855d3499170dfaedd952d0efa5d4c..0801e993dc2dd4f5acffa767a549e8bbe7d4838e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:01 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:35 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.7p238\n\
+"ntpq 4.2.7p239\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.7p238\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f5b574fdcbe0e2d2b2f6eff47644109c2ca8b078..2be0eb3077321fec7f10e78c713ce9f82e66d67b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:01 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:35 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.7p238"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p238"
+#define NTPQ_VERSION       "4.2.7p239"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c2bfde4afe2c1dcaef13885e40b0183be8daf6e1..89bfabe18a1edd2386630a4eb27f35d943ed0fd5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:18:15 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:38:48 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.7p238
+ntpq - standard NTP query program - Ver. 4.2.7p239
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index fcc17b65743d6cc5010c67721be5e254d09ea812..45a99e0026a69a738ed9b2273422c7a76654c2f8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpq 1ntpqman "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:12 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9425b3f0119382aac414a9dd74fb1b3f805baf86..41f2be1c3eefc73ad03c465870ad34f5c12f0ab7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1a0291b442c8931e85dfd0b9a6756caebd1761d9..695163e215b7b31407c2f7f2aafdc65ea6615627 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpq @NTPQ_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:12 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1f5c851ba8cb9b93db44ffbc0e14640efcade74e..6138f86db31d11b2aae5278e3da9ebcdd4102d4b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9997abf3d7fcd19d5370901e9a9f1ae24e5edc48..1436ac60ef4a437ac50a1dafa728c1be00b61c50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:49 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.7p238\n\
+"ntpsnmpd 4.2.7p239\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.7p238\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index efb74049dfaad346ddb40085d84b9a4636d9ad57..aabb8defe0af45d9e67f553b2bb2126fb69c1073 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:16 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:49 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.7p238"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p238"
+#define NTPSNMPD_VERSION       "4.2.7p239"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4612583d4df60878a5e9cd90a330dc145bc8b559..dd09b93d2a25d687862e9e45c92a2d1dcebb915c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:38:55 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.7p238
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p239
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1a6ed70cba6c1f9662c4f5da029d89c5ad9caa50..1ce3ecaecd357cfde94d93d082f2e84d262574cc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 110cef6054caf26e8251539fa19649d1f4943ae2..2f6f82dba72e4f1c0708ed08616b609bea00aa94 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0970ce7bee3b5353c87f6f3f1708ff9bd11cbd67..465bea66aa4459dc0e2f5a9f42fbba556d8dd38c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2fb982741d8d4a93016a9822ecfd4e3b3847388b..81901089cb3ded145917931f3d7833f18b00fdf2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:22 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:38:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f7ceabb2f86de1a2a113aad18780ffec545bf5e3..8fbdebe0965b2b07e0d88123469caed8a3e8aeec 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=238
+point=239
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 48aac1a24f57ac996f0199fcea0a69dc095c4804..c8ba91388c5667eb1681a0dbb45d6570e890f145 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:17:05 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 155f091121ad36a044037da22441c27c64e58c25..e5bdfb9de687a02add0a31810e0a75f70ea8156c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
+.TH ntp-wait 1ntp-waitman "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:03 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a81178449577d89db1b82d5883a17496ce2eb1e2..4c14895a3929e24b416963c52ac52b54cbeb0820 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 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  December  9, 2011 at 07:17:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bcf12ff91637894c2a04149ae9f34e3325adf9aa..6f9652adf7ba891cc9222b360110860d6a164678 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.7p238 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p239 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 4c0fbef0f1b4dd975e2cd72d2073d1de1a8ebcf1..74c97891014ddf6db1fe7729130a7223e806af44 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:17:03 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b2e5b7f7fbd5f872b9fa773d6831ecbe7ff8284b..e5578874f0e4fc562d58952648abf4085c512649 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 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  December  9, 2011 at 07:17:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:37:56 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ea7d2f49774461e29ef652345be4561952a81845..bcabfd26907baf9a625a09585d826fe92b523f96 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:36 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:35:30 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.7p238\n\
+"sntp 4.2.7p239\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.7p238\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 2719a24f67589b1a6f55c4657715cdbe50588254..cd6d8f95e490ff9e0fa90428ee6e198c3c3e96ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:36 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:35:30 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.7p238"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p238"
+#define SNTP_VERSION       "4.2.7p239"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e743fb1866137dab4206fe027e542eaa7d31830..26ff359777651872e7606fc2b4d9c98a2bfefbdf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:18:45 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:39:16 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.7p238
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p239
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index d13514688d21de64aaa39ae74b9cb31a24382ea3..b444b8cbd7ea798f7bb88f589a907e68a4436f7d 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH sntp 1sntpman "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:14 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b244cb23c1ebbdb30a929e96ad84cf8c465e2964..3c72f7914c6ba89cdd841b69e38020e682726f35 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:46 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:17 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 10f36a02b4c0d088ddda1b10079d659b39857818..3baa4b71b11f1447d1f613f019e054d80a72f043 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.7p238 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p239 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.7p238
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p239
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 72026d943dde09bae15622cbd996074c07b5b20a..dfb04dbf820523930b5fcd0eef1ba450073dec11 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "09 Dec 2011" "4.2.7p238" "User Commands"
+.TH sntp @SNTP_MS@ "11 Dec 2011" "4.2.7p239" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:14 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 434bf25f1a49c9b9299fe83e8bc0ff7626ec7b36..4d22e5806f2146e53c0e7f00eeeb55d5b996dc56 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:46 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:17 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5f67dd8436890d872a1d9def50017cb7fa037994..506873c8cfe7949bec7f950da0e1554247f46a4d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:24 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:57 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.7p238\n\
+"ntp-keygen (ntp) 4.2.7p239\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.7p238\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p239\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4fb0816a1414e99cde3787b08bac05c087391b1c..e1bc3ec9e74ad5c693a5c09ea897e402e306096f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  9, 2011 at 07:18:24 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 11, 2011 at 11:38:56 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.7p238"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p238"
+#define NTP_KEYGEN_VERSION       "4.2.7p239"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p239"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d336ee2d2c72c987f712c3a6ee35e7b89df944fd..fa0149ea488ffea0bb05bf2604137d315a658111 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  9, 2011 at 07:18:34 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 11, 2011 at 11:39:07 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.7p238
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p239
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 719c67c6f2f91423c3dd3b4c698969f7a9c21568..2ff67dbf219cb2ef443cd6c07ce2d4daea78010d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 65d6aa9d4b7407464601a211d4bf2349fe2af5d7..77f8dbdb93d68cb780b4ce6e12d17bf0c9056677 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 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  December  9, 2011 at 07:18:35 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 394cb28976f3916c8f564d65ab384402ec7d7c08..54e091c17d0995458f0fe03e22f2244d2f872f81 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "09 Dec 2011" "ntp (4.2.7p238)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Dec 2011" "ntp (4.2.7p239)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  December  9, 2011 at 07:18:31 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cc90671870f3b37a80696795f6f3268786464d4b..413e422a0da0f0d8371a7b4c691c6fa0e69b083e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd December 9 2011
+.Dd December 11 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  December  9, 2011 at 07:18:35 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 11, 2011 at 11:39:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME