]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P235
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Nov 2011 03:15:06 +0000 (03:15 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Nov 2011 03:15:06 +0000 (03:15 +0000)
bk: 4ec32abaXEYNCVgZLhPpzi-kPBkg1Q

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 1fcc321237a57299f40ade8476ec492470920ded..4c35e71052fc1d500294ef2c0017e4be86969d80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p235) 2011/11/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2052] Autokey CRYPTO_ASSOC host@group vallen needs checking.
 (4.2.7p234) 2011/11/07 Released by Harlan Stenn <stenn@ntp.org>
 * Clean up -libm entries regarding libntp.a
index abef776467965aa633e855086306548b8bf0fe89..f03856faa3cd4e199748cf7c68407263ce5fd5c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:07:58 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:13:26 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.7p234\n\
+"ntpd 4.2.7p235\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.7p234\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 28f895b79b05ae62a6e99356c084bf43340b4b99..b440e3550125bf6cda94459d1ebbaed74bae0837 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:07:57 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:13:26 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.7p234"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p234"
+#define NTPD_VERSION       "4.2.7p235"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0ac24a8a06f82a5f94c9e156d397974a391dea7d..bcc2162919600be2d055a7f3974d1402eaa63a3e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:13:50 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.7p234
+ntpd - NTP daemon program - Ver. 4.2.7p235
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 209da573403483a3d03bb208330a9c637f09f18d..cbc9d158119a41d9b2422775f3b52ec1ad99544f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpd 1ntpdman "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:12 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 062e175338588b592e692499eaa189a81dbb809a..e6dab964f11a8fe7dbb4f86c18bd3a0d24b9ac1d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9beaaa905380bb5d307a15979287c254db0481d0..4b28ca941cff97580b867b7b9947dff608258294 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpd @NTPD_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:12 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2182932f750e383d9c6a0095c4cc385651bb1516..aa73216117bdd8e051347ad81361015196363e3f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:51 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 2193880b5c0518dd212fec005cbacb11b4340cca..1a949c26a293ea15d474a381b89602aed00ddb94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:21 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:13: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.7p234\n\
+"ntpdc 4.2.7p235\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.7p234\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b968d1aa439896dedb9a84ec4487150f867b4e68..803394a9c0840a1ea50c3451320f5521bbc7e60c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:13:56 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.7p234"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p234"
+#define NTPDC_VERSION       "4.2.7p235"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e83b0165c87812e23b10f9739ebb8c0b2f1929e1..d04c8d4eda08e66c9fc9f1fb20f0bbdc9d7369b6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:08:33 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:14:07 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.7p234
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p235
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 97fc3060831d1e252d729a14969560f8abca02f9..81ca0c3c446f7cabbe9d1da7d71ee663896599e6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpdc 1ntpdcman "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9bd3e05b26bc7d538b07776a65a3a535dca7c959..b4ba511a3fa7aef078324e3df7b3b8d99947f85b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f7253bbc6ce3c763bf7cd0d060e33813927508ee..66f960195d765c91b39b23443157f89cc706576c 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.7p234 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p235 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.7p234
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p235
 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 297bb47c339b913dd70780e6c5b9f9395333ec25..7f4f383516782bf32afa2db4fab9064dac0ee1a8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpdc @NTPDC_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:30 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b11e57ccaf9dd227972934983bf655818479dbc..59b932882016d0300cb816ba8df6534a93829460 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:08 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f8fcd22196abd9b056758608710f634154fb27dc..e490abe10a8814842eca34ab7e854eabbf151e2b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:35 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:08 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.7p234\n\
+"ntpq 4.2.7p235\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.7p234\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c846499d198e49303b97cb83f3c7643934c0595e..9335d46b27383f68fb5d312d1adb279bb42dd884 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:08 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.7p234"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p234"
+#define NTPQ_VERSION       "4.2.7p235"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a82d5805ed7c6fadc690aac806c36e52a8f35471..7d545028fba7ba89f6a530abebf4331d0b43004a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:08:47 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:14:21 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.7p234
+ntpq - standard NTP query program - Ver. 4.2.7p235
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3a19f9ecb27f459a7367eae8c2fb74df56b74dd9..2535a4b7c779e51d654e5127c84988f91b1cdbcc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpq 1ntpqman "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dff0f9b90ffa58e84d19d5b095042c4a715a81a1..e194d81189ac81ce936b0ca2922371b739a8ebc5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bbe5907ef232c7673f3f2009443b9e7e672fa075..863fb8475c08e145982225cad2bf75abc54f3b93 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpq @NTPQ_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:45 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:18 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0cdcdbb0126ecfaa9ac3d83c6f306b61792e944d..718e6c35a55c30fb860b1350b20f9c50e48053b2 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cd986c2e69c6824e91f7e154edf16140ffdf8af2..c7cb44c3a2ec10b134c3c00adbbd74f0fe09edae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:22 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.7p234\n\
+"ntpsnmpd 4.2.7p235\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.7p234\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7a3c89007408b5d851f41c9d3379752175115502..595141cfead93702e035b96173cb55d29bde130f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:22 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.7p234"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p234"
+#define NTPSNMPD_VERSION       "4.2.7p235"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6cec21b8f9933e108969905856e6b88827367cd0..ce450c5c8cf7db16006b99584c999667ec88f525 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:08:54 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p234
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p235
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 3eea47022191dc5323640537da77c133a7bb1c94..23c702519f5b1ceef16e272f300c9fcfbdca8fe2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:52 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b4e5ce606a8dee90977488cced552c1843973ab0..754512a9b7f853013b9b6ee29a209365b3d576cd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fe9fac1b758a6b6a9f5b84eae7c4319f4a9e1974..6be5fef72b15ab9015c764fe0f1f0677223a728c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:52 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:26 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b8497855eb7201952f43fd0c628ae44eba362ba3..8a61c67713c0e5f16ebb59dafe380591db3740b8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:28 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c34c85ce3b4826eb1b9c5cc2c6d68ef4af69402e..507af7bda946960033e2a7fbe71c5a1800245c41 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=234
+point=235
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 67ffe3943569fb4bb9fbfe8960867ee7993e41cc..b091af3999ce5ef0e3516002523a1093e0676f84 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:07:55 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:13:24 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2f3da54dc459232d55d9fd07a43de6aa62cac250..7a0570a62fc88d92159c50de2709e5c8f1079eb5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
+.TH ntp-wait 1ntp-waitman "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:53 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 03ec08242eb66855c8a8647a0fde463b44db4e82..b5c36897cd81268bfa258b1979960035b72eb468 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 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  November  7, 2011 at 11:07:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 73c7760a824a2a71449d4aac7e0806f4d9e7f5f4..1faaf8df7f02d4323d86f73d4b7404b14ae80504 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.7p234 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p235 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 445251c57411aea199a2c25a107acd5d7206fcdd..6f67305e9e3dca963cbc08f049974ffd822c8853 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:53 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0eb20b9dbf2df57f506ee0d002a43db6e59327f5..bc5e5cd3121397bdaf687d238a82e77a4ffab255 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 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  November  7, 2011 at 11:07:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:13:25 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8253b4a5d768d35d08f140d41953ed8f01d167d8..b9cf8d9abfcc982de3797bd451a81ca6888b736a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:05:31 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:11:04 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p234\n\
+"sntp 4.2.7p235\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.7p234\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index c21ec84a61467a4e9c7a341d9ab0725ff246ea11..6d00d1f99923cae8040d89251caba990940fbd5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:05:31 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:11:03 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.7p234"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p234"
+#define SNTP_VERSION       "4.2.7p235"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7dcba27fa8793d7cc05cda32b52e8495651165d9..00a59d594c17197552e2cb1a6f073172abb13529 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:09:16 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:14:48 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.7p234
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p235
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c39f566a44e0993145ecaa35adf8992c63bfbddf..cd94676e55251c61cc1812920976b2d6359e47ed 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH sntp 1sntpman "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:46 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b2cd6f3ac5409ad1f50173047cfedec0f6207e3..d7096c4a42b17194a61350c43542c21e69843443 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:17 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c93a270fb5e3d820abdc88b0376b397ecfa43a71..992a5700748dc7c1c3ce7f3cd5b9b88336ba3379 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.7p234 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p235 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.7p234
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p235
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 419a6b65ba7d93e60ebccd92eb4253223a57d078..bf76e133a30f72f168f2122b7b0169ff025367a6 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
+.TH sntp @SNTP_MS@ "16 Nov 2011" "4.2.7p235" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:14 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:46 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0144a42c3f88ced368871342e579b6443da061e8..771a81e0715e2ebcc7b0b297dc588cf9c7255ed3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:17 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:49 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f7e18e4ee5c227eb7ae228e09dfeaaee439421f6..e1a882e4f51ddce99d9323336d00c8a7fcec27b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:57 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:29 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.7p234\n\
+"ntp-keygen (ntp) 4.2.7p235\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.7p234\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p235\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3ac27ff9634372f8ab54dc3fe6943255df290737..2aee5bb87553b4a853d25985267fb4c057b099de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2011 at 11:08:57 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 16, 2011 at 03:14:29 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.7p234"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p234"
+#define NTP_KEYGEN_VERSION       "4.2.7p235"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p235"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c369617e35e043d06cc708172f1e26e7acccb389..ade91f9f847ec858123d6a7719474865b05bfcda 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2011 at 11:09:06 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 16, 2011 at 03:14:39 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.7p234
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p235
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 6c7ba9569dd650d39ad9566ea62f77069228eb65..c757a00b9bce4d35222d3286097972187b102f1f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:03 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e392038237b344e2589f491426948754f6845703..4d0cfa8da2d0417ec7f7669ada0bc87f7f0b46da 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 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  November  7, 2011 at 11:09:07 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:39 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 715855e3fe858c1a94ba30c618789fed9dcbd024..2754f01876202bc95f9a0f3c9ae8dfa0a3ced523 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Nov 2011" "ntp (4.2.7p235)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:03 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:35 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 86c7faa6f274c7c778e457d0d9b9a2928b23e87b..11139c84bd02c94c1dce93d582f7537a25a61fe7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 7 2011
+.Dd November 16 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  November  7, 2011 at 11:09:07 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 16, 2011 at 03:14:39 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME