]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P197 NTP_4_2_7P197
authorHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 07:03:09 +0000 (07:03 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 07:03:09 +0000 (07:03 +0000)
bk: 4e3109adnOM34umby6yfK5QxNCRM5g

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 4573377124f3ee17287f7f431c700d09986a78d4..062a521d5e5cfa35bb106ae836af006f9edb52d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p197) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1975] from 4.2.6p4-RC2: libntp/mktime.c won't work with 64-bit
   time_t
 * [Bug 1976] genLocInfo writes to srcdir break 'make distcheck'.
index faa5afda3c548df6a0aa956851ef2c8c0de305bc..ea65568f4896ae8a63e02fbf68a06cab8f6a4d4c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:21:32 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:58:04 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.7p196\n\
+"ntpd 4.2.7p197\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.7p196\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 16085f2ac7c3543bd6a3a49c99ceaab89226edd9..74cd13794da89f2f2401c211d2156a659fb9b07d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:21:31 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:58:04 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.7p196"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p196"
+#define NTPD_VERSION       "4.2.7p197"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 691d9af93b5efa3fa05cb03c1f82938af6467f5b..319947f6f2b8d2a00b820e9193b78a061598c1c7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:22:04 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 06:58:31 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.7p196
+ntpd - NTP daemon program - Ver. 4.2.7p197
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index e89b74689808d5c8c2b1475e62b914c0a190177e..9551fb68ac932d98f3da59869771b13c7b3de895 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpd 1ntpdman "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1aec31e9de6b95d309f9ba385e1a0448dd875719..f74072126a9ae5b8df8623b2ec7b69bb927f7d62 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 554760f5fd2c0b36fa7f457b21ff544075c87216..61511bfa15868bd0702757fc91ede5cdfd905730 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpd @NTPD_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:00 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:27 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 993aecb1e9131b6303c012e963ee3fad9b96d26a..a2f1f1bf5e0dfe0ef52c99df64051badcc075068 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:05 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:32 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5fa274d6e5c792d5444ee47ec81b315bc4736821..8c22cf866019ff7a6b1f8723c863a863f60191ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:22:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:58:37 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.7p196\n\
+"ntpdc 4.2.7p197\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.7p196\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0c62d3f3d94e70ebaed5d9987bdb33d1f97cfbb7..684d1fa992115dfff2d624d7783df519e4daaf1f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:22:10 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:58:37 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.7p196"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p196"
+#define NTPDC_VERSION       "4.2.7p197"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f70eabc848f7931b88c3f1129a3169c2587087f4..0122f4b1cbb92b2b41b058968bea0a01f507483b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:23:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 06:59:47 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.7p196
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p197
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9295a43e86b3da7dfdaf33cbe695418141bdf4e4..b80a0a1981942c29bc2917a0767f133212f5d1da 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpdc 1ntpdcman "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f42352ad82549aa668741990a35567b9a8ebe96b..a29106b215605c2047a4062fd61cf471aadc837e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:59:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8415ceff8ae508d89d2eead23a425a916c86af6f..6c3a495ad53f8b92812b2f1d308478a0d442818f 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.7p196 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p197 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.7p196
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p197
 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 b6a88eefd64ea1fddc2c0d0b7b5101271e7d01a9..5317ba93b452afd38321016823aab4f7a83aa799 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpdc @NTPDC_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:22:19 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:46 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index afca4b126bdb25388fb2a37904f3814a7bc35775..ec3dcfca746d14944d14815740b52f6a2c7fc4ce 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:59:49 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index db11c947717586bfef5ec3b780d76383fcc999ff..1792db49fedb2e6af8b02da080c9c980644d6e70 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:23:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:59:51 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.7p196\n\
+"ntpq 4.2.7p197\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.7p196\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7feba4663317eb657e61c4b86252360e9fedc3b7..5b5a4164b9f46f6b29bb33fd3f1dc246159fc128 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:23:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 06:59:51 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.7p196"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p196"
+#define NTPQ_VERSION       "4.2.7p197"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 39e603dcc3334143de09c947ac90e0f685784ab2..5e4af6c003d67b1e228776b06f2bfa4bae4bea48 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:23:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 07:00:29 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.7p196
+ntpq - standard NTP query program - Ver. 4.2.7p197
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d8de76512090601c78696864afe79d78af7df338..58e1cdb941df357bd87c233cc6d057dc9a98db13 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpq 1ntpqman "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6e8a373e0d9786fbd75917ae13fb899ebe56afb1..b66d97c600838767017f734407aa3a8c7e898fa7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dfcbb11c3639b5f825b5deafd71c4a674d53343e..e4a6d7bd3f335d422802cef6db3787be8a816361 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpq @NTPQ_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 614582ce9cc94db20bbd9271c09f42851ba3e6ba..b129b0a46db7bddcae8be80689e5004167803726 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:23:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:31 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b2ed18b4e357a5a26c6d65a660a0f5a8979ff190..e05bd5b0101e87d7c8c56ae6712aba4af0b7aab0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:23:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:00:34 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.7p196\n\
+"ntpsnmpd 4.2.7p197\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.7p196\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b7c63585702fd28926aa306c9ee9347ca02b81b0..8087ec81eadbb5c33564e616cf55fd16fa606a33 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:23:56 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:00:33 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.7p196"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p196"
+#define NTPSNMPD_VERSION       "4.2.7p197"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 80e0e3db61258136d712abf2b2f9df391f729b64..1c6d4fdfd021ed821ff89073118fc88069ac909c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:24:13 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 07:00:56 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.7p196
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p197
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 338cd7e10d039532a6fd8c0f6b30465eb3d2959e..1ad9968020e33a171baf61102a67e7cc2e5342d3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0fb7fd741f3d24a1a2e91ee1867cb61dcd56287d..d133c87667788b52f4e9967aad11bb0c96b27cdd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f8ca890fc15cd50c7296ffff44d121fc115a5d38..f47a37ed88e0ddb0c93097af3aeccb1e5f7d3ac3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 405bb87f4e4675c33adc8ad3d76c90b8176ff451..45f9472adbee9ad1f7ee7493c76c7cdf787be92c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 40f71322dae24fe19a769e4a5042d34c945fdc09..ca78bc5d616e247ee9faeb0e2de2def517ed4c22 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=196
+point=197
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9c6099da6b2426f40c72f525ef21075b7a57be4a..f8da6635403930df192eaeed0218f4c67ce83d0e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:21:27 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 06:57:52 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dc8724bae13b49bc9c3eef016c7f2be67251dabd..3f2ba98e0da2cae525af383ddaa6902e468fc5d2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
+.TH ntp-wait 1ntp-waitman "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f7fe6f0b974a5ae8d0167b4922ddb888cd4b8262..0cdc36f9c3f1e1cd4ad55de02b029005e3a5f55c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7196de3fe30c456023ec1c988c630c218c8e1ba8..5b87dd4e99c0e7ea90f5abb17208b9959666839e 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.7p196 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p197 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index e5218c0d94e10dd2bc57f10fdb5991444a15755c..218a2dc5c0226ce55b1781ddea2b6c013b80052e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:49 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 710fc4d293fd8071ae1fa81cd842a59db4c01331..a2c3d4a1fb72804fcedfc6c64bdf781ad384a3dc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:21:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:53 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index efd2dd73fe2c18ec42d2e4dd4bf54f9e0f156c36..c2df05890fdf94d2829b25f6cb0cb5a9cba71fbd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:24:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:01:46 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.7p196\n\
+"sntp 4.2.7p197\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index e091c8f9297fe4399e391f54d47e58efa5e591d9..eb7f1adf50fa37cf77a14fd3f7fd53a95ccaaf9d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:24:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:01:45 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.7p196"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p196"
+#define SNTP_VERSION       "4.2.7p197"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cfe2e9ad32bb457e72dae52f32096463c34cfc43..1ed9a0e119b40c428bd9991a0788f32ed310ddec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:25:22 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 07:02:29 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p197
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b0d48beec252b7757a67ed8b4256e54a9536c29d..eeb05f2b858680b4dd59b879a6c328e42b72dbc9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH sntp 1sntpman "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b88d831267c4bc04bccc95d15d18a9126bfb159e..bed627a5172b6000c9bebe6f9adc1d0626a4c67c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 18f7d29ffa9869ae4e8bef21bc2a999fc8e7821a..ab21c620a3d0ed33d28db5e4bbbc325715636d31 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.7p196 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p197 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p196
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p197
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b87e7b163a15b4e9362b74b0b25249fc7c0ccd48..4e43341fc53319cdc98278456a6e13a5b1287829 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "27 Jul 2011" "4.2.7p196" "User Commands"
+.TH sntp @SNTP_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:16 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5a76b2d7cd5952fdd37119d2fc0846f85619370c..8115e627f4adc0079fabe2b222d8a733c266b569 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:25:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3afcd3796868dd106924631dbdf7fbaed405115f..953e2479fbe7028fc5e1c83115cb5eb92dbe51d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:24:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:01:03 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.7p196\n\
+"ntp-keygen (ntp) 4.2.7p197\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p196\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 744ad525f3ea89bb1173fd64520086712e50411e..995dc46d801c5de42dd2a1dca0e0ecf272f8ef6c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 27, 2011 at 02:24:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 07:01:03 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p196"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p196"
+#define NTP_KEYGEN_VERSION       "4.2.7p197"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index efe1a606e45105edd804c2e3bf8ab43bf95c10fd..9cb6ad1a565a5b25caa8041e5ae580ce7b2be51a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 27, 2011 at 02:24:44 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 07:01:41 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p196
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p197
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
@@ -217,7 +217,7 @@ This option has some usage constraints.  It:
 must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
-Set the subject name to name.  This is used as the subject field
+Set the issuer name to name.  This is used for the issuer field
 in certificates and in the file name for host and sign keys.
 
 @node ntp-keygen lifetime
@@ -356,7 +356,7 @@ This option has some usage constraints.  It:
 must be compiled in by defining @code{AUTOKEY} during the compilation.
 @end itemize
 
-Set the issuer name to name.  This is used for the issuer field
+Set the subject name to name.  This is used as the subject field
 in certificates and in the file name for identity files.
 
 @node ntp-keygen trusted-cert
index 6455100545f237dfe037527f65daded9adbaf103..f6e765514c26fd0d019635ff56b29f9a0825f34f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -764,7 +764,7 @@ any that may exist.
 .BR \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
 set issuer name.
 .sp
-Set the subject name to name.  This is used as the subject field
+Set the issuer name to name.  This is used for the issuer field
 in certificates and in the file name for host and sign keys.
 .TP
 .BR \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
@@ -818,7 +818,7 @@ sign key.
 .BR \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
 set subject name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
+Set the subject name to name.  This is used as the subject field
 in certificates and in the file name for identity files.
 .TP
 .BR \-T ", " -\-trusted\-cert
index 1ac0b45e8397e553a58f96862ba31626d2425ec1..e1e30bad29ccd727b9d1b9ebed279210e5758877 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -746,7 +746,7 @@ any that may exist.
 .It  \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
 set issuer name.
 .sp
-Set the subject name to name.  This is used as the subject field
+Set the issuer name to name.  This is used for the issuer field
 in certificates and in the file name for host and sign keys.
 .It  \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
@@ -792,7 +792,7 @@ sign key.
 .It  \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
 set subject name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
+Set the subject name to name.  This is used as the subject field
 in certificates and in the file name for identity files.
 .It  \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).
index 6565e29e3d02a1bbd0e3f4ffbac20104797bc17e..b38328d1e80cce63134c20e7ee7a0ae2a4aba73c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "27 Jul 2011" "ntp (4.2.7p196)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:23 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -764,7 +764,7 @@ any that may exist.
 .BR \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
 set issuer name.
 .sp
-Set the subject name to name.  This is used as the subject field
+Set the issuer name to name.  This is used for the issuer field
 in certificates and in the file name for host and sign keys.
 .TP
 .BR \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
@@ -818,7 +818,7 @@ sign key.
 .BR \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
 set subject name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
+Set the subject name to name.  This is used as the subject field
 in certificates and in the file name for identity files.
 .TP
 .BR \-T ", " -\-trusted\-cert
index cd7eb3c3da27bd057800864d26edc5d45bd75701..64ccfdb846ead4e1cb246a5d72e5f045cabe21b6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 27 2011
+.Dd July 28 2011
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 27, 2011 at 02:24:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:43 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -746,7 +746,7 @@ any that may exist.
 .It  \-i " \fIissuer\-name\fP, " \-\-issuer\-name "=" \fIissuer\-name\fP
 set issuer name.
 .sp
-Set the subject name to name.  This is used as the subject field
+Set the issuer name to name.  This is used for the issuer field
 in certificates and in the file name for host and sign keys.
 .It  \-l " \fIlifetime\fP, " \-\-lifetime "=" \fIlifetime\fP
 set certificate lifetime.
@@ -792,7 +792,7 @@ sign key.
 .It  \-s " \fIhost\fP, " \-\-subject\-name "=" \fIhost\fP
 set subject name.
 .sp
-Set the issuer name to name.  This is used for the issuer field
+Set the subject name to name.  This is used as the subject field
 in certificates and in the file name for identity files.
 .It  \-T ", " -\-trusted\-cert
 trusted certificate (TC scheme).