]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P251
authorHarlan Stenn <stenn@ntp.org>
Tue, 17 Jan 2012 11:36:18 +0000 (11:36 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 17 Jan 2012 11:36:18 +0000 (11:36 +0000)
bk: 4f155d32-ru0-IRTuSKSDPdhlJOiuA

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 fc2715057effbbd64836b65e3c398d01247b499f..cb79fabf0becede7ef2034c5369fc0a1fc29b58f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p251) 2012/01/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2115] ntptrace should accept both rootdispersion and rootdisp.
 (4.2.7p250) 2012/01/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2113] Warn about ignored extra args in ntpq.
index 7cab5a447d8287cc80d9ee186632c9786b1c5a73..020d39510d6de67bfa160e897a6e1ec59cdc872f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:32:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:33:04 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpd 4.2.7p250\n\
+"ntpd 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p250\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index bc4bdb0ee5cfa0c75b1cc37b4f952b8f9eed74e7..84ec7875741d7a2bd7dcd8a301577bf8b49dc866 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:32:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:33:04 AM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -102,8 +102,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p250"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p250"
+#define NTPD_VERSION       "4.2.7p251"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 11b4a6dd18a4cf95507f842376f52b555d3be73e..36efb421f3820e4b04619160c293412c818774ca 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:32:50 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:33:20 AM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p250
+ntpd - NTP daemon program - Ver. 4.2.7p251
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 46181f6def9f521c5ade0fdec129d1b4f9056fe4..b7c557bc6dc5e1d2e495fdd7563cb894d7594f08 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpd 1ntpdman "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:32:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fc8a00c55990002a70410737be6eeb5cf17d1d0e..9981e02f3a22e4db74925ea4750b4df486ef2c3f 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 2012
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:32:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 0b17284d7bfb6eeb52f352c58aba323bde0aaef1..275509e0a0e9f46bede3eb0e00459e1fedb5a8e4 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpd @NTPD_MS@ "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:32:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:16 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 4aaaac3565dc2121cef05c8c2a89fb43fa4770ae..e9faf0e810061e129cac6e37a80be4dda6e29692 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:32:51 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aa9968e3a17079c896a2c79eba9a4ba8001c9d8c..deab73a483bb5394f6f89f04b9a5528c1bd68fab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:33:18 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:33:29 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[334] =
-"ntpdc 4.2.7p250\n\
+"ntpdc 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[132] =
-"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p250\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e78168c863b0eece4918557682e4fda4c4365910..099a318e17e7693ad7958734d2efa99df08be494 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:33:17 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:33:29 AM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -81,8 +81,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p250"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p250"
+#define NTPDC_VERSION       "4.2.7p251"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1672df650abf2ac33a481409f8b7e427ba311e91..d67c8811ad63c6e1a5c156c51c56d40aaaa08f61 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:34:48 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:34:08 AM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p250
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p251
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 518fa86cca5489c2e7e7eeced906c75c02e8b3d9..726b8a6c9e7bcc2fdf2e539003052ae1d152c2d9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpdc 1ntpdcman "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:34:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2600b1907df5e4d844404064fd176d4579cd5bd9..4ae06bfcf72cf7dae3a4b22c3a6855d60b170cd6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 2012
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:34:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4c0ea11def9fcf84f530e4da97354274eeb1156b..3e6d326d939b4cd22f0d8aea9ee84c825c7c443f 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.7p250 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p251 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -116,7 +116,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p250
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p251
 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 bf004fe4abdf5d32480d0d3cc78594435c851cdd..8c6ed41534554f4c3d8bd196615452b81ee302b1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpdc @NTPDC_MS@ "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:34:43 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:04 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 89ee34846cdab2cb428df1a25a90d5f3fa9eeade..0e98267c4609ca68615dc0982c02c3474cf6fd7b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:34:49 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:09 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 7bdc9dba9c547edfc601fa00c8d6df5d357cbdd4..a0f280c46594ee116dc56e4477fecd70626f4db8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:34:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:11 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p250\n\
+"ntpq 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p250\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5b3f02e6e273a16f4183cd8a4798a044b1fb64a5..42b3245a8455bdf70acec74cdbf39511b7b93b5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:34:51 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:10 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p250"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p250"
+#define NTPQ_VERSION       "4.2.7p251"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1cdbedeccf9d543ce078a3bd371f21748ef9b79..4dfa3d66f5b954b38d75699473aaaf796a58dfbc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:35:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:34:24 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p250
+ntpq - standard NTP query program - Ver. 4.2.7p251
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 457ee1c4c9fc17b2e94982cd112c9b413ec67362..9cdabbbfdd948bf6280b6aaa2f8eaf7be0eba2e5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpq 1ntpqman "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:35:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0ca0a73c6b190a12fa2ffaa3e41acb6ed530ef90..b7490ba5b020b3212922300543d2efa415e0d00b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 2012
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:35:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 113b035714847c9c9c9c772dca29b351d597b285..435b27c11978bbcc0f1c809d367c27ab2a1775c1 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpq @NTPQ_MS@ "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:35:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1355b64d6cb4061893bcb7ca94fc3d164931ec17..05af6fb7b0e39fb58d7fe11b4a96cc7776742178 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:35:25 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:24 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aa2cd84737ee28f42121e0d3fd13c22bd6faf63f..b2fd22a5cec06cd3e3d16de9ec7fc80e1caa8192 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:35:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:28 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p250\n\
+"ntpsnmpd 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p250\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b50377a2196cfa34cbaa9685e77d324093562b57..66a0e455c47a7f86bb41b8a2007f29e8ad2b1860 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:35:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:28 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p250"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p250"
+#define NTPSNMPD_VERSION       "4.2.7p251"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 86dcccd1a15152589d621da71e81df1a7017b268..85f23c0bb646a52ad56245bf19c1a6039398b527 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:36:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:34:47 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p250
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p251
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 16473aaa6e655a6c11070e24073116d956e621d1..860facbdd6b40ac59d37a8241320d1be784f8b53 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6487a08aee9c68b217edd2ae5e5706fcb87c3978..ddb107dfe824b8d9d02e4b2961dff8ea656bcd71 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 2012
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6320fe369525a425ae7ee13987800d7f1160f72b..cd18a50ccc9e6242a4561cf5dd77216c0b837b31 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:29 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index da68c3ebd4ab9c9754e36a8be0d72aefa582d682..4e81147fb5135112c858e3c0d08bb9f0b99bd02e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:36:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:34:48 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d5e9307acbb386e6ff32a306c827d573753fa1ff..89160a3a44df9154ba66c1e9999cbe36276793ef 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=250
+point=251
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 85171cfd7ee0335bf67bbd0949d36b28060c4db1..778d499c51fb127981d1cd8f934d0b629264500d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:32:10 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:33:01 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ec3ee2cce949b4334ea5de281dc9ffbd6e1d5200..323efb3297c5d050f8123f3c6f4f7b0e48386ad5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "15 Jan 2012" "ntp (4.2.7p250)" "User Commands"
+.TH ntp-wait 1ntp-waitman "17 Jan 2012" "ntp (4.2.7p251)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:32:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:32:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 5fcf7663c31f5c1f28b893cb221d098bdbe2194f..25bd4017ba11408b1abe7b963666e5a9e5b2ca01 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:32:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 457556b3265ab7f9a59439b0190d200b4bb11b10..1851151911b47df1c3f57ae3a90f281252e87e42 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.7p250 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p251 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index db1b475619c6c33ed70d0239c36313ef791e15f2..61de49164d008e75f82e9ac1523d80c67e092b32 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "15 Jan 2012" "ntp (4.2.7p250)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "17 Jan 2012" "ntp (4.2.7p251)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:32:07 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:32:58 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fce0dc131c44378722768f57969bbeb17d06500c..ae4b889ab55f30fd60f384f03ba2b71a152b9734 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:32:12 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:33:02 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6bcecc983e9b6bcbf591af69944b0dd171c1ec3f..0f840a48ca5e4c9cbffa9c3ac5bf2f601a78bb3d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:26:34 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:26:01 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p250\n\
+"sntp 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[161] =
-"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p250\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ed0ba3eb260532b60a54df1a38f8f46077d68741..b4dd814e7163f65f83349a80889e3ba4259cbe4a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:26:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:26:00 AM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p250"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p250"
+#define SNTP_VERSION       "4.2.7p251"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 31ccf75f935c1b3dce3acae0cdba882a22fe0ac3..8e24d63c3a97e4684aa579939497d292d2eef937 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:36:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:35:21 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p250
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p251
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3c2b33c8c0f766d2511381ed5075554ccc6f9414..f03a4855bd15f10d307c54dea17a03b5d0121a90 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH sntp 1sntpman "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d52654cbb54a8ec0e4615817ebb633804ed33aaa..fd42382296aecb52f3aedee010f273270e4e8de3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 2012
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:22 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 46fac859dc5607c85c0ca24ab7e13e451a48a272..b58a17502f2df58554b4daf2ff130a214b652201 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.7p250 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p251 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -162,7 +162,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p250
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p251
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 9e937d9105899eede11115f2802c8d402ad853c8..aa92fdb2a5abf155245e15c640a2ae0d47c3a7e9 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "15 Jan 2012" "4.2.7p250" "User Commands"
+.TH sntp @SNTP_MS@ "17 Jan 2012" "4.2.7p251" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:53 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b827cd63057e44a5c56c730e9bacbd04978fa6c3..a465b024e0fd96b9d2d5b5f322c5a53366694517 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:36:57 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:22 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index fcb539da37339f932ca8572074cdfe6de8f7ec80..99e063b22db55dfb7ff492017e241e9d3c8d390e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:36:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:50 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[345] =
-"ntp-keygen (ntp) 4.2.7p250\n\
+"ntp-keygen (ntp) 4.2.7p251\n\
 Copyright (C) 1970-2012 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -808,7 +808,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p250\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p251\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index aafda3159986fc66401e211bdcaa0d6278a10c74..6e1ec78cb1faff3a06d17db444a268c841780a6a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 15, 2012 at 11:36:33 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  January 17, 2012 at 11:34:50 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    25
-#define NTP_KEYGEN_VERSION       "4.2.7p250"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p250"
+#define NTP_KEYGEN_VERSION       "4.2.7p251"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p251"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index df6c76a0a92917c0473e7bb16f1f14f6c88e383a..267aa3419ccf9bc04fb9abb51e1e87d33fd9ebd0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 15, 2012 at 11:36:44 AM by AutoGen 5.12
+# It has been AutoGen-ed  January 17, 2012 at 11:35:06 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p250
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p251
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 2766edda72c0dc65c5dc2fb47ecf8ca5d067131e..ac6f35a56bbeb70d40b56fc96632cda454e80a37 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "15 Jan 2012" "ntp (4.2.7p250)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "17 Jan 2012" "ntp (4.2.7p251)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8cc4e54e0a7045c8836164bf379dcd6510512cbf..a0415fc782c672cd9707c73f422e04afb6d390be 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:36:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b18dc6c32b007c077cc36a55a5dbe3752aeb77a7..a1a3075c493611b6777ac08624e8eb4fd8ff6960 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "15 Jan 2012" "ntp (4.2.7p250)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "17 Jan 2012" "ntp (4.2.7p251)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  January 15, 2012 at 11:36:40 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:03 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index e3b1a3a7c87f54cce52785ad91a15817460a767e..9fa0e7bad01f1de48bd8dfdb4940a4fab48849d7 100644 (file)
@@ -1,9 +1,9 @@
-.Dd January 15 2012
+.Dd January 17 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 15, 2012 at 11:36:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  January 17, 2012 at 11:35:07 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME