]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P273 NTP_4_2_7P273
authorHarlan Stenn <stenn@ntp.org>
Thu, 19 Apr 2012 05:43:39 +0000 (05:43 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 19 Apr 2012 05:43:39 +0000 (05:43 +0000)
bk: 4f8fa60bosilN2EyitrmleeQAThaXw

53 files changed:
ChangeLog
libntp/Makefile.am
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 95336de4f294f5744bc48bbea4c77c6c8bd99571..dc64d1a331129db0935f72d5430a02705ab70987 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p273) 2012/04/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2141] handle_sigio() calls get_systime(), which must be
   reentrant when SIGIO is used.  Sanity checks relative to the prior
   get_systime() are disabled in ntpd on systems with signaled I/O, but
index 9a25fd23a455b0409a59d1d2251fab9c249b4438..2190310281111c28ac96cb0c2df11eb600e33d9c 100644 (file)
@@ -122,8 +122,7 @@ EXTRA_DIST = README
 # need to rebuild systime_s.o for a newer systime.c without an explicit
 # dependency.
 
-$(srcdir)/systime_s.c: $(srcdir)/systime.c
-       @: do-nothing action to avoid default SCCS get
+systime_s.$(OBJEXT): $(srcdir)/systime.c
 
 include $(top_srcdir)/depsver.mf
 include $(top_srcdir)/includes.mf
index 8673031c64b5b79e8164ccf7d0c8869eb06a6321..93fc4d31a10dab8eb9dbcd8340b004b87012248c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:41:54 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 03:49: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[3008] =
-/*     0 */ "ntpd 4.2.7p272\n"
+/*     0 */ "ntpd 4.2.7p273\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.7p272\n"
+/*  2823 */ "ntpd - NTP daemon program - Ver. 4.2.7p273\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.7p272";
+/*  2993 */ "ntpd 4.2.7p273";
 
 /*
  *  ipv4 option description with
index 7bb2513ab9669fde86722fbb391a3376203bd17f..58d6ba27b8c5a2b866b77d4f51477ad75334bae5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:41:53 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 03:49:29 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.7p272"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p272"
+#define NTPD_VERSION       "4.2.7p273"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 925c95fda15fb40cf874581306b88b1475873e0f..906455e750841c331efb6ae1f0d43b60469fcba0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:42:12 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 04:07:25 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.7p272
+ntpd - NTP daemon program - Ver. 4.2.7p273
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index beb72d51a2c6a6e9c5919134b6ece97a115c2ab3..28a3a6888f7cb222eb7b126b7be5119f80e0a333 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpd 1ntpdman "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 61f2215b212310a4df5ffe1f1d99b0d9e6d9a684..a669e1651a7b8cc8a3a449a61a6be0a557aff93f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e896d4b9485fe2e679e76ebb9b8b2ed22175fa79..f4359059fcc67aed9441795705a76fe6419de263 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpd @NTPD_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:09 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:23 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f1f8f8dc10025d69e7355a9e823e3b5523fb3361..3cb0b7a1aeefa4cbe4c6c2ae73c9e314d12fd394 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:12 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:26 AM by AutoGen 5.14
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 50015cc540019925dd799f5d9a552599ea48501c..f1382dbc2f016196e4ea53606dbcc0a9a57c8dd5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:17 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:07:31 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.7p272\n"
+/*     0 */ "ntpdc 4.2.7p273\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.7p272\n"
+/*  1660 */ "ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p273\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.7p272";
+/*  1844 */ "ntpdc 4.2.7p273";
 
 /*
  *  ipv4 option description with
index 916017b5840e508f50cf6b1fc26ba4c7b4327174..09c5acca38f853bef65f2bd222c433c739210c20 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:17 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:07:31 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.7p272"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p272"
+#define NTPDC_VERSION       "4.2.7p273"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db8c3e207b170fc449267e22845e0c4ace8f7cb7..b3fd6864210d775551cd577c73cfd5687dcee1e2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:42:29 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 04:07:47 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.7p272
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p273
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8a19549b4e3238b58f21a23ad29f77b83bb50d71..3dbedf15275d6b74814fa59270a501838ba490b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpdc 1ntpdcman "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:45 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 20db61fa7ba5179d5c94978192b5e62e9067694a..7001c5a5f3913162304aa4e9a809802778003fed 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:30 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fae173fa0ee7950a527ddabfdce83c309cc439ad..28c54e88f352e810468ffbb412cf4e080f20c338 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.7p272 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p273 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.7p272
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p273
 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 abef8574ef9da4879e7127cf09f61b65955e6efd..60613e13066653f086ceb2bf9bfe74da22a97f4b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpdc @NTPDC_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:27 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:45 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e73ec76fe68f5e6d7c64b5980a8cde5fc33ef36d..789640da83b924bb211648e4a74f065008d1ad2f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:30 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:07:48 AM by AutoGen 5.14
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d030a19807e678b26dfc0a7ec79677b336dd208a..6ac769ce64db9efb50520fff880d6190004e9569 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:31 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:07:48 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.7p272\n"
+/*     0 */ "ntpq 4.2.7p273\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.7p272\n"
+/*  1646 */ "ntpq - standard NTP query program - Ver. 4.2.7p273\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.7p272";
+/*  1816 */ "ntpq 4.2.7p273";
 
 /*
  *  ipv4 option description with
index 9b1ee765e4427907ba943feb77f40424a5843693..8598fc50a4e763d1aff62652f61949af9a4f98e3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:31 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:07:48 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.7p272"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p272"
+#define NTPQ_VERSION       "4.2.7p273"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a25e95cce25eba124649200c1d05814ce961fe78..9e81bed8db8a2867cae033524d7d66afcc274140 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:42:44 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 04:08:05 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.7p272
+ntpq - standard NTP query program - Ver. 4.2.7p273
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 890cf7f8a331962378e826a5d95d7295d2f8b0a1..77a771e12c4ffb0a00b3e1a97d451b45cbec932e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpq 1ntpqman "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:02 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 59c414a8fd1f2bb89f921ecd0cdf76f8754812ad..6731962a5744c88fb5a57a65cd8f3c2535a1e80f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9345c4ecf498982bbe18c5865221da37c74c948d..3f770cdcece9d7e817b44d35b651e4647e973040 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpq @NTPQ_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:42 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:02 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 375acaaa395fc564df072faa140859346d21c45b..9e92da970fe9d2166be3fe54976b88eddfa3218e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:45 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 04:08:05 AM by AutoGen 5.14
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 923aee6443907760433412cae9eb17a05ae9d2be..4558c5cb28571c631299f236b2f07416325ecaab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:45 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:08:06 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.7p272\n"
+/*     0 */ "ntpsnmpd 4.2.7p273\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.7p272\n"
+/*  1383 */ "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p273\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.7p272";
+/*  1540 */ "ntpsnmpd 4.2.7p273";
 
 /*
  *  nofork option description:
index 737f7f7c756084aff5001d3cdc93ff603a012a46..504d2f4d4ec3786d0a73020abe8477eabea88e83 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:45 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 04:08:06 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.7p272"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p272"
+#define NTPSNMPD_VERSION       "4.2.7p273"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8b948e151a9ccb850185a480174001c2bc4ed91b..24b212482f878ef24f1b05959e32965def497d0b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:42:52 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 01:41:57 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.7p272
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p273
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 00f12cd145c953a2445c07543c1a2066ecce7270..57736e9c9b1a2cea5e3401416faf93020271343e 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:50 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:54 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 40c1f90962788258392df519b23efa4b354b34dc..c5a8951fe4d88b0555bef6fd03d4b74fb6f77476 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 70af223c4e3bac7ea83d4bf4b68fbf45bb949f44..70fce97fae4bb3ca4a73ad5dae1395498459d76a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:50 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:54 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8c22111dcd1e2decfcf3dd883d2fa326df1013b9..347202d6fcd22cd12b6fcd1034e6a57811087979 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:42:54 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:41:57 AM by AutoGen 5.14
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ce1da535e66df3ee4df516d0cdb87a8e683bef19..ccf722572af9f5ec60c151d2aa0dea39e6de2339 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=272
+point=273
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 1cb8e1d44125ce2ec73f889d152bb7ef91646a35..da6cdbc0777ba6ef5cf7beae7f0953d8c4185215 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:41:51 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 03:49:20 AM by AutoGen 5.14
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f7cf890489c1efcec452d9448dd3fb7704930fec..c944ad55834dd367c1f0d5aef1f0e59b0bc769ab 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "14 Apr 2012" "ntp (4.2.7p272)" "User Commands"
+.TH ntp-wait 1ntp-waitman "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:41:49 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:18 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 26a7b18892ee302202c340e2861500f7cbbda24e..96c0d47193e0c3adce9c5f5c23bab0fdfb35bf3f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 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  April 14, 2012 at 04:41:52 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:21 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0c4dda8f46ebd0c5d44d5038591f143d53c0f360..21ecea4927bccf9260a7209d27fdc0709e24b14d 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.7p272 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p273 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 576d94aa10b593f43122134c459155d3ebcfb1df..500ae81faae2588f58067151ab3cf3b2ddc8eb7d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "14 Apr 2012" "ntp (4.2.7p272)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:41:49 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:18 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e59835ef0835526190166e294de43bfc1cef1c28..ceacf48c2d0ecfb55684dc959706b3124c746d8f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 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  April 14, 2012 at 04:41:52 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 03:49:21 AM by AutoGen 5.14
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index ab27fb4f408ab638b0cc081b13cd5d6098a415dd..4c7866ec8b2b885a854ddda69ad16c30b35a0266 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:43:07 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 03:46:38 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.7p272\n"
+/*     0 */ "sntp 4.2.7p273\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.7p272\n"
+/*  2385 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p273\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.7p272";
+/*  2598 */ "sntp 4.2.7p273";
 
 /*
  *  ipv4 option description with
index 0dff018d51d57200f6a9f005cab264ce7a9fa3b3..411947fdae24a32f9031623f2b3caadc0e1c442d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:43:07 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 03:46:37 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.7p272"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p272"
+#define SNTP_VERSION       "4.2.7p273"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b7ba9a268bd99b2bd29e02fcd5daf118f35f71cc..62e3f2918817cab1022e61bf069ca3cb8e67f0ea 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:43:16 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 01:42:27 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.7p272
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p273
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index eaf9a1ff65703c015e0ca9f66d973832e3a20d57..e341e3007c81d4d922002a7c8152146c7ff4f4de 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH sntp 1sntpman "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:24 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4d179daebf484a7e7508dfc8255a7cec18107bf2..bfe6024d351df0645e0a1110aa61ea2d08869bb3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:17 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:27 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5eac6358043cd42c3611925c842055b444a59d45..35ae3576517fd15d10e9320d3085fdbdf386ed73 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.7p272 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p273 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.7p272
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p273
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1ccffbac120803c190a71c1144c5a894856b87e4..62ea01ef1725791998abd9500aa390a4104c8107 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "14 Apr 2012" "4.2.7p272" "User Commands"
+.TH sntp @SNTP_MS@ "19 Apr 2012" "4.2.7p273" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:14 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:24 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a240afc49cc1617ee3e10fd88e0a01197b9996ad..d311ea43d7f124f6eb224ae1787c8d4252555c8a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 2012
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:17 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:27 AM by AutoGen 5.14
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fffa54b4015e61e908fddea690031fb8f82fb3b0..f6f81a1bea5fdff5eae29e0e9e57ccb64ab6fe51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:55 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 01:42:00 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.7p272\n"
+/*     0 */ "ntp-keygen (ntp) 4.2.7p273\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.7p272\n"
+/*  2125 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p273\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.7p272";
+/*  2293 */ "ntp-keygen (ntp) 4.2.7p273";
 
 /*
  *  certificate option description:
index 1d85adef538cb449db8d17ba47c3d606183dae97..ef5a002459c3cc34c6a39cf3df734f9e794e4520 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2012 at 04:42:55 AM by AutoGen 5.14
+ *  It has been AutoGen-ed  April 19, 2012 at 01:42:00 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.7p272"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p272"
+#define NTP_KEYGEN_VERSION       "4.2.7p273"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p273"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f7e7611e2dd7f89831c91a6d7c9fd5f9ca517dd..f1888e721423cb40a6ef8aeefb25da3f9d619049 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2012 at 04:43:06 AM by AutoGen 5.14
+# It has been AutoGen-ed  April 19, 2012 at 01:42:12 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.7p272
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p273
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d97f37cc714e186d9b9749f72338e046e020bf58..178ad5d43a1585c137dd54a3734a47ca11ce215a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "14 Apr 2012" "ntp (4.2.7p272)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:09 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4abe978854701c1bdc39e62188899047dcf9c0fb..252ed46b9d0ed599675d5caf5385acaedbffa797 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 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  April 14, 2012 at 04:43:06 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:14 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 54e77b818ff7f351a5c84df5b46669c6ef2e95a5..c92b5ec843f35aeffd00b910f45a7a3ee68bed86 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "14 Apr 2012" "ntp (4.2.7p272)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "19 Apr 2012" "ntp (4.2.7p273)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2012 at 04:43:03 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:09 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d579fdc3e43032f42377d594327e6679663b637a..3827cce771b8db7df9bc1bf36be9b09b44bceb71 100644 (file)
@@ -1,9 +1,9 @@
-.Dd April 14 2012
+.Dd April 19 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  April 14, 2012 at 04:43:06 AM by AutoGen 5.14
+.\"  It has been AutoGen-ed  April 19, 2012 at 01:42:14 AM by AutoGen 5.14
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME