]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P247
authorHarlan Stenn <stenn@ntp.org>
Sat, 7 Jan 2012 01:05:31 +0000 (01:05 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 7 Jan 2012 01:05:31 +0000 (01:05 +0000)
bk: 4f079a5bFpC2VF3aHhDSIDj0kKhH5g

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 61c4ba12172cc4aa444b8575d414fadefb5d84e0..1225737a94b650e0094954d97d8725178e3bc120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p247) 2012/01/07 Released by Harlan Stenn <stenn@ntp.org>
 * Fix build break triggered by updating deps-ver and libntp/systime.c at
   the same time by explicitly depending systime_s.c on systime.c.
 (4.2.7p246) 2012/01/06 Released by Harlan Stenn <stenn@ntp.org>
index 71e83052de7a572395ecf5cbcce001a451ec08a7..bfeba051c476dc9b017b063622098b3c098628f4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 11:33:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 11:53:15 PM 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.7p246\n\
+"ntpd 4.2.7p247\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.7p246\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 533e68ee61e3392a2ddfbfeab29e5eea61203618..0343450b149ffb0292647da5092378823e7c7f65 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 11:33:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 11:53:15 PM 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.7p246"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p246"
+#define NTPD_VERSION       "4.2.7p247"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 680c451cf34aadfce810c6b234277f2198b16bb6..b02f22ee5d3d324346fe2c773dc9c35ee8372b29 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:02:38 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:58:32 PM 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.7p246
+ntpd - NTP daemon program - Ver. 4.2.7p247
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 8a8d6bb081d78681c4e02a37269049bcf42a4184..eb0b23640407c2088e74ea88223f373dc1ac956d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpd 1ntpdman "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:28 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6dbc8139c90ecceeb3f6a6b38b9995ae0b7c053d..a42de60c9dfcc235b30b83f04e4dd5e7162329d4 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:33 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 286d0a1e84f586d3c2a429bc4ec5b8d0fae4c298..1874b31c97985f4e69824822bbcbcc96bef939b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpd @NTPD_MS@ "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:34 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:28 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 72305aab4ec76c3c9c938875f9c0ef16109a98c8..c591f2afb31fe043f90c3c02bf84fe71c09105d2 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:33 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4a6836885d945502c2dd3473b24e1313e279f16a..d8fe4980287fa5155d68a9864b820d961d3e198d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:02:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:58:39 PM 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.7p246\n\
+"ntpdc 4.2.7p247\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.7p246\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6093ecefd09c106e2bc26433a8ba0432b0578716..d498c62360f1745a11ce6628e25b6fed4b52cead 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:02:48 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:58:39 PM 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.7p246"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p246"
+#define NTPDC_VERSION       "4.2.7p247"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c0c6169eb65a4a18d8151db526624c24e7d0ef50..dc07baa4048c10b15fcc281a7477c2662c6a17f4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:03:01 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:58:52 PM 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.7p246
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p247
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 700c09ea96a32a4a8a9cae2f3680ea757a54006e..6e61672af7f14193d678c3f7e3f37f213478c72c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpdc 1ntpdcman "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:49 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 71b6962ef2d234bf246adff653da502aa4d7e4fc..99fe486ca2f06a6cbcf4be86c1542166f1a618cb 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:01 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:53 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 87833d963d3cab2de89d348406a3db58ba5851f8..8439231ced1abed95d9612ac5c23ba65bb2cfcc8 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.7p246 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p247 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.7p246
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p247
 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 c24e6b05fbf5c53e37bf158d6ddf6adf25520c7d..1159c8b276653e83acd24ed6bf1ad83852f7fb5e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpdc @NTPDC_MS@ "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:02:57 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:49 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 03a65806982517b00bf48636600c16a2223b36c6..4b96d6d98a106234d5889853c488ec1b6e10677b 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:01 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:58:53 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 3dc397c9babaa7cfbb2699b86e8d0369f0fdd166..8c4d0e1e2850d9b1c86889376538b29b905a26e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:02 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:58:54 PM 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.7p246\n\
+"ntpq 4.2.7p247\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.7p246\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 44d7d72445d4df7313ebaa93177963e5e7e1363a..c2a820f75916374d8416fab79ae2191c3686aa47 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:02 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:58:54 PM 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.7p246"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p246"
+#define NTPQ_VERSION       "4.2.7p247"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 087ff7a3ad02066c9ff5a0ea3cd8a9518f1d3003..efe4bf1c8c15ee160b2d753000fa6cc314172d26 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:03:19 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:59:08 PM 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.7p246
+ntpq - standard NTP query program - Ver. 4.2.7p247
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 41a7f8f8ad829dcf218f6aa9a9eabd30093a6d9a..fe9b60ed91cae34069558c3bd49b996ffc3c1df0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpq 1ntpqman "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:05 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c120f64cb71edf923f99c3ad94f621d5d60384a2..b955f7bb155fb703a09c12390ebde91088c5b7fe 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:09 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 022472bc45a512792f5a6171b1c1f1a58f9d83e6..095af0a75b3b1afe5b0e104a04da7c4718abfdf8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpq @NTPQ_MS@ "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:05 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b311ad3174ced74c435e669c097560701a49afdc..919b5e7ce0f8cef0c4ab50981f3f1244496a67d4 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:09 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d9082db8c34b7970e29efcb6b4c4ed4ce83a92c6..5b949c5408a2de6037a099d5e52016f3236037df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:59:09 PM 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.7p246\n\
+"ntpsnmpd 4.2.7p247\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.7p246\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d2ad59796a6b9d6424a7df86756c1074fd61faae..3ae7d4ce53047ebbf10eda1e09b0ee527f20abfd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:59:09 PM 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.7p246"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p246"
+#define NTPSNMPD_VERSION       "4.2.7p247"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 32bccaf39859f5b07f0336597472e6fb20a7e8af..8597f353dfa73d2125bdae9ef1aaab5766dffa65 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:03:26 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:59:15 PM 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.7p246
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p247
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 2085851a615d31c176bcb8fa5604a610294f29e7..4d449472913e8e25a5987c5d4c179315b09b8ce1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:23 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:13 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 968e5fb571c2e5cd7dd6c712806980d0416d43c1..bf6c5ff3d59ac6bafda1d24bd581aeff6a60fa28 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:26 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:15 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 603784d690f781fb016561ee39cefc44861eec80..85a1d9c23004e390dd0dedb62422cdbaa83ff792 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:23 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:13 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fd66ad6d5298f2fbcc8ed862aa95204e82d0754d..29ceedc4be8277e2462928e19369a63049fddd1c 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:26 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:15 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b4b6c9097b258badce0b9ec5fb4e04cd309281a9..82ee4c0df58315fd76fd1c2173d36fd665cf460b 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=246
+point=247
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index a5771653f3f11b15400466bcbd5948733fc87fbd..2e6954788cb6fc0d093512a16db5242906b08a4d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 11:33:24 AM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 11:53:12 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 248b09fb62ee3b89157aeb36971d04450a0fce96..555ca01e97b338cdd17e46abb2cdf3e8fef35915 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "06 Jan 2012" "ntp (4.2.7p246)" "User Commands"
+.TH ntp-wait 1ntp-waitman "06 Jan 2012" "ntp (4.2.7p247)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 11:33:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 11:53:10 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8b243c35116d425e7dd2fb7f104af844fb8ef94d..55e5f29a101afabbe7c3dce93eb3e09516f5f05d 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 11:33:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 11:53:13 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 28ce168ec8134f50731e249a6f1b8e09f0882007..c3cb45fbda3609484c615fee41d4f828e93cf2f7 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.7p246 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p247 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 658faa866bb857e87b2358483099a3b8ae4bd03b..3d18715868727813886a4e2712b4f820dbbe9e5e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "06 Jan 2012" "ntp (4.2.7p246)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "06 Jan 2012" "ntp (4.2.7p247)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 11:33:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 11:53:10 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e286575a080ef3ca264fe3c3b9ac16c5ce7c554b..92a6787ed1640655df86709919df8383516aac16 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 11:33:26 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 11:53:13 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 06fbeaf67bb9ca771c9a7b79583f07ef8db95985..6e95a5f9c92a756373b16db98239d6a9aaa84570 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 11:28:14 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 11:50:38 PM 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.7p246\n\
+"sntp 4.2.7p247\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.7p246\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 2e8839fe479904e9ca1797b76342c22cfe214a4a..dec8ce4a43247290ac90c1ee768c3f31da9b01a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 11:27:58 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 11:50:38 PM 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.7p246"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p246"
+#define SNTP_VERSION       "4.2.7p247"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bed20f4c4bbb72b4687318d2481938aca804b949..f7ada84c5aa8c6eb98692bc2e08cac03f2f3793a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:03:55 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:59:40 PM 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.7p246
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p247
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index b305a97a33a1c1dc048aea53c7c19ccf4201cbd6..8d0dcecfda18ff1a3bf77b256c91e121271b3543 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH sntp 1sntpman "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:53 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:37 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 520b0db688561b334a3aa55b86ba9b1ab50794b1..5db5a53a7b2359a58930ea84b1644eea7ffc75e1 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:40 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d28069ea682568fb84199aa2fd6dacf239a30314..5c633b7be2eea24310a689aea7fb55f27c20aec3 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.7p246 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p247 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.7p246
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p247
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c17f40081d6afaf07976d02fc10ac57e00cd69dc..eee604a3590f29c3e060e7a14502dcdd395ce9fd 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "06 Jan 2012" "4.2.7p246" "User Commands"
+.TH sntp @SNTP_MS@ "06 Jan 2012" "4.2.7p247" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:53 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:37 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cc3080edff644af87f017da9cad692ccffd17051..d4fffc9b1f3a60219706c3e2ea56fd8ca075a2f3 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:56 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:40 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7008aa9b9524cdfb14fba018267042107e65773e..a0b5b50e2ca0356d2fb02379bdf7d0a806dfd609 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:30 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:59:18 PM 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.7p246\n\
+"ntp-keygen (ntp) 4.2.7p247\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.7p246\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p247\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7f3321390c023eeff175916ca146d0a07ce3a855..5bfcefb3edfcbcd1729e4747ba06e10f4f1693bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January  6, 2012 at 10:03:30 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  January  6, 2012 at 07:59:18 PM 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.7p246"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p246"
+#define NTP_KEYGEN_VERSION       "4.2.7p247"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p247"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b20fbad9054a0c9b6868804ef7857471d4ce268c..c0b323d220be5ffbd11fdbc08ddcfba845b7e16a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January  6, 2012 at 10:03:42 PM by AutoGen 5.12
+# It has been AutoGen-ed  January  6, 2012 at 07:59:29 PM 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.7p246
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p247
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e7b400b0ae3a1187ddf4ababd0cf2c027da9a554..ff4f434efe56ab743e2abed6f6348daa426f9821 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "06 Jan 2012" "ntp (4.2.7p246)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "06 Jan 2012" "ntp (4.2.7p247)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:38 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:25 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0a4a009a8aececaffda5b1c382f8d629cc7ea274..dbb3bfeed28545db77bfa7d18e2e7f5db81b5a19 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:29 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4507bc3555e603f5686dc208f70834797027b8ed..40114d112154d22ea92bb8caf038eebae567eade 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "06 Jan 2012" "ntp (4.2.7p246)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "06 Jan 2012" "ntp (4.2.7p247)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:38 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:25 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c174990818f35e2cd58643a4c4a5e298ffe8f992..e40818d04b9a0b4cf2925857a75f0ffb4dd3e727 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January  6, 2012 at 10:03:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January  6, 2012 at 07:59:29 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME