]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P204 NTP_4_2_7P204
authorHarlan Stenn <stenn@ntp.org>
Tue, 16 Aug 2011 11:18:13 +0000 (11:18 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 16 Aug 2011 11:18:13 +0000 (11:18 +0000)
bk: 4e4a51f5t9Y0osGt6TuUPcVTYzy9ew

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 6f3540d62435a9d205f558fef0e9e616ffe3b5f5..9fc9056528a794d427a433507145ed7f02d983ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p204) 2011/08/16 Released by Harlan Stenn <stenn@ntp.org>
 * Added support for Garmin's $PGRMF sentence to NMEA driver
 * [Bug 1988] Better sntp send failed error message needed.
 * [Bug 1989] sntp manual page sometimes refers to SNTP as a program.
index 66476101b768a3e7fc88b4041b14102fda9f5307..591fd0768e60aa135aa3e76c5231b2cc681860d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:40:16 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:00:10 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.7p203\n\
+"ntpd 4.2.7p204\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.7p203\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index b5b5312f1bbc2b9c01e6197c36994dfcb61b9409..f0758d9a851daf9dcbf417d6f19b977d39b1cdbb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:40:15 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:00:09 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.7p203"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p203"
+#define NTPD_VERSION       "4.2.7p204"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 601807664c37ad0360fb8be6e2afafd774728388..a5a46d5fea7d4fa91085ff46f6840f519306af3b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:40:51 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:02:23 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.7p203
+ntpd - NTP daemon program - Ver. 4.2.7p204
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 8298709395e5149a4cbe424cafa451ce9ccc8fd7..a19527c37e8ee8e4f50d517dcfd5b05d4aeeb05c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpd 1ntpdman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 72d1540a668c4d831c853ca5fae7f65da26c44fa..18e074c3fc0af134f513982e8925849ad279b7fd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index bd5036370c60a7c61eb85573102ac8fd35a46132..2fd357a57a013e60642631ab4f7c94344e06d7fd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpd @NTPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:17 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a54afe4a4f63a18dc223b8cf47e2c19a98dc7061..915030c931363c05cd94586195dea1d04fd07114 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPD @NTPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:40:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:02:25 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e7b373f6337a6b26f290d9e556136e43c84c6b48..c9273e86f7ec52822872df7c8c87ff1601de16c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:41:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:03:03 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.7p203\n\
+"ntpdc 4.2.7p204\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.7p203\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 760204316679223562319829dfc6bdfa8c8708fe..0f4da86eae25ce43a15e448fe768036d18a79372 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:41:00 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:03:03 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.7p203"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p203"
+#define NTPDC_VERSION       "4.2.7p204"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f19bd1efd4da076a4ffa8a7ced6b0805c1aff4b7..188121fb707896a997c9ce20c0379fd0c74438ae 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:42:26 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:04:48 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.7p203
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bf7a65db0809f6e02cc02b9a23bbcff19d381fb4..fc671a1fd5423d1bd39786fead7bf656b845e30c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpdc 1ntpdcman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:41:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:03:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 16cef895b4400a210fd37588846d702a0ccb05ae..2a1cb79ae7c1d2917a05df32d3170a10a837205c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:04:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 45e63e79b26e2a9bb3beca4f900a97480fa239d5..d8e72c5a99f30d3aa580cedf722cee8c9dbeb316 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.7p203 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p204 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.7p203
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204
 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 8b8cdbbb8adc511319f3ad430911d80b2a6f21cb..a6e6dc7be576f9cb031e076ab488b44bba52be57 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpdc @NTPDC_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:41:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:03:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7252f6833185956c8c48a03903e4eccff399e0d5..019d0c459b198f52ef09ed90ef326357f5200230 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:04:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index edf10847e1cfed78bbb40b9ea4377565b19e5d88..e993fc2301a1737186dec2441be66c5b9fb76513 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:42:31 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:04:57 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.7p203\n\
+"ntpq 4.2.7p204\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.7p203\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f9e58ae288023e11e69e0d4a1f2c082c47a6761f..a0a5014965ae138bf978d9f6f55b8f2812e72c2d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:42:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:04:56 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.7p203"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p203"
+#define NTPQ_VERSION       "4.2.7p204"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c42a0ea4d345aa43526a60bcd97865a2c9c33a2..a88f5bb8e2eb976a5988139ddff4a9c8ebd5b72f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:43:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:06:11 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.7p203
+ntpq - standard NTP query program - Ver. 4.2.7p204
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 047e3b2a8ffb59ce3b24fae57f729a67eea078e6..3f1d32334a22fd715c5874d1bb62143606e145db 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpq 1ntpqman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index b2d9e880a7bbb3148e8f98dbf129397d97e6ac2e..306ed3b805480970238af5e8336446f9b75527c9 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index adca29d9e82e0bdce288bdc38fad3333e70596a0..a81b5bc27fdffc86948e85886506df09f1172d84 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpq @NTPQ_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6e452180d7d71a7437e5416e7de89912632a0ce7..70d35a53048f03fe3810b19abb513f9a6e65790b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b5d4c4a840ecd2f3c6f3bb05a28bf31f705251eb..5bbc309e14097bf73bc42365ac0bcdc11910f329 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:06:15 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.7p203\n\
+"ntpsnmpd 4.2.7p204\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.7p203\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 648504578c75628d2042abb1e82267869d0f8cf7..874a35675df3377d10624d19cbd89371f336b603 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:06:14 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.7p203"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p203"
+#define NTPSNMPD_VERSION       "4.2.7p204"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6123f565a410b68f9fa2bca5a63b55c21c274baf..0cb9640ae019c90445b200b388bcd61ed3e54946 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:43:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:06:56 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.7p203
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p204
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 24d9505c2c6ec01e4e3d7e3e9a56d9c3103e6bb3..1b3aaf16ada989f944a877c6055795860f1f03f3 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index eadd39d4f4617a44829b47eb80d2f5f97be15a22..ef1c0ebea8d2548a5277cc97a90bf09500a884b5 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index d2b0c9b922ccaf80bc32f6a8a880007c93e78332..f536f357376123d5cc23ddefc7ab221542d2476b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 486aa075d52b5dec5cae06fb8f76652e034d7273..b565f0dd1f9cae56c8e495ed82eae2dcbea179d8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index e19acf2d3f193a1a8ecca3d8c8b0bc52378df8c6..be3b22d93d409aa874848b32a74585b3b7d66e52 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=203
+point=204
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index fc2ae7c09ad1a6d79af7fe422d35cbee9bc4bc12..ae040ec75c23ac5082521fa7c334815287b29050 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:39:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 10:58:28 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cc21fcb6b75f363eabe75bea5948ddae136919f9..37b94d0d9ddbe7b956f097adc93bb71a71d3f4c7 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
+.TH ntp-wait 1ntp-waitman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:58:24 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 545dbd02acd8771ea7c3f4a735b02b2cad3663ef..40eda281eca0e71e1648df11a9e690464a368d6b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 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  August 13, 2011 at 10:39:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:59:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 523131fb27f7deb16da9ca18a3abb37bce157d23..a40c045a097839369e12f0a77b13e5f7504c8050 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.7p203 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p204 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 5ac1c36942ad6a9153788cb475987ed9fb31c5c6..2807bfaad40aa32a9f4f89e1fb522b44bde369dc 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:58:24 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index db0b3b6bab755ee80daafbfa61ca890b6749b0f8..ec7f8624d20249c86378e4f04d47f2ba64571e12 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 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  August 13, 2011 at 10:39:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:59:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 02e8402b695a1ee5470349ec10137c22ec172a25..495bc0c5749dba519e5ea3ea12eb037caf620060 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:35:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 10:53:55 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.7p203\n\
+"sntp 4.2.7p204\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[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index dc11f786b0c742aa586abb4bd2da01a70911beb2..d746500d0b42b7d840721385a17d4b05c0e9e511 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:35:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 10:53:55 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.7p203"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p203"
+#define SNTP_VERSION       "4.2.7p204"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8fd29b7fdda6e7899553c9e16705fc4b1eeaf7e..9f103a105660bbbc8212cd38897f5dcbf8551c28 100644 (file)
@@ -6,13 +6,13 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:45:06 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:09:34 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
 
 @code{sntp}
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 @code{cron}
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -150,8 +150,8 @@ keyfile option (-k) for more details.
 @cindex sntp-bctimeout
 
 This is the ``the number of seconds to wait for broadcasts'' option.
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet @code{sntp} will wait the number
+of seconds specified before giving up.
 
 @node sntp broadcast
 @subsection broadcast option (-b)
@@ -165,9 +165,9 @@ This option has some usage constraints.  It:
 may appear an unlimited number of times.
 @end itemize
 
-If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+If specified @code{sntp} will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with @code{-B}.
 
 @node sntp concurrent
 @subsection concurrent option (-c)
@@ -184,7 +184,7 @@ may appear an unlimited number of times.
 Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore @code{sntp} will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 
 The -c or --concurrent flag says that any IPs returned for the DNS
@@ -214,7 +214,6 @@ Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
 milliseconds.
-Default 10 milliseconds.
 
 @node sntp ipv4
 @subsection ipv4 option (-4)
@@ -254,7 +253,7 @@ to the IPv6 namespace.
 
 This is the ``look in this file for the key specified with -a'' option.
 This option specifies the keyfile.
-SNTP will search for the key specified with -a keyno in this
+@code{sntp} will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 
 keyid keytype key
@@ -274,8 +273,7 @@ For more information see ntp.keys(5).
 
 This is the ``kod history filename'' option.
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 
 @node sntp logfile
 @subsection logfile option (-l)
@@ -335,8 +333,8 @@ settimeofday().
 @cindex sntp-uctimeout
 
 This is the ``the number of seconds to wait for unicast responses'' option.
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, @code{sntp} will wait the number
+of seconds specified before giving up.
 
 @node sntp usereservedport
 @subsection usereservedport option (-r)
index e68bfa876f2b643baf5a7c5fc8d1517cfe647589..6ce9a4744d8b7b8a7d762d8a663e104fc2e703bb 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH sntp 1sntpman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -15,7 +15,7 @@ sntp \- standard Simple Network Time Protocol program
 .PP
 .SH DESCRIPTION
 .B 
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 .Ic cron
@@ -73,16 +73,16 @@ The default \fIseconds\fP for this option is:
 .ti +4
  68
 .sp
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet @code{sntp} will wait the number
+of seconds specified before giving up.
 .TP
 .BR \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP
 Listen to the address specified for broadcast time sync.
 This option may appear an unlimited number of times.
 .sp
-If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+If specified @code{sntp} will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with @code{-B}.
 .TP
 .BR \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP
 Concurrently query all IPs returned for host-name.
@@ -91,7 +91,7 @@ This option may appear an unlimited number of times.
 Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore @code{sntp} will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 The -c or --concurrent flag says that any IPs returned for the DNS
 lookup of the supplied host-name are on different machines, so we
@@ -118,7 +118,6 @@ Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
 milliseconds.
-Default 10 milliseconds.
 .TP
 .BR \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP
 KoD history filename.
@@ -127,14 +126,13 @@ The default \fIfile\-name\fP for this option is:
  /var/db/ntp-kod
 .sp
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 .TP
 .BR \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-SNTP will search for the key specified with -a keyno in this
+@code{sntp} will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 keyid keytype key
 Where  keyid is a number identifying this key
@@ -204,8 +202,8 @@ The default \fIseconds\fP for this option is:
 .ti +4
  5
 .sp
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, @code{sntp} will wait the number
+of seconds specified before giving up.
 .TP
 .BR \-\-wait, " \fB\-\-no\-wait\fP"
 Wait for pending replies (if not setting the time).
index 25867a078f4b07ba3a14c1638726ae7e4e2a961a..2c8a6be2fa46fe145e409cd0bf2a689f7f4032dc 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:45:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:38 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -19,7 +19,7 @@
 .Pp
 .Sh DESCRIPTION
 .Nm
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 .Ic cron
@@ -74,15 +74,15 @@ The default \fIseconds\fP for this option is:
 .ti +4
  68
 .sp
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet @code{sntp} will wait the number
+of seconds specified before giving up.
 .It  \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP
 Listen to the address specified for broadcast time sync.
 This option may appear an unlimited number of times.
 .sp
-If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+If specified @code{sntp} will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with @code{-B}.
 .It  \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP
 Concurrently query all IPs returned for host-name.
 This option may appear an unlimited number of times.
@@ -90,7 +90,7 @@ This option may appear an unlimited number of times.
 Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore @code{sntp} will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 The -c or --concurrent flag says that any IPs returned for the DNS
 lookup of the supplied host-name are on different machines, so we
@@ -114,7 +114,6 @@ Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
 milliseconds.
-Default 10 milliseconds.
 .It  \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP
 KoD history filename.
 The default \fIfile\-name\fP for this option is:
@@ -122,13 +121,12 @@ The default \fIfile\-name\fP for this option is:
  /var/db/ntp-kod
 .sp
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 .It  \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-SNTP will search for the key specified with -a keyno in this
+@code{sntp} will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 keyid keytype key
 Where  keyid is a number identifying this key
@@ -191,8 +189,8 @@ The default \fIseconds\fP for this option is:
 .ti +4
  5
 .sp
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, @code{sntp} will wait the number
+of seconds specified before giving up.
 .It  \-\-wait, " \fB\-\-no\-wait\fP"
 Wait for pending replies (if not setting the time).
 The \fIno\-wait\fP form will disable the option.
index bdeff07c4c77a541af3b2a7c3ba3c4af5dc8b6fb..da81363bf235affa62934a08da3c5b37593e5357 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.7p203 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p204 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -85,7 +85,7 @@ error bound of the system clock relative to the server clock.
 
 <p><a name="index-sntp-1"></a><a name="index-standard-Simple-Network-Time-Protocol-program-2"></a>
 <code>sntp</code>
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 <code>cron</code>
@@ -150,7 +150,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 program - Ver. 4.2.7p203
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -236,8 +236,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 
 <p><a name="index-sntp_002dbctimeout-5"></a>
 This is the &ldquo;the number of seconds to wait for broadcasts&rdquo; option. 
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet <code>sntp</code> will wait the number
+of seconds specified before giving up.
 
 <div class="node">
 <p><hr>
@@ -257,9 +257,9 @@ This is the &ldquo;listen to the address specified for broadcast time sync&rdquo
 <li>may appear an unlimited number of times. 
 </ul>
 
-  <p>If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+  <p>If specified <code>sntp</code> will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with <code>-B</code>.
 
 <div class="node">
 <p><hr>
@@ -282,7 +282,7 @@ This is the &ldquo;concurrently query all ips returned for host-name&rdquo; opti
   <p>Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore <code>sntp</code> will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 
   <p>The -c or &ndash;concurrent flag says that any IPs returned for the DNS
@@ -322,8 +322,7 @@ This is the &ldquo;the gap (in milliseconds) between time requests&rdquo; option
 Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
-milliseconds. 
-Default 10 milliseconds.
+milliseconds.
 
 <div class="node">
 <p><hr>
@@ -382,7 +381,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp_002dkeyfile-12"></a>
 This is the &ldquo;look in this file for the key specified with -a&rdquo; option. 
 This option specifies the keyfile. 
-SNTP will search for the key specified with -a keyno in this
+<code>sntp</code> will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 
   <p>keyid keytype key
@@ -409,8 +408,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp_002dkod-13"></a>
 This is the &ldquo;kod history filename&rdquo; option. 
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 
 <div class="node">
 <p><hr>
@@ -514,8 +512,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 
 <p><a name="index-sntp_002ductimeout-20"></a>
 This is the &ldquo;the number of seconds to wait for unicast responses&rdquo; option. 
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, <code>sntp</code> will wait the number
+of seconds specified before giving up.
 
 <div class="node">
 <p><hr>
index dd2790880b765b49306e911b10afbab78f1b6ece..0787d5c97de44e566fcc1eb308d6b89e32e71c79 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH sntp @SNTP_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:18 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -15,7 +15,7 @@ sntp \- standard Simple Network Time Protocol program
 .PP
 .SH DESCRIPTION
 .B 
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 .Ic cron
@@ -73,16 +73,16 @@ The default \fIseconds\fP for this option is:
 .ti +4
  68
 .sp
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet @code{sntp} will wait the number
+of seconds specified before giving up.
 .TP
 .BR \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP
 Listen to the address specified for broadcast time sync.
 This option may appear an unlimited number of times.
 .sp
-If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+If specified @code{sntp} will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with @code{-B}.
 .TP
 .BR \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP
 Concurrently query all IPs returned for host-name.
@@ -91,7 +91,7 @@ This option may appear an unlimited number of times.
 Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore @code{sntp} will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 The -c or --concurrent flag says that any IPs returned for the DNS
 lookup of the supplied host-name are on different machines, so we
@@ -118,7 +118,6 @@ Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
 milliseconds.
-Default 10 milliseconds.
 .TP
 .BR \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP
 KoD history filename.
@@ -127,14 +126,13 @@ The default \fIfile\-name\fP for this option is:
  /var/db/ntp-kod
 .sp
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 .TP
 .BR \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-SNTP will search for the key specified with -a keyno in this
+@code{sntp} will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 keyid keytype key
 Where  keyid is a number identifying this key
@@ -204,8 +202,8 @@ The default \fIseconds\fP for this option is:
 .ti +4
  5
 .sp
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, @code{sntp} will wait the number
+of seconds specified before giving up.
 .TP
 .BR \-\-wait, " \fB\-\-no\-wait\fP"
 Wait for pending replies (if not setting the time).
index c378c5ebcbbbf979f32fd4ca60b50e7c790d09f7..9874b887c16f91b5f0ec2403c504f793a06f211a 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt SNTP @SNTP_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:45:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:09:38 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -19,7 +19,7 @@
 .Pp
 .Sh DESCRIPTION
 .Nm
-can be used as a SNTP client to query a NTP or SNTP server and either display
+can be used as an SNTP client to query a NTP or SNTP server and either display
 the time or set the local system's time (given suitable privilege).  It can be
 run as an interactive command or in a
 .Ic cron
@@ -74,15 +74,15 @@ The default \fIseconds\fP for this option is:
 .ti +4
  68
 .sp
-When waiting for a broadcast packet SNTP will wait the number
-of seconds specified before giving up.  Default 68 seconds.
+When waiting for a broadcast packet @code{sntp} will wait the number
+of seconds specified before giving up.
 .It  \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP
 Listen to the address specified for broadcast time sync.
 This option may appear an unlimited number of times.
 .sp
-If specified SNTP will listen to the specified address
-for NTP broadcasts.  The default maximum wait time,
-68 seconds, can be modified with -B.
+If specified @code{sntp} will listen to the specified address
+for NTP broadcasts.  The default maximum wait time
+can be modified with @code{-B}.
 .It  \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP
 Concurrently query all IPs returned for host-name.
 This option may appear an unlimited number of times.
@@ -90,7 +90,7 @@ This option may appear an unlimited number of times.
 Requests from an NTP "client" to a "server" should never be sent
 more rapidly than one every 2 seconds.  By default, any IPs returned
 as part of a DNS lookup are assumed to be for a single instance of
-ntpd, and therefore sntp will send queries to these IPs one after
+ntpd, and therefore @code{sntp} will send queries to these IPs one after
 another, with a 2-second gap in between each query.
 The -c or --concurrent flag says that any IPs returned for the DNS
 lookup of the supplied host-name are on different machines, so we
@@ -114,7 +114,6 @@ Since we're only going to use the first valid response we get and
 there is benefit to specifying a good number of servers to query,
 separate the queries we send out by the specified number of
 milliseconds.
-Default 10 milliseconds.
 .It  \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP
 KoD history filename.
 The default \fIfile\-name\fP for this option is:
@@ -122,13 +121,12 @@ The default \fIfile\-name\fP for this option is:
  /var/db/ntp-kod
 .sp
 Specifies the filename to be used for the persistent history of KoD
-responses received from servers.  The default is
-/var/db/ntp-kod .
+responses received from servers.
 .It  \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-SNTP will search for the key specified with -a keyno in this
+@code{sntp} will search for the key specified with -a keyno in this
 file. Key files follow the following format:
 keyid keytype key
 Where  keyid is a number identifying this key
@@ -191,8 +189,8 @@ The default \fIseconds\fP for this option is:
 .ti +4
  5
 .sp
-When waiting for a unicast reply, SNTP will wait the number
-of seconds specified before giving up.  Default 5 seconds.
+When waiting for a unicast reply, @code{sntp} will wait the number
+of seconds specified before giving up.
 .It  \-\-wait, " \fB\-\-no\-wait\fP"
 Wait for pending replies (if not setting the time).
 The \fIno\-wait\fP form will disable the option.
index a21e96d6108481f0e070483d870daf62c84a9a08..e31bec147b06aebc716997dad95dbfc6c3c497c6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:07:05 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.7p203\n\
+"ntp-keygen (ntp) 4.2.7p204\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\
@@ -778,7 +778,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.7p203\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p204\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c683ce6987d6765685ad2c84d79cf5472c6fbe09..9c0b27de42ae24611c25f228635a19fc2f122b67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:49 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:07:04 AM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p203"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p203"
+#define NTP_KEYGEN_VERSION       "4.2.7p204"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21ef15b4ed3969f388f563cf539f78fb5193669a..0b96da820ab2dcd303e37cffae779e4b3cc14e4e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:44:25 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:08:18 AM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -49,7 +49,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.7p203
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p204
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 4bffa1ede1498cbcd037e5328fd97a6b6947ffc4..6e9797ba3a823de2fb14e1a59250a688501f816d 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:07:50 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b85ce8d54e489e0d48592b26ca5cb9c0224a8e4..cd56ec9b50eaaf164cc3cb7fdce621c8bf77fa23 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 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  August 13, 2011 at 10:44:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:08:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index a057fb3738fbfb3fcc278eb81c194b450119a109..2b4f2e252763f376a49d2040520f1f435034ecdd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:44:06 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:07:50 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index adaf2ab22d2c776ea28c17aa58105ec39cea2540..e1f0c4158a76f4adab595b152b3ed8c5e823b56b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 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  August 13, 2011 at 10:44:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:08:20 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME