]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P198 NTP_4_2_7P198
authorHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 08:48:08 +0000 (08:48 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 28 Jul 2011 08:48:08 +0000 (08:48 +0000)
bk: 4e312248U2PH7H8SP8zCU78942TjSg

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 fe40c50b4b9628145dec1a4825444aadf0ea9fc5..edb6aaa989c7dbb5c024a2c8fff87c56781e8a5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p198) 2011/07/28 Released by Harlan Stenn <stenn@ntp.org>
 * remove old binsubdir stuff from SNTP, as NTP_LOCINFO does that now.
 (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
index ea65568f4896ae8a63e02fbf68a06cab8f6a4d4c..5fb370e4e60e0d449b849fd2728d2b01f3e07400 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:58:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:40:59 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.7p197\n\
+"ntpd 4.2.7p198\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.7p197\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 74cd13794da89f2f2401c211d2156a659fb9b07d..ae1d062c5336c37aa0b60d3d3da3a8825d1a83ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:58:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:40:58 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.7p197"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p197"
+#define NTPD_VERSION       "4.2.7p198"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 319947f6f2b8d2a00b820e9193b78a061598c1c7..13a55463c73213636cfd10c1a21db43ebee6a725 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 06:58:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:41:51 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.7p197
+ntpd - NTP daemon program - Ver. 4.2.7p198
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9551fb68ac932d98f3da59869771b13c7b3de895..923427e53a348287e31bd33fd7bb782bcf49e933 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpd 1ntpdman "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f74072126a9ae5b8df8623b2ec7b69bb927f7d62..8c1a9cb9bd92cd0e71b4a1c3bfb7750e68bc1588 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 61511bfa15868bd0702757fc91ede5cdfd905730..f83513bd8367f625fcb868ab76ffce30aab58cae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpd @NTPD_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2f1f1bf5e0dfe0ef52c99df64051badcc075068..de768a2ab2e00f91db5f0093c1c3e8f7ed7a9a04 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:41:53 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8c22cf866019ff7a6b1f8723c863a863f60191ba..76df9343cc6181ee4a6a36a007a02af337d4f3ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:58:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:42:06 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.7p197\n\
+"ntpdc 4.2.7p198\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.7p197\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 684d1fa992115dfff2d624d7783df519e4daaf1f..cadce28bfbf95ac42590afa5eb8b0f572ea7c284 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:58:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:42:05 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.7p197"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p197"
+#define NTPDC_VERSION       "4.2.7p198"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0122f4b1cbb92b2b41b058968bea0a01f507483b..ff5cb5ee7cd826a9c899a395b16e559c3ac2a18d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 06:59:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:43:37 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.7p197
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p198
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b80a0a1981942c29bc2917a0767f133212f5d1da..27c82b9d894c21d5ba55878878ede76163ddafbd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpdc 1ntpdcman "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:42:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a29106b215605c2047a4062fd61cf471aadc837e..68dd75aec52a88f46cf8f5594efd9f4df8cc979a 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:59:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:43:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6c3a495ad53f8b92812b2f1d308478a0d442818f..228d1e179a974c630bdc768bb60a6448fdb9dc43 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.7p197 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p198 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.7p197
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p198
 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 5317ba93b452afd38321016823aab4f7a83aa799..31c43d4620cc893b54a6f6c099d108783097dd5b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpdc @NTPDC_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:58:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:42:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index ec3dcfca746d14944d14815740b52f6a2c7fc4ce..900994e131f100b61b1d868288350996a65ca2ed 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:59:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:43:39 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1792db49fedb2e6af8b02da080c9c980644d6e70..3f94bd9b190a7d02224e260842e716b099971b7c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:59:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:43:44 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.7p197\n\
+"ntpq 4.2.7p198\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.7p197\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5b5a4164b9f46f6b29bb33fd3f1dc246159fc128..775b94c89342d08b56eb8365e3349a86328500b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 06:59:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:43:43 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.7p197"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p197"
+#define NTPQ_VERSION       "4.2.7p198"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5e4af6c003d67b1e228776b06f2bfa4bae4bea48..4dd65971d76a18a8e8aca13515150b114ca5349d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 07:00:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:44:43 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.7p197
+ntpq - standard NTP query program - Ver. 4.2.7p198
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 58e1cdb941df357bd87c233cc6d057dc9a98db13..77ba3821fd69ea8a1b2504509ff15f98f71cca26 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpq 1ntpqman "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b66d97c600838767017f734407aa3a8c7e898fa7..4b83d8c0720a987a965448ff90eeb60c7bc9b1e2 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e4a6d7bd3f335d422802cef6db3787be8a816361..55c1e5e6818b63b744bd4e58fc5f520225b69c0a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpq @NTPQ_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:22 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b129b0a46db7bddcae8be80689e5004167803726..b9557c35257fcd60e2696a2d5f836d27c56199cb 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:44:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e05bd5b0101e87d7c8c56ae6712aba4af0b7aab0..e34fc628e8e09deeea3561f35c1a203344fa872b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:00:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:44:49 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p197\n\
+"ntpsnmpd 4.2.7p198\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.7p197\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8087ec81eadbb5c33564e616cf55fd16fa606a33..4ce520083aac305c322f00d6d7448dd2b00b346d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:00:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:44:48 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.7p197"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p197"
+#define NTPSNMPD_VERSION       "4.2.7p198"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c6d4fdfd021ed821ff89073118fc88069ac909c..a09c5add61425fe9b9ce925697c91e142657342d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 07:00:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:45:17 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.7p197
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p198
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1ad9968020e33a171baf61102a67e7cc2e5342d3..d58237f9b19a51689850695f4aeb4286287f21b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d133c87667788b52f4e9967aad11bb0c96b27cdd..9f31f4c2d9d73d8e81aa89350e255e474b9aabae 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f47a37ed88e0ddb0c93097af3aeccb1e5f7d3ac3..d44d81c98b17838812582befaaa2bfd816d3a5f2 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 45f9472adbee9ad1f7ee7493c76c7cdf787be92c..0533209d9e8f362de62bab1c1a7a76339e290f59 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:00:58 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ca78bc5d616e247ee9faeb0e2de2def517ed4c22..0b6ab6cb7215848774d675a3d6a837e5f97b50c8 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=197
+point=198
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index f8da6635403930df192eaeed0218f4c67ce83d0e..81acf0e218fd389fc39628e906b36d97b0fc81a6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 06:57:52 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:40:53 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3f2ba98e0da2cae525af383ddaa6902e468fc5d2..0c5c808eb9b93e435ad477c773c5e4a9e335703b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
+.TH ntp-wait 1ntp-waitman "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0cdc36f9c3f1e1cd4ad55de02b029005e3a5f55c..d1650b0c241c3aee551909817276cc594bb0e04a 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5b87dd4e99c0e7ea90f5abb17208b9959666839e..52446bfb3d9d6458b109fbf69f6faab9625e3a10 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.7p197 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p198 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 218a2dc5c0226ce55b1781ddea2b6c013b80052e..5cdd2c74588245cde0548913ca69936cdaa00815 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:41 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2c3d4a1fb72804fcedfc6c64bdf781ad384a3dc..ab7b710e130ef99629773d25512cbd9344042b9e 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 06:57:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:40:55 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c2df05890fdf94d2829b25f6cb0cb5a9cba71fbd..35ec916ca0fc0979751d8f69a24fdf3234433d5f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:01:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:46:18 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.7p197\n\
+"sntp 4.2.7p198\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.7p197\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index eb7f1adf50fa37cf77a14fd3f7fd53a95ccaaf9d..4bb1c59680ce35fe234c1493acb3994b635117a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:01:45 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:46:17 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.7p197"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p197"
+#define SNTP_VERSION       "4.2.7p198"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1ed9a0e119b40c428bd9991a0788f32ed310ddec..1a6c396868991a24cc5a19fa6b243c56f67c3d08 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 07:02:29 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:47:07 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.7p197
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p198
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index eeb05f2b858680b4dd59b879a6c328e42b72dbc9..e9211c19237483dd76c415a2055fa2b9c95b04f1 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH sntp 1sntpman "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:48 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index bed627a5172b6000c9bebe6f9adc1d0626a4c67c..cabc91512033ece14e5d9156f965976af9bd0566 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:47:10 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ab21c620a3d0ed33d28db5e4bbbc325715636d31..62972afe9fd6c4619e6370d4f09921b79f1f759a 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.7p197 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p198 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.7p197
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p198
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4e43341fc53319cdc98278456a6e13a5b1287829..badb9499f687c522f89be9b5685681ecb8bd4e4c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "28 Jul 2011" "4.2.7p197" "User Commands"
+.TH sntp @SNTP_MS@ "28 Jul 2011" "4.2.7p198" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:16 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:48 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8115e627f4adc0079fabe2b222d8a733c266b569..d07ab864595fd722dddd8c1101e29b7b5070f9c3 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:02:31 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:47:10 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 953e2479fbe7028fc5e1c83115cb5eb92dbe51d1..936b41f3d61f09c126c377811bcc2e00b0f05f54 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:01:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:45:23 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.7p197\n\
+"ntp-keygen (ntp) 4.2.7p198\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.7p197\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p198\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 995dc46d801c5de42dd2a1dca0e0ecf272f8ef6c..c12424a124e39278f59d2c823f5d52d4747f8695 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  July 28, 2011 at 07:01:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  July 28, 2011 at 08:45:22 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.7p197"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p197"
+#define NTP_KEYGEN_VERSION       "4.2.7p198"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p198"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9cb6ad1a565a5b25caa8041e5ae580ce7b2be51a..3f670943a187f383f3c19503e46e7c1e4dd260b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  July 28, 2011 at 07:01:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  July 28, 2011 at 08:46:11 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.7p197
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p198
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index f6e765514c26fd0d019635ff56b29f9a0825f34f..9bbb6803c9926c2c63b796e046dd3879a5d27443 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:45 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e1e30bad29ccd727b9d1b9ebed279210e5758877..92d40188d6c3f84026e1737c80d640b91f955213 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:13 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b38328d1e80cce63134c20e7ee7a0ae2a4aba73c..2abc69772d73bbe63bdcee6d8abf27d2e950c40e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jul 2011" "ntp (4.2.7p197)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "28 Jul 2011" "ntp (4.2.7p198)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:45:45 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 64ccfdb846ead4e1cb246a5d72e5f045cabe21b6..3c9f5c9beecad8ea823dff80e790693a2c39b54e 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  July 28, 2011 at 07:01:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  July 28, 2011 at 08:46:13 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME