]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P255 NTP_4_2_7P255
authorHarlan Stenn <stenn@ntp.org>
Sun, 29 Jan 2012 22:06:30 +0000 (22:06 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 29 Jan 2012 22:06:30 +0000 (22:06 +0000)
bk: 4f25c2e6-Vdszoh_x6wep2QuoqMYCw

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 74a90bfba4ba34d1d2ee9a915b5f45ed264be908..41f87f234d82fa29e6d46db66a5bb47ed673750d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p255) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 603] Only link with nlist()-related libraries when needed:
   More cleanup.
 (4.2.7p254) 2012/01/29 Released by Harlan Stenn <stenn@ntp.org>
index d15c072553c42f22d70b485148b9782ac856edf2..8c8fab0af170829b80b9a85c2f2ccb5226ee43da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:59:03 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:04:36 PM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpd option static const strings
  */
 static char const ntpd_opt_strs[3008] =
-/*     0 */ "ntpd 4.2.7p254\n"
+/*     0 */ "ntpd 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -195,12 +195,12 @@ static char const ntpd_opt_strs[3008] =
 /*  2774 */ "Output version information and exit\0"
 /*  2810 */ "version\0"
 /*  2818 */ "NTPD\0"
-/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p254\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ <server1> ... <serverN> ]\n\0"
 /*  2956 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2990 */ "\n\n\0"
-/*  2993 */ "ntpd 4.2.7p254";
+/*  2993 */ "ntpd 4.2.7p255";
 
 /*
  *  ipv4 option description with
index d6d075b60ee4b37117f3edc3f04ccef05d1811a7..5f4ae0636d62573074ca3bf1b1cc8000de30ae5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:59:03 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:04:36 PM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -103,8 +103,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p254"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p254"
+#define NTPD_VERSION       "4.2.7p255"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2565367341c00692911680113e01aa57ebd6d59e..11a5e1e1f0e2f6d92de50ec05f4ec43170cc2360 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 06:59:34 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:04:56 PM by AutoGen 5.14
 # 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.7p254
+ntpd - NTP daemon program - Ver. 4.2.7p255
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index bf863edb8962d4b74876e83031973e3e6f13c0cd..4003f018f4ac6f2261f17b1fbc06b44ed620d6ae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpd 1ntpdman "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:59:31 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:52 PM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c9412fbbc30521207e54381e2b04872ef0c35a7d..11861f779a006e07a21c65110a681d41be2f593b 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:59:35 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:57 PM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d8cef7ea00044b806c1de925cd62d1f1ed4bd00c..1d2a11a445915f75435632e48295f721553e08ac 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpd @NTPD_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:59:31 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:52 PM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2cfc8ca6bc458c5c24eee991b6a2ef92ae10cdc..206f5a25f5f5003a3dcd9c08824e951e04e9fa28 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:59:35 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:57 PM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7a1e4693154cb422a664c42e4043432701ac46de..baf07a74086f123c99f0925431fe4a6505578efa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:59:50 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:04 PM by AutoGen 5.14
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpdc option static const strings
  */
 static char const ntpdc_opt_strs[1860] =
-/*     0 */ "ntpdc 4.2.7p254\n"
+/*     0 */ "ntpdc 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -129,14 +129,14 @@ static char const ntpdc_opt_strs[1860] =
 /*  1638 */ "no-load-opts\0"
 /*  1651 */ "no\0"
 /*  1654 */ "NTPDC\0"
-/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p254\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0"
 /*  1792 */ ".ntprc\0"
 /*  1799 */ "$HOME\0"
 /*  1805 */ ".\0"
 /*  1807 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  1841 */ "\n\n\0"
-/*  1844 */ "ntpdc 4.2.7p254";
+/*  1844 */ "ntpdc 4.2.7p255";
 
 /*
  *  ipv4 option description with
index 85a3de80f875b99f136e30baf54b47a8142ede34..0d156106d34575b056b3b4938d1ed55e3cce9092 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:59:50 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:04 PM by AutoGen 5.14
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -82,8 +82,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p254"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p254"
+#define NTPDC_VERSION       "4.2.7p255"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0b2952aebeed782b62e91182ee41a8b83ca248a3..c2acd938a2d8cd831f1eaecb5e5104b40b3a9ff3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 07:00:27 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:05:14 PM by AutoGen 5.14
 # 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.7p254
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p255
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index fe88a5f8851f5e5f0af13112f7d4c8343414dfd9..8866e6910f23741142837f13ae90a9912e7a959b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpdc 1ntpdcman "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:10 PM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 305d5786fdd8bb4e2b25be7197cd5017fb4d989f..960d877b0ace482dfaa43e9159347bff22240e5d 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:28 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:14 PM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 998695f0ce7ca4fb8f31bbeddc9596b4e5041e25..62ba1391993772bed2bd2665da02ea2dbe28be94 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.7p254 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p255 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_002dusage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p254
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p255
 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 3f88bd6a20f02f1f1a3275b4f82dc8fce3f8c4c0..64953daed18248dafb747b8f2f12466638f8a783 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpdc @NTPDC_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:24 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:10 PM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dab07158cbb9d91e366357e28a85844f1461931a..b7ae9b74290c1f98fdd082c00fb934c9fb02ba76 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:28 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:14 PM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 62a3524a1f61ccaaf026cc868a379d240aac8ecf..3a1e8cd486ec24c798cf33b31166ff4f55356b98 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:00:30 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:15 PM by AutoGen 5.14
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -71,7 +71,7 @@ extern tUsageProc optionUsage;
  *  ntpq option static const strings
  */
 static char const ntpq_opt_strs[1831] =
-/*     0 */ "ntpq 4.2.7p254\n"
+/*     0 */ "ntpq 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -127,13 +127,13 @@ static char const ntpq_opt_strs[1831] =
 /*  1625 */ "no-load-opts\0"
 /*  1638 */ "no\0"
 /*  1641 */ "NTPQ\0"
-/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p254\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0"
 /*  1767 */ ".ntprc\0"
 /*  1774 */ "$HOME\0"
 /*  1780 */ ".\0"
 /*  1782 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/*  1816 */ "ntpq 4.2.7p254";
+/*  1816 */ "ntpq 4.2.7p255";
 
 /*
  *  ipv4 option description with
index 07a09edc7e650b5ea6e64bbd2de48723f2aa47bd..298e90f7685e2a9f7858dd0d9044ce5d90242ee2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:00:29 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:15 PM by AutoGen 5.14
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p254"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p254"
+#define NTPQ_VERSION       "4.2.7p255"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aec09ba03b6c8c5d69a42e369b196ac02ea61810..b352891545bc3ac63e1d01ae0d3fdc44fd807659 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 07:00:58 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
 # 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.7p254
+ntpq - standard NTP query program - Ver. 4.2.7p255
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index fb1333feebb26032c0dea60fadc8f20ba9e766db..22ef0b87d80ac6065f1ef63c2c09993a8a381052 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpq 1ntpqman "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:55 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:21 PM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 599d082bc5b556613677cd351fd1781e1998011c..4d0bc8fb77269ed70095d7ff4d4331bfc5467429 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:59 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 45d20d2181c9890a4d5e19ad502647f17d75b155..5f1d4b7a56a016844d28e418cab34ef46f10482c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpq @NTPQ_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:55 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:21 PM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3091d25f674519fdab40245c41797e90f2bb1315..dc3bc0a0bbc3d0673975744e140a1a78b48cbe5f 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:00:59 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9271eea0888a96ec49a6bde2c1448b62c8d538bb..fac0c4466795bc194e39653cd93386436c2b50f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:01:03 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:25 PM by AutoGen 5.14
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -64,7 +64,7 @@ extern tUsageProc optionUsage;
  *  ntpsnmpd option static const strings
  */
 static char const ntpsnmpd_opt_strs[1559] =
-/*     0 */ "ntpsnmpd 4.2.7p254\n"
+/*     0 */ "ntpsnmpd 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -103,14 +103,14 @@ static char const ntpsnmpd_opt_strs[1559] =
 /*  1358 */ "no-load-opts\0"
 /*  1371 */ "no\0"
 /*  1374 */ "NTPSNMPD\0"
-/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p254\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
 /*  1488 */ ".ntprc\0"
 /*  1495 */ "$HOME\0"
 /*  1501 */ ".\0"
 /*  1503 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  1537 */ "\n\n\0"
-/*  1540 */ "ntpsnmpd 4.2.7p254";
+/*  1540 */ "ntpsnmpd 4.2.7p255";
 
 /*
  *  nofork option description:
index 34e3090b2cad8aaf9e0a33c0406ac72f52653f33..bd806f845fc63d2c077536f831e4ac87a5230b9e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:01:03 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:25 PM by AutoGen 5.14
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p254"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p254"
+#define NTPSNMPD_VERSION       "4.2.7p255"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3d2c072a31cfc86cfe69eb0c82737a66fda9c137..496afb8a8fb8c9a35868687513495e3a815ddb9e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 07:01:14 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:05:31 PM by AutoGen 5.14
 # 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.7p254
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p255
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 911670517c002469893baf6dfbee0953a1604ded..c58063a27bf525b581274ebaf1a57b952c7a6aab 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:29 PM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b7618f50a1ba8052070c5aa3af7e0ce81f8a7e76..797ba478c801dad6cb9b47ec9390c0478a2da821 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:32 PM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 623320be338d88649ed38a4c6350793c45fafee2..312f9b2d02db2efd742adda8ff99b6c5ab25d7ae 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:29 PM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2a7aa8453103cd6964f1616adad185048e3d5c61..287d3d965ac8424928cfd073d7e41e1fdbb976d4 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:15 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:32 PM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 15acdb9b4d4adb70bee36fde4069a12ef26e48f2..f6e2e460b01c3e07ffd46095347037f7a31f9a29 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=254
+point=255
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index c0a80097f59404fab91513e303051076cc3c0bbc..fe7e0400741bafe5eb794aeb5d2ba3d9942f0bca 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 06:58:58 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:04:34 PM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d9048b1934c2a69db4ff8dbe53241b9f3302454c..3cc43e5a94c3a561646afe38e292d5b80ce041ac 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "29 Jan 2012" "ntp (4.2.7p254)" "User Commands"
+.TH ntp-wait 1ntp-waitman "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:58:55 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:32 PM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index be15e6c135292076426efe89dfb506f5d7e8eade..7a74567ea919b2cfa1e72c0b3e6ceda19d688ae4 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 29, 2012 at 06:58:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:35 PM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4cea322e991eb94552e19877b137848f5730eba4..aa52e2409f8e30c0192238fd65dd58be221d75b9 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.7p254 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p255 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index cb27abe18ab79d5311985d035e122aae2dd4c886..507ca931fe52f98d4c83b64e5a7d454d3f9e8df7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "29 Jan 2012" "ntp (4.2.7p254)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 06:58:55 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:32 PM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b8f547c2812596143ed1c041409d727cb14364c8..fbdd0a01aa3b670ebccd1570cbded9d1b11fccda 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 29, 2012 at 06:58:58 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:35 PM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5e9d644a7448777a8d5f0a40f743c8c2826afcda..f81052f7d42c3bd17fa44440d1f34585eccd45a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:55:27 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:01:38 PM by AutoGen 5.14
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,7 +72,7 @@ extern tUsageProc optionUsage;
  *  sntp option static const strings
  */
 static char const sntp_opt_strs[2613] =
-/*     0 */ "sntp 4.2.7p254\n"
+/*     0 */ "sntp 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -159,7 +159,7 @@ static char const sntp_opt_strs[2613] =
 /*  2357 */ "LOAD_OPTS\0"
 /*  2367 */ "no-load-opts\0"
 /*  2380 */ "SNTP\0"
-/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p254\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ hostname-or-IP ...]\n\0"
 /*  2546 */ ".ntprc\0"
@@ -167,7 +167,7 @@ static char const sntp_opt_strs[2613] =
 /*  2559 */ ".\0"
 /*  2561 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2595 */ "\n\n\0"
-/*  2598 */ "sntp 4.2.7p254";
+/*  2598 */ "sntp 4.2.7p255";
 
 /*
  *  ipv4 option description with
index 41dfaf69292ba19d2b97bcacff6a7b70ff01d3bb..524fc47dce7daeb5fb674bdf8a710e36a9a91205 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 06:55:27 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:01:38 PM by AutoGen 5.14
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p254"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p254"
+#define SNTP_VERSION       "4.2.7p255"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b649ccfb5f70fa7e85d17b276acea02a22577948..60acd05d3a008c054bf0098ad8493534d1f6f117 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 07:01:56 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:06:04 PM by AutoGen 5.14
 # 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.7p254
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p255
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3b12d8a18ddf0853bae1df80bd63a9f8f674e9ed..ae1119e410a691c8256e380934f4b235587f55a6 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH sntp 1sntpman "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:01 PM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d238cde71a5bd586fd4915e1568cdbfae0777171..32b4bce22cd94369b01846e68a4033f11d817c28 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:05 PM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e694d481746450362a5b290fb2a1023055f94b38..88f725612492522804b04531383b1d7ab3ec2b6a 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.7p254 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p255 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_002dusage-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.7p254
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p255
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3c9ba6bcbe00063e1aaa0950ff9af7e94d3aa897..88362ffdce005de854d77fc9b4eb9e646c986d88 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "29 Jan 2012" "4.2.7p254" "User Commands"
+.TH sntp @SNTP_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:53 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:01 PM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 33df331870aae32e720fad7be6792fba2d856340..270a02100bb32a8164525738dc99646a631348bf 100644 (file)
@@ -3,7 +3,7 @@
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:56 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:05 PM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 738d6ee212e7c52c41be1db67b81bb588e3c600f..b8da13d1f0b62a80bc17221c3470b4a48af486c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:01:18 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:34 PM by AutoGen 5.14
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -74,7 +74,7 @@ extern tUsageProc optionUsage;
  *  ntp-keygen option static const strings
  */
 static char const ntp_keygen_opt_strs[2320] =
-/*     0 */ "ntp-keygen (ntp) 4.2.7p254\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p255\n"
             "Copyright (C) 1970-2012 The University of Delaware, 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"
@@ -162,14 +162,14 @@ static char const ntp_keygen_opt_strs[2320] =
 /*  2098 */ "no-load-opts\0"
 /*  2111 */ "no\0"
 /*  2114 */ "NTP_KEYGEN\0"
-/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p254\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p255\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
 /*  2241 */ ".ntprc\0"
 /*  2248 */ "$HOME\0"
 /*  2254 */ ".\0"
 /*  2256 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  2290 */ "\n\n\0"
-/*  2293 */ "ntp-keygen (ntp) 4.2.7p254";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p255";
 
 /*
  *  certificate option description:
index b4f4a48c200f2d92523e48c17464d3f39e4b19b3..9422eabb54a4a1724023936f7ef4a604efc1e653 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 07:01:18 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  January 29, 2012 at 10:05:34 PM by AutoGen 5.14
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -92,8 +92,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p254"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p254"
+#define NTP_KEYGEN_VERSION       "4.2.7p255"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p255"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 437474dd2bc2eae771f3f6b0bdf04d1fbc2d5c36..adf6edf41094f7b9144de35ca0ab6b0cf1b35cd9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 07:01:40 AM by AutoGen 5.14
+# It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
 # 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.7p254
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p255
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index dbddb56e2e063cf7dcb9205b0699f2f5e70d53b0..f718d93196e359c2924f13297f331b10ac72b840 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "29 Jan 2012" "ntp (4.2.7p254)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:36 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:39 PM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 09a59903b20a36cc7525a5b4d87f53898e360ab8..62554b959d0d7efd27f2b307b8f08ab307527b54 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 29, 2012 at 07:01:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e0f0041b3bf824bd67e891aae13eedd59efdd365..91f9ba55dcc9f980f50070b158bc3b49d2091c6b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Jan 2012" "ntp (4.2.7p254)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 07:01:36 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:39 PM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index c8d03f48014df7e6565b19d28be11e0a96d49a11..c6b71adf6d5dff91546ccc1f970ea32b69eab7fb 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 29, 2012 at 07:01:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME