]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P236 NTP_4_2_7P236
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Nov 2011 10:47:59 +0000 (10:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Nov 2011 10:47:59 +0000 (10:47 +0000)
bk: 4ec394df8dClToWjj-auC7B2FVfEzA

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 332c1aaeb3c01a439c1953647804c2c192a78546..a27c35a32852ca9ba48b74c46a64ae77a84e28bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p236) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 (4.2.7p235) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2052] Autokey CRYPTO_ASSOC host@group vallen needs checking.
index f03856faa3cd4e199748cf7c68407263ce5fd5c7..6cbd0d2b2284aa4cbcc21b5b8863b4493c2a45e0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:13:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:42:39 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.7p235\n\
+"ntpd 4.2.7p236\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.7p235\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index b440e3550125bf6cda94459d1ebbaed74bae0837..52afea31953788dd20e9b4677c769dcc6b64a4a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:13:26 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:42:39 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.7p235"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p235"
+#define NTPD_VERSION       "4.2.7p236"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bcc2162919600be2d055a7f3974d1402eaa63a3e..1212a180fef6c6221e3fd3403c76bed26e2d7cf5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:13:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:44:01 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.7p235
+ntpd - NTP daemon program - Ver. 4.2.7p236
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index cbc9d158119a41d9b2422775f3b52ec1ad99544f..4a1463964fffc51dbfc932133f15c400cdcb9adc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpd 1ntpdman "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:43:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e6dab964f11a8fe7dbb4f86c18bd3a0d24b9ac1d..db0cbbb76999e91342d61e6f7fe7fc0b80679a3c 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:44:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4b28ca941cff97580b867b7b9947dff608258294..7952c1f70b5146f2c15604ab056262ddd7badb4c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpd @NTPD_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:43:55 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index aa73216117bdd8e051347ad81361015196363e3f..1236b00196338b5e88d7f9d0c3b270f77c19b65e 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:44:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1a949c26a293ea15d474a381b89602aed00ddb94..4ae1139a2d16f2a3e6fd613bc05cd9d9b86420be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:13:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:44:32 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.7p235\n\
+"ntpdc 4.2.7p236\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.7p235\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 803394a9c0840a1ea50c3451320f5521bbc7e60c..a849161b0e7be4b73fc0e4cc438f1a33e9beb425 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:13:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:44:32 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.7p235"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p235"
+#define NTPDC_VERSION       "4.2.7p236"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d04c8d4eda08e66c9fc9f1fb20f0bbdc9d7369b6..914446586984e2f803af4f6895ef25d01b9f8cee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:14:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:45:25 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.7p235
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 81ca0c3c446f7cabbe9d1da7d71ee663896599e6..229dfde1871a6f7b3b60a5d395a7f5a6338cd8e1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpdc 1ntpdcman "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b4ba511a3fa7aef078324e3df7b3b8d99947f85b..9bb2715e65d1f3b18752a5c0325d0bbdd15b392a 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 66f960195d765c91b39b23443157f89cc706576c..39e1df7e6da6066a02c32ff6362508493816a3f8 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.7p235 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p236 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.7p235
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p236
 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 7f4f383516782bf32afa2db4fab9064dac0ee1a8..693a3ca7fb25121cb137328009c5464a8303d3cf 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpdc @NTPDC_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:04 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:14 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 59b932882016d0300cb816ba8df6534a93829460..de52ba6f8a97e221ec7b2d440058a713ccfcd2e9 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e490abe10a8814842eca34ab7e854eabbf151e2b..aa797e6e9a3921710e287bcec04be0f4cbf83272 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:45:29 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.7p235\n\
+"ntpq 4.2.7p236\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.7p235\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9335d46b27383f68fb5d312d1adb279bb42dd884..a8486ae17a98b2f428ed8155b984c78ae188f712 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:45:28 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.7p235"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p235"
+#define NTPQ_VERSION       "4.2.7p236"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7d545028fba7ba89f6a530abebf4331d0b43004a..a94b009dbf0c6acce46b93c9688a21bfd58fb599 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:14:21 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:45:57 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.7p235
+ntpq - standard NTP query program - Ver. 4.2.7p236
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2535a4b7c779e51d654e5127c84988f91b1cdbcc..84693fdb620ebd044867dcb0af99b04fdf978633 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpq 1ntpqman "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e194d81189ac81ce936b0ca2922371b739a8ebc5..96dcadd9292b0c58eaaa7493b8efc666231f84fc 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 863fb8475c08e145982225cad2bf75abc54f3b93..c8596a03baeeb26d118786ae804aab34f0fb08e9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpq @NTPQ_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 718e6c35a55c30fb860b1350b20f9c50e48053b2..5f2aea9abd45132bf026badf08d5c531995f6827 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:45:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c7cb44c3a2ec10b134c3c00adbbd74f0fe09edae..1ba3742c4fd729ffd044c672d66860b79f8de53d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:45:59 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.7p235\n\
+"ntpsnmpd 4.2.7p236\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.7p235\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 595141cfead93702e035b96173cb55d29bde130f..ba54e028596f5ef544861399cbe1a6203063dc07 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:45:59 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.7p235"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p235"
+#define NTPSNMPD_VERSION       "4.2.7p236"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce450c5c8cf7db16006b99584c999667ec88f525..c2893247b98e58082b1adc007dd0b79bf5dee6c8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:46:09 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.7p235
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p236
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 23c702519f5b1ceef16e272f300c9fcfbdca8fe2..b83609d50874c7dd951a7ab6c53cea6f96446e79 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 754512a9b7f853013b9b6ee29a209365b3d576cd..0813605a84835f51468cf16dccb7de6f365298fc 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6be5fef72b15ab9015c764fe0f1f0677223a728c..fabade0bbc86d60abfa27778016d8443f9ab648e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:07 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8a61c67713c0e5f16ebb59dafe380591db3740b8..8b41c6f7edcab805dbcdcdbf00febb320409b1c4 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:10 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 507af7bda946960033e2a7fbe71c5a1800245c41..09c649b1f7f50865ba556c34bcc2d112e7b3dc66 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=235
+point=236
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b091af3999ce5ef0e3516002523a1093e0676f84..23a328a737e0e8f28dd87cf09ab1f3db1c1882ca 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:13:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:42:31 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7a0570a62fc88d92159c50de2709e5c8f1079eb5..3d40c51ad488442928c5d477f2a568585845c8c3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
+.TH ntp-wait 1ntp-waitman "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b5c36897cd81268bfa258b1979960035b72eb468..7df67b13eb72f5dd071ea1a09739439a38b2cd52 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1faaf8df7f02d4323d86f73d4b7404b14ae80504..172d97a928d2ce87a9591414eece353189485fb2 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.7p235 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p236 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 6f67305e9e3dca963cbc08f049974ffd822c8853..f9b8835d8c953aa2e740d42766da8abf41f81c7d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:28 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bc5e5cd3121397bdaf687d238a82e77a4ffab255..3c503c15442c52fc0d31a238722d0ad5226fbc68 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:42:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b9cf8d9abfcc982de3797bd451a81ca6888b736a..20bc98a3b074556a78c2170ee3bc30971388d934 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:11:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:37:08 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.7p235\n\
+"sntp 4.2.7p236\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.7p235\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 6d00d1f99923cae8040d89251caba990940fbd5e..e5217231628d8eba5acbc7cf210f946cc84a4fff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:11:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:37:07 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.7p235"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p235"
+#define SNTP_VERSION       "4.2.7p236"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 00a59d594c17197552e2cb1a6f073172abb13529..8ce559d274ac549b4ada06d49e1cd1280b9a22b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:14:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:46:53 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.7p235
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index cd94676e55251c61cc1812920976b2d6359e47ed..a996297bcafd7fc03162614cf63c7564ce2cf461 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH sntp 1sntpman "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:50 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d7096c4a42b17194a61350c43542c21e69843443..79af240a4b7f53d62b2ea891839bd7822dda5992 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:54 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 992a5700748dc7c1c3ce7f3cd5b9b88336ba3379..6d063182a4db4b67441a80aa1936797d1d37aadc 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.7p235 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p236 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.7p235
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p236
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index bf76e133a30f72f168f2122b7b0169ff025367a6..6797b8f9440fc7d1f8d87fc557cce947533ee5f9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
+.TH sntp @SNTP_MS@ "16 Nov 2011" "4.2.7p236" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:50 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 771a81e0715e2ebcc7b0b297dc588cf9c7255ed3..5fe35b6f7757444cc0c1ae41a8c8c86451e070ca 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:54 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e1a882e4f51ddce99d9323336d00c8a7fcec27b2..cf392faef164f5adcfb7aae4c08a6c64ce52427b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:46:12 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.7p235\n\
+"ntp-keygen (ntp) 4.2.7p236\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.7p235\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p236\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2aee5bb87553b4a853d25985267fb4c057b099de..5c7b1c89d8fd6b5081b354f0d92bd4c3b2a51641 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November 16, 2011 at 03:14:29 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 10:46:11 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.7p235"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p235"
+#define NTP_KEYGEN_VERSION       "4.2.7p236"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p236"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ade91f9f847ec858123d6a7719474865b05bfcda..9dd6bc894018e659246d9056e834a873f82fe28a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November 16, 2011 at 03:14:39 AM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 10:46:26 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.7p235
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p236
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index c757a00b9bce4d35222d3286097972187b102f1f..2cef72ffb0aa1d4e065a97dae15ab00d8d6e02ad 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4d0cfa8da2d0417ec7f7669ada0bc87f7f0b46da..72819ee1104f9ae2d19911b9c9bd2d7577018f6e 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:26 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2754f01876202bc95f9a0f3c9ae8dfa0a3ced523..b4cc01a89caec1c0383bece7b9e37bd506a19f07 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Nov 2011" "ntp (4.2.7p236)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:35 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 11139c84bd02c94c1dce93d582f7537a25a61fe7..2f370d845ce77957dc75a4e2705259c2d69493d5 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 10:46:26 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME