]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P295
authorHarlan Stenn <stenn@ntp.org>
Sat, 11 Aug 2012 11:33:27 +0000 (11:33 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 11 Aug 2012 11:33:27 +0000 (11:33 +0000)
bk: 50264307sfsvWuMhkWuanyLxnzWZjA

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 503f4295c4ac5635d1b5a50c338476024a79646b..3f7059606bc9c159761790a9a0c45251406f3418 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p295) 2012/08/11 Released by Harlan Stenn <stenn@ntp.org>
 * Look for syslog's facilitynames[].
 (4.2.7p294) 2012/08/08 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2242] configure fails to detect getifaddrs function on Solaris.
index 4302fa832102cbc3e92ca089bdd7d54aa904b272..d818e1e3b4dec73448cf817dfa3d739f00f2bb8e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:36:16 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:30:29 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[3053] =
-/*     0 */ "ntpd 4.2.7p294\n"
+/*     0 */ "ntpd 4.2.7p295\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"
@@ -198,12 +198,12 @@ static char const ntpd_opt_strs[3053] =
 /*  2819 */ "Output version information and exit\0"
 /*  2855 */ "version\0"
 /*  2863 */ "NTPD\0"
-/*  2868 */ "ntpd - NTP daemon program - Ver. 4.2.7p294\n"
+/*  2868 */ "ntpd - NTP daemon program - Ver. 4.2.7p295\n"
             "USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
             "\t\t[ <server1> ... <serverN> ]\n\0"
 /*  3001 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  3035 */ "\n\n\0"
-/*  3038 */ "ntpd 4.2.7p294";
+/*  3038 */ "ntpd 4.2.7p295";
 
 /*
  *  ipv4 option description with
index 0017a4775f31cc74157242c020246ba1d2039496..b351de7150c6b59457bfacb11770a566107c6e10 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:36:16 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:30:29 AM by AutoGen 5.14
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -104,8 +104,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    37
-#define NTPD_VERSION       "4.2.7p294"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p294"
+#define NTPD_VERSION       "4.2.7p295"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3e4dbd8ed0f913f730fd8876516e85875ca8820d..04c6a3769ae2b79f9efc36593fc9456d88df9671 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:36:51 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:31:48 AM by AutoGen 5.14
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p294
+ntpd - NTP daemon program - Ver. 4.2.7p295
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 875fdb314dda1bbbae24c8a1381c950af1120f52..368a5ba86bf4d38da2bb27416500ab2216e4541e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpd 1ntpdman "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:36:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:31:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e81030d37b49e44850bce6b25df6fd6649a05835..dd74b5065cae772340f24e216e2af903ecc15f6d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:36:52 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:31:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ae6585aa418c32d852c0c1ef7f32f0bc482dc975..00799d4ca98d76f8cd5d64cf5c216e9f90013e07 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpd @NTPD_MS@ "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:36:48 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:31:44 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 78d8c3d6964ecfbf21ba619153088a6bd688f2a1..0b7154ef7a25152357f664c7b0133b26d0352027 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:36:52 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:31:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f2ce8f43df66977e8522897207a1a6fdd8c3a8aa..182868a932a53b3dffb941c551d8cd2f9180e2b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:36:58 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:31:53 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.7p294\n"
+/*     0 */ "ntpdc 4.2.7p295\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.7p294\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p295\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.7p294";
+/*  1844 */ "ntpdc 4.2.7p295";
 
 /*
  *  ipv4 option description with
index 6e37bfdd3bb3e25ebf20b222e7a9e9bc0e7fdb46..aabca59abdb39f2034c4ffb577a052d1854c2c57 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:36:58 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:31:53 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.7p294"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p294"
+#define NTPDC_VERSION       "4.2.7p295"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7e513396bc50a206cfea453f92f4ab04dc7f6e32..025a2a14b88104eb758726990aaf724dd1ed370d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:37:04 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:32:06 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.7p294
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p295
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e0df343dcefa1bc4a57a6b75985cebc4e36b62a6..65bc3a01fc2dd33ddfe06755aae4a67acc989397 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpdc 1ntpdcman "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:03 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6ad5d2724feb9946111a9857ad7091f95b79090b..e3b7ed0859eab73cabdf8de7611b6ed5a77ef797 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:07 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index baa0fa06eeaa02c567a049eb2faee984b416dcea..458e90b81af2b07215c294334010e487ba0743fe 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.7p294 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p295 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.7p294
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p295
 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 254d6b5b341d517ea50dfea3167fbbfca038589b..574e1b171e36740b9c629a1fad72095c758f29fb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpdc @NTPDC_MS@ "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:01 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:03 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 15419faf39c47d4a66e44040a45c7cc81781784f..49f09ba3940386f1755a8144154024af772fa69e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:04 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:07 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1d4bb2a23b473610252977bdd55f5d0321215c0a..6964f2241b166066a6abca51ff65ae103d828aae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:08 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.7p294\n"
+/*     0 */ "ntpq 4.2.7p295\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.7p294\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p295\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.7p294";
+/*  1816 */ "ntpq 4.2.7p295";
 
 /*
  *  ipv4 option description with
index 64de711e3ecd5e580e94701bc5119db500d9c814..4c6900448077749e27528aaccb84f9786a1ef25e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:05 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:08 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.7p294"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p294"
+#define NTPQ_VERSION       "4.2.7p295"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c4693bde6f72f1f0f16e436c4a79bed4f55fdf7a..1d74c1ea6d283827c6f61f107af3fca80db22dec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:37:13 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:32:33 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.7p294
+ntpq - standard NTP query program - Ver. 4.2.7p295
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c9050186a4c2f157ee2e60575ba7e80d5e598bba..167eb496ee9272697a6170a5f61122218ce1d948 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpq 1ntpqman "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:11 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d8f3399b1aca94e0b81acf9d080d8eb41b4d4e6b..25de69f67ed86fd6db8012c2b628f4eac2cd344e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:34 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dd6263a036d1f35e1051cb1bae7985935f3188bd..606d121dc8109d5aed54af672f8e4e85be82e372 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpq @NTPQ_MS@ "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:11 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:31 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2443c7c015ae4889bf60f69f7996fc5bcbb9d216..659160cce9eb6ea6debb2168e71c722eead3af98 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:34 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index be109407a87e3d1c7930d1992bab4ab7574c1a4f..7b3864cc1e2cfa93346f8c02087b13ba0978b228 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:15 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:35 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.7p294\n"
+/*     0 */ "ntpsnmpd 4.2.7p295\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.7p294\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p295\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.7p294";
+/*  1540 */ "ntpsnmpd 4.2.7p295";
 
 /*
  *  nofork option description:
index 46a10faf327324f8d75c5ebbdc3c6bca6e283355..57b55ef42cc9fa3d6a5bff46844fc24bd801ab95 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:14 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:35 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.7p294"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p294"
+#define NTPSNMPD_VERSION       "4.2.7p295"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 621b6558a1f64f4a47192bd5be2399e5b056906f..46e345d8095db44c9a84afa04abbf3b0e864d0c8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:37:21 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:32:41 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.7p294
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p295
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 3c37362a7132438207c1e74f4d4f6df37e518579..ed1c98251e7165babc3cc66d3ef9934274867a68 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:19 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:39 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index de1bdf63e4a81ce701fbea5700276712854357c1..49136843adeaf0264b7dfcf03889bfe00175099c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:22 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:42 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 032f989a82c7712fcbb6523eaff46e5fe9c7fc45..672dd50d2d294fb68d49fbe285a72c2ca440af9d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:19 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:39 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 9e47eb6230cdfb6d0fcc3c4adcaacf0b7564a7cc..1246c262c6e2294a52bd8f9b108c88f643ed6971 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:22 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:42 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bb6c3fb3f80a005d27b8bd1d53bc155ab844da8d..c01f62fa73ae91082349d544fe30958de31a1a05 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=294
+point=295
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index dd5212d84eabf064452a63c8fc0c6935f8ba77a4..f9592ab355e34f5c9f9d1950448db6abf9265367 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:35:39 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:29:48 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,19 @@ This is the automatically generated usage text for ntp-wait:
 
 @exampleindent 0
 @example
-ntp-wait is unavailable - no --help
+/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 @end example
 @exampleindent 4
 
index e4f87e2113cec4cff2c64acab616c5c42a2d560b..d44542ebe009b769abc10697032519b9f0ed7ae4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "08 Aug 2012" "ntp (4.2.7p294)" "User Commands"
+.TH ntp-wait 1ntp-waitman "11 Aug 2012" "ntp (4.2.7p295)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:35:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:29:45 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 38157dd7c5d733f63736b1a1abb04dcbeff7bf6f..8fc8a05f2ef2a88b46341dceb878a56ef42a8721 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 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  August  8, 2012 at 11:35:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:29:49 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6166864a0f3499ea5ce3199718e24833cb9e4df0..b530b084b83886c9f4c78ec3e308faf2fe0c8d7c 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.7p294 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p295 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -109,7 +109,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntp_002dwait-Invocation">ntp-wait Invo
 <p><a name="index-ntp_002dwait_002dusage-3"></a>
 This is the automatically generated usage text for ntp-wait:
 
-<pre class="example">ntp-wait is unavailable - no --help
+<pre class="example">/deacon/backroom/snaps/ntp-dev/A.snap/scripts/ntp-wait version [unknown] calling Getopt::Std::getopts (version 1.05 [paranoid]),
+running under Perl version 5.8.8.
+
+Usage: ntp-wait [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]
+
+The following single-character options are accepted:
+        With arguments: -n -s
+        Boolean (without arguments): -v
+
+Options may be merged together.  -- stops processing of options.
+Space is not required between options and their arguments.
+  [Now continuing due to backward compatibility and excessive paranoia.
+   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]
 </pre>
   <div class="node">
 <p><hr>
index 6d8e62fadb305a9d6d6a8b854a2f1b0bbdc0b2b3..2aca04bebbad34a502075dbe4b06b9e1c4c659c4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "08 Aug 2012" "ntp (4.2.7p294)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "11 Aug 2012" "ntp (4.2.7p295)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:35:37 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:29:45 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0bf65562b35e72ebec874c2f9b22dcdf369adcae..cd223edfed84fffef70a4e52a70e0224137b5b0a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 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  August  8, 2012 at 11:35:40 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:29:49 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a208d96497ac3a4c166907affaaa0c7722dbbaf6..723a43a07310a4a31dd3c1cb64c7eff996ff44a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:29:19 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:22:25 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.7p294\n"
+/*     0 */ "sntp 4.2.7p295\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.7p294\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p295\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.7p294";
+/*  2598 */ "sntp 4.2.7p295";
 
 /*
  *  ipv4 option description with
index 1a5d18b965d722819def3f3c554a5880881239ab..5fe225c6b3da3fcb3f88e12010e3977a8384aa01 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:29:19 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:22:24 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.7p294"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p294"
+#define SNTP_VERSION       "4.2.7p295"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d537f98dc4ef92b469cc5e0f50d7d1de29a73a72..40b2d520e7f36e49e6deb24b2ba96cbf1bef6dd1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:37:43 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:33:04 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.7p294
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p295
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0a1477532bdf51f02bb19ed502ddfe076bc9fa32..887b9dd53f10d359ca4d81aca517b428eca1587c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH sntp 1sntpman "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:33:01 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4ccfa090cd8195cc572fa86af1ddafaf305ed1db..fc3444aa1c9da391ee2fb944d4ef19580410214a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:44 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:33:04 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a209c52c40f0e5bd1347b3efeaed7b73a732717f..66cb53ecae664925ad67a852d7bf3e17cba4d84e 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.7p294 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p295 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.7p294
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p295
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1b91d83b00b85f2b1d634adaf663658c4b503567..59ab36fd42ede58db2924115a3a61812f025debe 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "08 Aug 2012" "4.2.7p294" "User Commands"
+.TH sntp @SNTP_MS@ "11 Aug 2012" "4.2.7p295" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:41 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:33:01 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e902c21f102dbffcf8b63c28c1f0b79657f78358..4cbabf7a88f1a6b5fd40f0e197d4a1e86ce224e6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:44 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:33:04 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6042df930930e09d4817f1441cc2a86e1e3b778a..02654f7045e96e20f6bacb630805c9828971c828 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:24 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:43 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.7p294\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p295\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.7p294\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p295\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.7p294";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p295";
 
 /*
  *  certificate option description:
index 5f5778b3f6b701ae4c4ad99add9b7313292c3930..bc00c1a81ce3be46f4b9d616bcf7828bc05dae08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  8, 2012 at 11:37:24 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  August 11, 2012 at 11:32:43 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.7p294"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p294"
+#define NTP_KEYGEN_VERSION       "4.2.7p295"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p295"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1143a68005cf45752a57f706a5a2f24f0b068c59..57166709db6acdcd274fa0da11f670bfeccb8083 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  8, 2012 at 11:37:32 AM by AutoGen 5.14
+# It has been AutoGen-ed  August 11, 2012 at 11:32:53 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.7p294
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p295
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index ca6086d2642bf37e675120cb24cd1f7d38c207cf..92dc85e8239fe5d64e60d9e070b5d95f7f686297 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "08 Aug 2012" "ntp (4.2.7p294)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "11 Aug 2012" "ntp (4.2.7p295)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:28 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:50 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index da73249e2c342ca8bdb621c220be62d8a4b62f7b..36e2532977c70880ab6ea2de39a5b518befd431e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 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  August  8, 2012 at 11:37:32 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:54 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0096cfff041d85987b6bb944f7078f14e8ae9bed..955f274e6f52afb7ae723b9f1393c8b9b95956a4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "08 Aug 2012" "ntp (4.2.7p294)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "11 Aug 2012" "ntp (4.2.7p295)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  8, 2012 at 11:37:28 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:50 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4ff014b95622b9efe58297eda7c1aee8d2cf268e..e82bfab20e692b1786baffbc70b7e2cfc37fbd2e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 8 2012
+.Dd August 11 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  August  8, 2012 at 11:37:32 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  August 11, 2012 at 11:32:54 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME