From 7ab0ca7c45fffa45b9c1ceca29cd90cc120099bb Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Wed, 8 Feb 2012 08:33:47 +0000 Subject: [PATCH] NTP_4_2_7P256 bk: 4f32336bDYOI6g4wuq41YQKXHWfZHA --- ChangeLog | 1 + ntpd/ntpd-opts.c | 8 ++++---- ntpd/ntpd-opts.h | 6 +++--- ntpd/ntpd-opts.texi | 4 ++-- ntpd/ntpd.1ntpdman | 4 ++-- ntpd/ntpd.1ntpdmdoc | 4 ++-- ntpd/ntpd.man.in | 4 ++-- ntpd/ntpd.mdoc.in | 4 ++-- ntpdc/ntpdc-opts.c | 8 ++++---- ntpdc/ntpdc-opts.h | 6 +++--- ntpdc/ntpdc-opts.texi | 4 ++-- ntpdc/ntpdc.1ntpdcman | 4 ++-- ntpdc/ntpdc.1ntpdcmdoc | 4 ++-- ntpdc/ntpdc.html | 4 ++-- ntpdc/ntpdc.man.in | 4 ++-- ntpdc/ntpdc.mdoc.in | 4 ++-- ntpq/ntpq-opts.c | 8 ++++---- ntpq/ntpq-opts.h | 6 +++--- ntpq/ntpq-opts.texi | 4 ++-- ntpq/ntpq.1ntpqman | 4 ++-- ntpq/ntpq.1ntpqmdoc | 4 ++-- ntpq/ntpq.man.in | 4 ++-- ntpq/ntpq.mdoc.in | 4 ++-- ntpsnmpd/ntpsnmpd-opts.c | 8 ++++---- ntpsnmpd/ntpsnmpd-opts.h | 6 +++--- ntpsnmpd/ntpsnmpd-opts.texi | 4 ++-- ntpsnmpd/ntpsnmpd.1ntpsnmpdman | 4 ++-- ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc | 4 ++-- ntpsnmpd/ntpsnmpd.man.in | 4 ++-- ntpsnmpd/ntpsnmpd.mdoc.in | 4 ++-- packageinfo.sh | 2 +- scripts/ntp-wait-opts.texi | 2 +- scripts/ntp-wait.1ntp-waitman | 4 ++-- scripts/ntp-wait.1ntp-waitmdoc | 4 ++-- scripts/ntp-wait.html | 2 +- scripts/ntp-wait.man.in | 4 ++-- scripts/ntp-wait.mdoc.in | 4 ++-- sntp/sntp-opts.c | 8 ++++---- sntp/sntp-opts.h | 6 +++--- sntp/sntp-opts.texi | 4 ++-- sntp/sntp.1sntpman | 4 ++-- sntp/sntp.1sntpmdoc | 4 ++-- sntp/sntp.html | 4 ++-- sntp/sntp.man.in | 4 ++-- sntp/sntp.mdoc.in | 4 ++-- util/ntp-keygen-opts.c | 8 ++++---- util/ntp-keygen-opts.h | 6 +++--- util/ntp-keygen-opts.texi | 4 ++-- util/ntp-keygen.1ntp-keygenman | 4 ++-- util/ntp-keygen.1ntp-keygenmdoc | 4 ++-- util/ntp-keygen.man.in | 4 ++-- util/ntp-keygen.mdoc.in | 4 ++-- 52 files changed, 118 insertions(+), 117 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84250ee45..146936c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p256) 2012/02/08 Released by Harlan Stenn * [Bug 2131] Set the system variable settimeofday only after clock step. * [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use. (4.2.7p255) 2012/01/29 Released by Harlan Stenn diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 8c8fab0af..1987fe2f1 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed January 29, 2012 at 10:04:36 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:31:51 AM 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.7p255\n" +/* 0 */ "ntpd 4.2.7p256\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.7p255\n" +/* 2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p256\n" "USAGE: %s [ - [] | --[{=| }] ]... \\\n" "\t\t[ ... ]\n\0" /* 2956 */ "http://bugs.ntp.org, bugs@ntp.org\0" /* 2990 */ "\n\n\0" -/* 2993 */ "ntpd 4.2.7p255"; +/* 2993 */ "ntpd 4.2.7p256"; /* * ipv4 option description with diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 5f4ae0636..05821a8e5 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed January 29, 2012 at 10:04:36 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:31:51 AM 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.7p255" -#define NTPD_FULL_VERSION "ntpd 4.2.7p255" +#define NTPD_VERSION "4.2.7p256" +#define NTPD_FULL_VERSION "ntpd 4.2.7p256" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 11a5e1e1f..cca786148 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed January 29, 2012 at 10:04:56 PM by AutoGen 5.14 +# It has been AutoGen-ed February 8, 2012 at 08:32:16 AM 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.7p255 +ntpd - NTP daemon program - Ver. 4.2.7p256 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1ntpdman b/ntpd/ntpd.1ntpdman index 4003f018f..41d114483 100644 --- a/ntpd/ntpd.1ntpdman +++ b/ntpd/ntpd.1ntpdman @@ -1,8 +1,8 @@ -.TH ntpd 1ntpdman "29 Jan 2012" "4.2.7p255" "User Commands" +.TH ntpd 1ntpdman "08 Feb 2012" "4.2.7p256" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.man) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:52 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:12 AM by AutoGen 5.14 .\" From the definitions ntpd-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpd/ntpd.1ntpdmdoc b/ntpd/ntpd.1ntpdmdoc index 11861f779..8ce703cb7 100644 --- a/ntpd/ntpd.1ntpdmdoc +++ b/ntpd/ntpd.1ntpdmdoc @@ -1,9 +1,9 @@ -.Dd January 29 2012 +.Dd February 8 2012 .Dt NTPD 1ntpdmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:57 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:17 AM by AutoGen 5.14 .\" From the definitions ntpd-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpd/ntpd.man.in b/ntpd/ntpd.man.in index 1d2a11a44..8e50dd5ec 100644 --- a/ntpd/ntpd.man.in +++ b/ntpd/ntpd.man.in @@ -1,8 +1,8 @@ -.TH ntpd @NTPD_MS@ "29 Jan 2012" "4.2.7p255" "User Commands" +.TH ntpd @NTPD_MS@ "08 Feb 2012" "4.2.7p256" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.man) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:52 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:12 AM by AutoGen 5.14 .\" From the definitions ntpd-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpd/ntpd.mdoc.in b/ntpd/ntpd.mdoc.in index 206f5a25f..eefd51f70 100644 --- a/ntpd/ntpd.mdoc.in +++ b/ntpd/ntpd.mdoc.in @@ -1,9 +1,9 @@ -.Dd January 29 2012 +.Dd February 8 2012 .Dt NTPD @NTPD_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:57 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:17 AM by AutoGen 5.14 .\" From the definitions ntpd-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index baf07a740..b74a3f6f7 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed January 29, 2012 at 10:05:04 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:32:22 AM 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.7p255\n" +/* 0 */ "ntpdc 4.2.7p256\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.7p255\n" +/* 1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p256\n" "USAGE: %s [ - [] | --[{=| }] ]... [ 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.7p255"; +/* 1844 */ "ntpdc 4.2.7p256"; /* * ipv4 option description with diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 0d156106d..4375d755b 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed January 29, 2012 at 10:05:04 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:32:22 AM 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.7p255" -#define NTPDC_FULL_VERSION "ntpdc 4.2.7p255" +#define NTPDC_VERSION "4.2.7p256" +#define NTPDC_FULL_VERSION "ntpdc 4.2.7p256" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index c2acd938a..8d47ed1ce 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed January 29, 2012 at 10:05:14 PM by AutoGen 5.14 +# It has been AutoGen-ed February 8, 2012 at 08:32:31 AM 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.7p255 +ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p256 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1ntpdcman b/ntpdc/ntpdc.1ntpdcman index 8866e6910..2a2b09fd5 100644 --- a/ntpdc/ntpdc.1ntpdcman +++ b/ntpdc/ntpdc.1ntpdcman @@ -1,8 +1,8 @@ -.TH ntpdc 1ntpdcman "29 Jan 2012" "4.2.7p255" "User Commands" +.TH ntpdc 1ntpdcman "08 Feb 2012" "4.2.7p256" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.man) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:05:10 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:27 AM by AutoGen 5.14 .\" From the definitions ntpdc-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpdc/ntpdc.1ntpdcmdoc b/ntpdc/ntpdc.1ntpdcmdoc index 960d877b0..de57e3c40 100644 --- a/ntpdc/ntpdc.1ntpdcmdoc +++ b/ntpdc/ntpdc.1ntpdcmdoc @@ -1,9 +1,9 @@ -.Dd January 29 2012 +.Dd February 8 2012 .Dt NTPDC 1ntpdcmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:05:14 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:32:32 AM by AutoGen 5.14 .\" From the definitions ntpdc-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpdc/ntpdc.html b/ntpdc/ntpdc.html index 62ba13919..0f686f620 100644 --- a/ntpdc/ntpdc.html +++ b/ntpdc/ntpdc.html @@ -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. -

This document applies to version 4.2.7p255 of ntpdc. +

This document applies to version 4.2.7p256 of ntpdc.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -116,7 +116,7 @@ Up: ntpdc Invocation

This is the automatically generated usage text for ntpdc: -

ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p255
+
ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p256
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpdc/ntpdc.man.in b/ntpdc/ntpdc.man.in
index 64953daed..d90afedaa 100644
--- a/ntpdc/ntpdc.man.in
+++ b/ntpdc/ntpdc.man.in
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH ntpdc @NTPDC_MS@ "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:10 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:27 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpdc/ntpdc.mdoc.in b/ntpdc/ntpdc.mdoc.in
index b7ae9b742..9964394fb 100644
--- a/ntpdc/ntpdc.mdoc.in
+++ b/ntpdc/ntpdc.mdoc.in
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:14 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:32 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index 3a1e8cd48..706b2f072 100644
--- a/ntpq/ntpq-opts.c
+++ b/ntpq/ntpq-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:15 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:32:33 AM 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.7p255\n"
+/*     0 */ "ntpq 4.2.7p256\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.7p255\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p256\n"
             "USAGE:  %s [ - [] | --[{=| }] ]... [ host ...]\n\0"
 /*  1767 */ ".ntprc\0"
 /*  1774 */ "$HOME\0"
 /*  1780 */ ".\0"
 /*  1782 */ "http://bugs.ntp.org, bugs@ntp.org\0"
-/*  1816 */ "ntpq 4.2.7p255";
+/*  1816 */ "ntpq 4.2.7p256";
 
 /*
  *  ipv4 option description with
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index 298e90f76..389581245 100644
--- a/ntpq/ntpq-opts.h
+++ b/ntpq/ntpq-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:15 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:32:32 AM 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.7p255"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p255"
+#define NTPQ_VERSION       "4.2.7p256"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p256"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi
index b35289154..1d8eb1671 100644
--- a/ntpq/ntpq-opts.texi
+++ b/ntpq/ntpq-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
+# It has been AutoGen-ed  February  8, 2012 at 08:32:52 AM 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.7p255
+ntpq - standard NTP query program - Ver. 4.2.7p256
 USAGE:  ntpq [ - [] | --[@{=| @}] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpq/ntpq.1ntpqman b/ntpq/ntpq.1ntpqman
index 22ef0b87d..7d2643961 100644
--- a/ntpq/ntpq.1ntpqman
+++ b/ntpq/ntpq.1ntpqman
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH ntpq 1ntpqman "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:21 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpq/ntpq.1ntpqmdoc b/ntpq/ntpq.1ntpqmdoc
index 4d0bc8fb7..ab080cf2f 100644
--- a/ntpq/ntpq.1ntpqmdoc
+++ b/ntpq/ntpq.1ntpqmdoc
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpq/ntpq.man.in b/ntpq/ntpq.man.in
index 5f1d4b7a5..534c2a0af 100644
--- a/ntpq/ntpq.man.in
+++ b/ntpq/ntpq.man.in
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH ntpq @NTPQ_MS@ "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:21 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpq/ntpq.mdoc.in b/ntpq/ntpq.mdoc.in
index dc3bc0a0b..2834723b4 100644
--- a/ntpq/ntpq.mdoc.in
+++ b/ntpq/ntpq.mdoc.in
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:24 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:53 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index fac0c4466..7bbdd9c20 100644
--- a/ntpsnmpd/ntpsnmpd-opts.c
+++ b/ntpsnmpd/ntpsnmpd-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:25 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:32:53 AM 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.7p255\n"
+/*     0 */ "ntpsnmpd 4.2.7p256\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.7p255\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p256\n"
             "USAGE:  %s [ - [] | --[{=| }] ]...\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.7p255";
+/*  1540 */ "ntpsnmpd 4.2.7p256";
 
 /*
  *  nofork option description:
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index bd806f845..96135ca65 100644
--- a/ntpsnmpd/ntpsnmpd-opts.h
+++ b/ntpsnmpd/ntpsnmpd-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:25 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:32:53 AM 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.7p255"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p255"
+#define NTPSNMPD_VERSION       "4.2.7p256"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p256"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi
index 496afb8a8..57d5f7d4a 100644
--- a/ntpsnmpd/ntpsnmpd-opts.texi
+++ b/ntpsnmpd/ntpsnmpd-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 10:05:31 PM by AutoGen 5.14
+# It has been AutoGen-ed  February  8, 2012 at 08:32:59 AM 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.7p255
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p256
 USAGE:  ntpsnmpd [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
index c58063a27..057734705 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:29 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
index 797ba478c..8144f3f9d 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:32 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:00 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd.man.in b/ntpsnmpd/ntpsnmpd.man.in
index 312f9b2d0..7177279e6 100644
--- a/ntpsnmpd/ntpsnmpd.man.in
+++ b/ntpsnmpd/ntpsnmpd.man.in
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:29 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:32:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.mdoc.in b/ntpsnmpd/ntpsnmpd.mdoc.in
index 287d3d965..93f063d3f 100644
--- a/ntpsnmpd/ntpsnmpd.mdoc.in
+++ b/ntpsnmpd/ntpsnmpd.mdoc.in
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:32 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:00 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/packageinfo.sh b/packageinfo.sh
index f6e2e460b..a7f5689cf 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=255
+point=256
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
diff --git a/scripts/ntp-wait-opts.texi b/scripts/ntp-wait-opts.texi
index fe7e04007..4716bcb32 100644
--- a/scripts/ntp-wait-opts.texi
+++ b/scripts/ntp-wait-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 10:04:34 PM by AutoGen 5.14
+# It has been AutoGen-ed  February  8, 2012 at 08:31:48 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
diff --git a/scripts/ntp-wait.1ntp-waitman b/scripts/ntp-wait.1ntp-waitman
index 3cc43e5a9..00fd95fe4 100644
--- a/scripts/ntp-wait.1ntp-waitman
+++ b/scripts/ntp-wait.1ntp-waitman
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
+.TH ntp-wait 1ntp-waitman "08 Feb 2012" "ntp (4.2.7p256)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:32 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:31:46 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/scripts/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait.1ntp-waitmdoc
index 7a74567ea..f8b039fb5 100644
--- a/scripts/ntp-wait.1ntp-waitmdoc
+++ b/scripts/ntp-wait.1ntp-waitmdoc
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:04:35 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:31:49 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/scripts/ntp-wait.html b/scripts/ntp-wait.html
index aa52e2409..16bf4addc 100644
--- a/scripts/ntp-wait.html
+++ b/scripts/ntp-wait.html
@@ -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.
 
-  

This document applies to version 4.2.7p255 of ntp-wait. +

This document applies to version 4.2.7p256 of ntp-wait.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. diff --git a/scripts/ntp-wait.man.in b/scripts/ntp-wait.man.in index 507ca931f..636d02fbc 100644 --- a/scripts/ntp-wait.man.in +++ b/scripts/ntp-wait.man.in @@ -1,8 +1,8 @@ -.TH ntp-wait @NTP_WAIT_MS@ "29 Jan 2012" "ntp (4.2.7p255)" "User Commands" +.TH ntp-wait @NTP_WAIT_MS@ "08 Feb 2012" "ntp (4.2.7p256)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.man) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:32 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:31:46 AM by AutoGen 5.14 .\" From the definitions ntp-wait-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/scripts/ntp-wait.mdoc.in b/scripts/ntp-wait.mdoc.in index fbdd0a01a..ddaf74011 100644 --- a/scripts/ntp-wait.mdoc.in +++ b/scripts/ntp-wait.mdoc.in @@ -1,9 +1,9 @@ -.Dd January 29 2012 +.Dd February 8 2012 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:04:35 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:31:49 AM by AutoGen 5.14 .\" From the definitions ntp-wait-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index f81052f7d..9a7f35ef4 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed January 29, 2012 at 10:01:38 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:33:10 AM 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.7p255\n" +/* 0 */ "sntp 4.2.7p256\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.7p255\n" +/* 2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p256\n" "USAGE: %s [ - [] | --[{=| }] ]... \\\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.7p255"; +/* 2598 */ "sntp 4.2.7p256"; /* * ipv4 option description with diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 524fc47dc..48b9287d1 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed January 29, 2012 at 10:01:38 PM by AutoGen 5.14 + * It has been AutoGen-ed February 8, 2012 at 08:33:10 AM 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.7p255" -#define SNTP_FULL_VERSION "sntp 4.2.7p255" +#define SNTP_VERSION "4.2.7p256" +#define SNTP_FULL_VERSION "sntp 4.2.7p256" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 60acd05d3..d22009b89 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed January 29, 2012 at 10:06:04 PM by AutoGen 5.14 +# It has been AutoGen-ed February 8, 2012 at 08:33:26 AM 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.7p255 +sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p256 USAGE: sntp [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description diff --git a/sntp/sntp.1sntpman b/sntp/sntp.1sntpman index ae1119e41..b364d4d5d 100644 --- a/sntp/sntp.1sntpman +++ b/sntp/sntp.1sntpman @@ -1,8 +1,8 @@ -.TH sntp 1sntpman "29 Jan 2012" "4.2.7p255" "User Commands" +.TH sntp 1sntpman "08 Feb 2012" "4.2.7p256" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (sntp-opts.man) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:06:01 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:33:24 AM by AutoGen 5.14 .\" From the definitions sntp-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/sntp/sntp.1sntpmdoc b/sntp/sntp.1sntpmdoc index 32b4bce22..ee522d8ed 100644 --- a/sntp/sntp.1sntpmdoc +++ b/sntp/sntp.1sntpmdoc @@ -1,9 +1,9 @@ -.Dd January 29 2012 +.Dd February 8 2012 .Dt SNTP 1sntpmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc) .\" -.\" It has been AutoGen-ed January 29, 2012 at 10:06:05 PM by AutoGen 5.14 +.\" It has been AutoGen-ed February 8, 2012 at 08:33:27 AM by AutoGen 5.14 .\" From the definitions sntp-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/sntp/sntp.html b/sntp/sntp.html index 88f725612..23f919b64 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -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. -

This document applies to version 4.2.7p255 of sntp. +

This document applies to version 4.2.7p256 of sntp.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -162,7 +162,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p255
+
sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p256
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
diff --git a/sntp/sntp.man.in b/sntp/sntp.man.in
index 88362ffdc..f3da2c8c5 100644
--- a/sntp/sntp.man.in
+++ b/sntp/sntp.man.in
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "29 Jan 2012" "4.2.7p255" "User Commands"
+.TH sntp @SNTP_MS@ "08 Feb 2012" "4.2.7p256" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:01 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:24 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/sntp/sntp.mdoc.in b/sntp/sntp.mdoc.in
index 270a02100..266d5a148 100644
--- a/sntp/sntp.mdoc.in
+++ b/sntp/sntp.mdoc.in
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:06:05 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:27 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index b8da13d1f..c61cbbfa5 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:34 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:33:01 AM 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.7p255\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p256\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.7p255\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p256\n"
             "USAGE:  %s [ - [] | --[{=| }] ]...\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.7p255";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p256";
 
 /*
  *  certificate option description:
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index 9422eabb5..9a5b0db54 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 29, 2012 at 10:05:34 PM by AutoGen 5.14
+ *  It has been AutoGen-ed  February  8, 2012 at 08:33:01 AM 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.7p255"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p255"
+#define NTP_KEYGEN_VERSION       "4.2.7p256"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p256"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi
index adf6edf41..d25232904 100644
--- a/util/ntp-keygen-opts.texi
+++ b/util/ntp-keygen-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
+# It has been AutoGen-ed  February  8, 2012 at 08:33:09 AM 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.7p255
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p256
 USAGE:  ntp-keygen [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
diff --git a/util/ntp-keygen.1ntp-keygenman b/util/ntp-keygen.1ntp-keygenman
index f718d9319..6fbb97638 100644
--- a/util/ntp-keygen.1ntp-keygenman
+++ b/util/ntp-keygen.1ntp-keygenman
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "08 Feb 2012" "ntp (4.2.7p256)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:39 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:05 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/util/ntp-keygen.1ntp-keygenmdoc b/util/ntp-keygen.1ntp-keygenmdoc
index 62554b959..bf5146115 100644
--- a/util/ntp-keygen.1ntp-keygenmdoc
+++ b/util/ntp-keygen.1ntp-keygenmdoc
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:09 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/util/ntp-keygen.man.in b/util/ntp-keygen.man.in
index 91f9ba55d..55b50bc02 100644
--- a/util/ntp-keygen.man.in
+++ b/util/ntp-keygen.man.in
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "29 Jan 2012" "ntp (4.2.7p255)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "08 Feb 2012" "ntp (4.2.7p256)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:39 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:05 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/util/ntp-keygen.mdoc.in b/util/ntp-keygen.mdoc.in
index c6b71adf6..512018f82 100644
--- a/util/ntp-keygen.mdoc.in
+++ b/util/ntp-keygen.mdoc.in
@@ -1,9 +1,9 @@
-.Dd January 29 2012
+.Dd February 8 2012
 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 29, 2012 at 10:05:43 PM by AutoGen 5.14
+.\"  It has been AutoGen-ed  February  8, 2012 at 08:33:09 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
-- 
2.47.3