]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P234
authorHarlan Stenn <stenn@ntp.org>
Mon, 7 Nov 2011 23:09:36 +0000 (23:09 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 7 Nov 2011 23:09:36 +0000 (23:09 +0000)
bk: 4eb86530zFzxnSPdnxBZIJ_g5g68MA

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 b868b3cc37eff5014751bcdbec854a68da41164b..a0bf6b14b84b9e36c7cd6229c047f9818373baad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p234) 2011/11/07 Released by Harlan Stenn <stenn@ntp.org>
 * Clean up -libm entries regarding libntp.a
 (4.2.7p233) 2011/11/06 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
index de24baaba88de1081edd7237d381cb156ec03297..abef776467965aa633e855086306548b8bf0fe89 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:04:42 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:07:58 PM 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.7p233\n\
+"ntpd 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 3a4acaceb19bc8ab57762bf90f0daf32fcb14fea..28f895b79b05ae62a6e99356c084bf43340b4b99 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:04:41 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:07:57 PM 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.7p233"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p233"
+#define NTPD_VERSION       "4.2.7p234"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6c4d2af9927c260f141c904d6facfb2383943de7..0ac24a8a06f82a5f94c9e156d397974a391dea7d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:06:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM 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.7p233
+ntpd - NTP daemon program - Ver. 4.2.7p234
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 21e349474d62d6f3e410a48fe6b4134866c94b4e..209da573403483a3d03bb208330a9c637f09f18d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpd 1ntpdman "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:06:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:12 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 2334f38d4254445df9953e08483e0e267a68f2ac..062e175338588b592e692499eaa189a81dbb809a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:06:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4b3fe1247c9ebe7532fa7f61b78e2005cbf0534c..9beaaa905380bb5d307a15979287c254db0481d0 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpd @NTPD_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:06:23 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:12 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 1c2180217b2be75de0571c641224e19e7f973298..2182932f750e383d9c6a0095c4cc385651bb1516 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:06:32 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:16 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 42c2bb3135cdd2850856a139c8fc9bec2bdda5ff..2193880b5c0518dd212fec005cbacb11b4340cca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:21 PM 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.7p233\n\
+"ntpdc 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ee5fa21613f4943b059f7a1fbaeb21584df50c33..b968d1aa439896dedb9a84ec4487150f867b4e68 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:20 PM 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.7p233"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p233"
+#define NTPDC_VERSION       "4.2.7p234"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bfb3e8773453517c816dc26e576d49d7ee30fc89..e83b0165c87812e23b10f9739ebb8c0b2f1929e1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:07:34 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:08:33 PM 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.7p233
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p234
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 00cc56622e0c97634da25091bbbb231eb90387a3..97fc3060831d1e252d729a14969560f8abca02f9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpdc 1ntpdcman "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:30 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 452cdf99be86e8899e27674167e3d9185472212b..9bd3e05b26bc7d538b07776a65a3a535dca7c959 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 59eb707764f4488d842a7463b898e20ad12d5774..f7253bbc6ce3c763bf7cd0d060e33813927508ee 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.7p233 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p234 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.7p233
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p234
 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 147b24a3d9ab011fa81597909538bc42768b7d17..297bb47c339b913dd70780e6c5b9f9395333ec25 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpdc @NTPDC_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:30 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a9ff9bcaa77579e19060c77349fa6c612a40491c..3b11e57ccaf9dd227972934983bf655818479dbc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:36 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9eb07c8e24f8302ae99493b9d33e6337cdb9a106..f8fcd22196abd9b056758608710f634154fb27dc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:35 PM 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.7p233\n\
+"ntpq 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 29d94427b3cfc7d9572f073389b8684810f65811..c846499d198e49303b97cb83f3c7643934c0595e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:37 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:34 PM 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.7p233"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p233"
+#define NTPQ_VERSION       "4.2.7p234"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e38090df25782c6f33a30b90412803e3fc7b6bdd..a82d5805ed7c6fadc690aac806c36e52a8f35471 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:07:55 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:08:47 PM 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.7p233
+ntpq - standard NTP query program - Ver. 4.2.7p234
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ee2d8484c40a9c942c5102b12de6c924bd7d95cf..3a19f9ecb27f459a7367eae8c2fb74df56b74dd9 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpq 1ntpqman "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a2c052eb8adbaf5052e7c875bb10a67117e32a2b..dff0f9b90ffa58e84d19d5b095042c4a715a81a1 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index aba0a9269e25b9795cc84eb584606dbc34746b82..bbe5907ef232c7673f3f2009443b9e7e672fa075 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpq @NTPQ_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 80ba97b35aba04430ad3a1f2b24ac158b6afa4aa..0cdcdbb0126ecfaa9ac3d83c6f306b61792e944d 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:07:56 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 4f1fee95ed1365bef78966f29837f4b16ff78314..cd986c2e69c6824e91f7e154edf16140ffdf8af2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM 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.7p233\n\
+"ntpsnmpd 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 65029f65a35a793ccde190f4fc5c65f3f22e874a..7a3c89007408b5d851f41c9d3379752175115502 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:07:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:48 PM 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.7p233"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p233"
+#define NTPSNMPD_VERSION       "4.2.7p234"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9656ea5b017bf28a3e5b1d60a02456a3db5c23c2..6cec21b8f9933e108969905856e6b88827367cd0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:08:21 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:08:54 PM 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.7p233
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p234
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 404ff4b6b936ad4adb8b90b259d0928c94221ba8..3eea47022191dc5323640537da77c133a7bb1c94 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:52 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index dbb8dfc01e749f145f15b3cf952589a85f3c1868..b4e5ce606a8dee90977488cced552c1843973ab0 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:55 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c9b228a1c80ec59e10bab5d586978943402f14c1..fe9fac1b758a6b6a9f5b84eae7c4319f4a9e1974 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:52 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index cfb40942cd0bcd671a4d666d0030c63c95e9ad0e..b8497855eb7201952f43fd0c628ae44eba362ba3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:08:55 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 504dc792213c86d443c20548fc45ea765be64193..c34c85ce3b4826eb1b9c5cc2c6d68ef4af69402e 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=233
+point=234
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index f95144b202a25736b3a01fe5068d855b5733a7d0..67ffe3943569fb4bb9fbfe8960867ee7993e41cc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:04:18 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:07:55 PM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4db4c4924230fbeb048870976ec30bfac19a386a..2f3da54dc459232d55d9fd07a43de6aa62cac250 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "06 Nov 2011" "ntp (4.2.7p233)" "User Commands"
+.TH ntp-wait 1ntp-waitman "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:04:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:53 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 777e73b4b37e670439d3ca8fca5cd783ef0ea405..03ec08242eb66855c8a8647a0fde463b44db4e82 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .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  November  6, 2011 at 11:04:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:56 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 077a2bd54101f0680e99c7d750e9758112a6875f..73c7760a824a2a71449d4aac7e0806f4d9e7f5f4 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.7p233 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p234 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index a65e3c6cd0abb97cec83f9e0b39d6c9b7704341e..445251c57411aea199a2c25a107acd5d7206fcdd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "06 Nov 2011" "ntp (4.2.7p233)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:04:14 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:53 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index f1f96136742f33b7c0260137e0206149cd485531..0eb20b9dbf2df57f506ee0d002a43db6e59327f5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .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  November  6, 2011 at 11:04:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:07:56 PM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6ac9c9245dd754dc5f08aa60419067576774c73c..8253b4a5d768d35d08f140d41953ed8f01d167d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 10:52:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:05:31 PM 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.7p233\n\
+"sntp 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index cf1169ef1c559d1f960e1ed416a1d43096d8fce0..c21ec84a61467a4e9c7a341d9ab0725ff246ea11 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 10:52:03 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:05:31 PM 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.7p233"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p233"
+#define SNTP_VERSION       "4.2.7p234"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ef05350f7d5987b2287840847adf1dd2c913763d..7dcba27fa8793d7cc05cda32b52e8495651165d9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:09:27 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:09:16 PM 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.7p233
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p234
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 29ce89e7c50bf397b9fc06625f5cf01e381a2112..c39f566a44e0993145ecaa35adf8992c63bfbddf 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH sntp 1sntpman "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:09:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:14 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 8bbe9a157946e7bfc424f87dd6e9408bb8c3b40f..8b2cd6f3ac5409ad1f50173047cfedec0f6207e3 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:09:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:17 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 88b930105cf5c245ee8a2968487340c4baed4ec4..c93a270fb5e3d820abdc88b0376b397ecfa43a71 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.7p233 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p234 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.7p233
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p234
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 59bd52032eaced961616c2f5c0050521364b52ec..419a6b65ba7d93e60ebccd92eb4253223a57d078 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "06 Nov 2011" "4.2.7p233" "User Commands"
+.TH sntp @SNTP_MS@ "07 Nov 2011" "4.2.7p234" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:09:22 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:14 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index fe587e2d7327f3ce102eb2b529e701cec2dde159..0144a42c3f88ced368871342e579b6443da061e8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:09:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:17 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 1a50bc3b6dd8c4206388e8fb313344f2696cb5a5..f7e18e4ee5c227eb7ae228e09dfeaaee439421f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:08:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:57 PM 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.7p233\n\
+"ntp-keygen (ntp) 4.2.7p234\n\
 Copyright (C) 1970-2011 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.7p233\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p234\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7d6c99ba83f65016ab35e5ac230419625d539d56..3ac27ff9634372f8ab54dc3fe6943255df290737 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November  6, 2011 at 11:08:25 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  November  7, 2011 at 11:08:57 PM 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.7p233"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p233"
+#define NTP_KEYGEN_VERSION       "4.2.7p234"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p234"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c6e53a10e769fd9d85eca4a20f517589a01ca125..c369617e35e043d06cc708172f1e26e7acccb389 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November  6, 2011 at 11:08:43 AM by AutoGen 5.12
+# It has been AutoGen-ed  November  7, 2011 at 11:09:06 PM 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.7p233
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p234
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 0768d26b485f587b449dfffd14d9f6a50c31c561..6c7ba9569dd650d39ad9566ea62f77069228eb65 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "06 Nov 2011" "ntp (4.2.7p233)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:03 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 66e57c2b3d11fda771d1b73eb01f68ed46269f8a..e392038237b344e2589f491426948754f6845703 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .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  November  6, 2011 at 11:08:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:07 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index f13d68f334ca12d559d29cb5a85c3c3b22c28547..715855e3fe858c1a94ba30c618789fed9dcbd024 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "06 Nov 2011" "ntp (4.2.7p233)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "07 Nov 2011" "ntp (4.2.7p234)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  November  6, 2011 at 11:08:39 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:03 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 0620dfe20a98d35bc65a4722501f141e1b27d029..86c7faa6f274c7c778e457d0d9b9a2928b23e87b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd November 6 2011
+.Dd November 7 2011
 .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  November  6, 2011 at 11:08:44 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November  7, 2011 at 11:09:07 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME