]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P206 NTP_4_2_7P206
authorHarlan Stenn <stenn@ntp.org>
Sat, 20 Aug 2011 06:04:34 +0000 (06:04 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 20 Aug 2011 06:04:34 +0000 (06:04 +0000)
bk: 4e4f4e72_6ohjsKRiMVyeasbPtdv8w

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 16a2a4f10b19095cdcf1b5ac8c954e02b6615a74..1738f34a44d059b0dcc4b99360f51ab5f582c275 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p206) 2011/08/20 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1993] ntpd Windows port adj_systime() broken in 4.2.7p203.
 * sntp documentation and behavior improvements suggested by
   Steven Sommars.
index ca2f29d891d6d2578b0471805534c38399a3af5b..73fe752a3eb40f28398143d77e5a808632e71e51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:40:24 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:56:36 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.7p205\n\
+"ntpd 4.2.7p206\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.7p205\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index ee7f75fc108f45744cd1ff14278e69028de13a05..d9949bdee7f1f204e6a962243d5678d769daa014 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:40:23 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:56:35 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.7p205"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p205"
+#define NTPD_VERSION       "4.2.7p206"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2c41dc13294242135f08b28d5efa196c8f178e42..44787327282aa967d40da50eb972827511942969 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:41:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 05:57:34 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.7p205
+ntpd - NTP daemon program - Ver. 4.2.7p206
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index bfa121802fe34f764fdb2dbfda6c34d893a04517..df92a7641196cf635bc9b847b5f1e843b1790a63 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd 1ntpdman "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpd 1ntpdman "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 7d1a16b138395823557b439799fd08a1be8c632e..bae63015fd67e66d102ec0cb4a9c4cd950cfb255 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 2011
 .Dt NTPD 1ntpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index b746a8cd6ed95948dcff1295dd1762920fb6e4dc..faceb15b30dbdabc0424d86a6a7ba6eec9fa3c3a 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpd @NTPD_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpd @NTPD_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:47 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d471600351d2ff662cef06b1db16f6d84decb9e3..7f0ff1a16b90f8559a0e8a16db8a085236728c27 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:41:03 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:57:36 AM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 6b919ab67d75d0cd415faf56c2f7db7a7fdb10b6..093a9e88c34ea86096892589aa2bd57975e82d81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:41:13 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:57:50 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.7p205\n\
+"ntpdc 4.2.7p206\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.7p205\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 92f267f5c37ed80f1aa404775f2469496b2588c9..41984cff8f32874a0a3097e8da5fe3d9870a6c11 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:41:12 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:57:50 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.7p205"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p205"
+#define NTPDC_VERSION       "4.2.7p206"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4688f444d685cb2225c31b5f863a860d645fdc2a..d8a197bba40f2204776cd0b41ec6700b92f6cd1e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:42:39 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 05:59:31 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.7p205
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p206
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 07d2b61c31c1c5d6ba31a1343aa98081c63477d3..9a4cb298a198285ae2d79699a449d3d860f4eb4b 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc 1ntpdcman "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpdc 1ntpdcman "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:58:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 175f2e98c3876656c0686597b91799cf3772f35c..1283c3087a95ebe6f089b5c87b4f4139f07e34d8 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 2011
 .Dt NTPDC 1ntpdcmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:42:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:59:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 9fba5c804ce202052e8e9c619f268687f8e73706..2f99f279d447aa43a7cb9207811f1a7b6c4da1ce 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.7p205 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p206 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.7p205
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p206
 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 24ad04c9e4da7fc77385cb8c89a2e5fc7626481f..f83fd8113995f1095516aec710a499e20a81f9fd 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpdc @NTPDC_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:41:30 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:58:15 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 6c09712c69ed6c902bb8703ee885b6d2a88c0c89..b65180e80917b9414629fac0ad7d37da39104f40 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:42:41 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:59:33 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 08a1cabf06b5d80b2c602d61daf3ba6da5f84bbd..f632624391a6bf248d9a1084d167d9188056a851 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:42:44 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:59:38 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.7p205\n\
+"ntpq 4.2.7p206\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.7p205\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cec9ea0813d3de86d40c551a97f81efb946fcb52..775877fd6e437f9adc8cbd889c88687631129deb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:42:43 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:59:37 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.7p205"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p205"
+#define NTPQ_VERSION       "4.2.7p206"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e9e47a33a805a107c84eda4bb2d7bafde2e0139d..ebd421ba357c1c66a87b777f8ecc725939ef3e2b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:43:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 06:00:41 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.7p205
+ntpq - standard NTP query program - Ver. 4.2.7p206
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0f7a69392d22636a5b5cb4700887cdfbca2714f3..8e4eb9c5eb2a0c82749902080a1ea88339ea742c 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpq 1ntpqman "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 72f3800345ec2a923a402abd06c531f66b5deace..d1d1145b1098bd1b5b2867271a11416bdd6e5ae6 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 5add41a89e9309b77ff2f789c7c2713b887e7db7..73fb39c7f223441fba77488cf8fa22aad8619406 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpq @NTPQ_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:19 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 3b3c3857a767ba77a731aa2f97cd05348d7770df..531fb6891bd909e421c594c8cc7fc7e37d08a01c 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:43:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:00:43 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index dbaab22c32470aa36cbe19c1f88c8ba3a8e59da5..a6a5624c0e807e3af92ca0e171aa988f1c60e2a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:43:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 06:00:47 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.7p205\n\
+"ntpsnmpd 4.2.7p206\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.7p205\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1011d161aebcc5e2d4c7c73b5088718636f8fd99..eb5e605146ee16c95ef8c2a3b40da59593c02c5d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:43:35 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 06:00:46 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.7p205"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p205"
+#define NTPSNMPD_VERSION       "4.2.7p206"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d90872b8d7ce73248d2daa7b5f171dab80b6b991..3fe00670f306918058f4643a457c17e05ef04cbd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:44:01 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 06:01:19 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.7p205
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p206
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 1c0477bef59915b2851d1193f83198c78c310edc..59f89236c3a95ad70825aa366d37fab171186580 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a5f631679bdfa0fab0abddfef1a627f2d9cd2101..2bc41e1b3f685875a00187c52b0b4f952e152385 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index cf86ab48dd6191116bf5085ede56b866ba3807b3..08018c1b9b84ae4197b1b86644dddfb26454f5a5 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:43:46 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:00 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a9783bb5b25e29deaa4e3a1b8a0d4502103b441a..bf4510ce5baf5ca0772717444927aacf033fa45b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:44:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:21 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 809ecbd2f932f22a5262b5289818d4a7435acdd8..9781473150c2c02782fe03c666e7f235dca28e36 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=205
+point=206
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 1fd54fbdcacb38c9a2974125f63f556d0e416a74..743e8814ff33a57765add3562d582715a2ce263d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:40:19 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 05:56:30 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d8452452143f80ee71c5a5ea22e9d064be07450d..18c4cb0a12f22372b2286badada2120c6f2599a6 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
+.TH ntp-wait 1ntp-waitman "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:15 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -35,18 +35,22 @@ flag is provided.
 .BR \-n " \fInum\-tries\fP, " \-\- "=" \fInum\-tries\fP
 Number of times to check ntpd.
 This option takes an integer number as its argument.
+The default \fInum\-tries\fP for this option is:
+.ti +4
+ 100
 .sp
 The maximum number of times we will check ntpd to see if it
 has been able to synchronize and stabilize the system clock.
-The default is 100 times.
 .TP
 .BR \-s " \fIsecs\-between\-tries\fP, " \-\- "=" \fIsecs\-between\-tries\fP
 How long to sleep between tries.
 This option takes an integer number as its argument.
+The default \fIsecs\-between\-tries\fP for this option is:
+.ti +4
+ 6
 .sp
-We will sleep for secs-between-tries after each query of ntpd
+We will sleep for @file{secs-between-tries} after each query of ntpd
 that returns "the time is not yet stable".
-The default is 6 seconds.
 .TP
 .BR \-v ", " -\-
 Be verbose.
index 04eb89867bd11f5528f27c20399ea3b80ddf1467..c19587a5ebe0dc2e5a9941050583ebbb705e4b71 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:40:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -38,17 +38,21 @@ flag is provided.
 .It  \-n " \fInum\-tries\fP, " \-\- "=" \fInum\-tries\fP
 Number of times to check ntpd.
 This option takes an integer number as its argument.
+The default \fInum\-tries\fP for this option is:
+.ti +4
+ 100
 .sp
 The maximum number of times we will check ntpd to see if it
 has been able to synchronize and stabilize the system clock.
-The default is 100 times.
 .It  \-s " \fIsecs\-between\-tries\fP, " \-\- "=" \fIsecs\-between\-tries\fP
 How long to sleep between tries.
 This option takes an integer number as its argument.
+The default \fIsecs\-between\-tries\fP for this option is:
+.ti +4
+ 6
 .sp
-We will sleep for secs-between-tries after each query of ntpd
+We will sleep for @file{secs-between-tries} after each query of ntpd
 that returns "the time is not yet stable".
-The default is 6 seconds.
 .It  \-v ", " -\-
 Be verbose.
 .sp
index 9a4e3fab90506092e330baf0490df4363af17fc9..f6eb59324522a979cb2305f9dd71d29c898be3a4 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.7p205 of <code>ntp-wait</code>.
+  <p>This document applies to version 4.2.7p206 of <code>ntp-wait</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 36dad87b47c3cf45c3c6f40aaa4970e7e5e5ea1f..42077135fe91a9eabf60c0ad88d460e555f7666f 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-wait @NTP_WAIT_MS@ "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
+.TH ntp-wait @NTP_WAIT_MS@ "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:40:10 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:15 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -35,18 +35,22 @@ flag is provided.
 .BR \-n " \fInum\-tries\fP, " \-\- "=" \fInum\-tries\fP
 Number of times to check ntpd.
 This option takes an integer number as its argument.
+The default \fInum\-tries\fP for this option is:
+.ti +4
+ 100
 .sp
 The maximum number of times we will check ntpd to see if it
 has been able to synchronize and stabilize the system clock.
-The default is 100 times.
 .TP
 .BR \-s " \fIsecs\-between\-tries\fP, " \-\- "=" \fIsecs\-between\-tries\fP
 How long to sleep between tries.
 This option takes an integer number as its argument.
+The default \fIsecs\-between\-tries\fP for this option is:
+.ti +4
+ 6
 .sp
-We will sleep for secs-between-tries after each query of ntpd
+We will sleep for @file{secs-between-tries} after each query of ntpd
 that returns "the time is not yet stable".
-The default is 6 seconds.
 .TP
 .BR \-v ", " -\-
 Be verbose.
index bd3857c892332b8fe1856786e2259257766db137..95db8ffc4d03cbffea0fa4cbf3c2a0d02fd9c160 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:40:21 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 05:56:33 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -38,17 +38,21 @@ flag is provided.
 .It  \-n " \fInum\-tries\fP, " \-\- "=" \fInum\-tries\fP
 Number of times to check ntpd.
 This option takes an integer number as its argument.
+The default \fInum\-tries\fP for this option is:
+.ti +4
+ 100
 .sp
 The maximum number of times we will check ntpd to see if it
 has been able to synchronize and stabilize the system clock.
-The default is 100 times.
 .It  \-s " \fIsecs\-between\-tries\fP, " \-\- "=" \fIsecs\-between\-tries\fP
 How long to sleep between tries.
 This option takes an integer number as its argument.
+The default \fIsecs\-between\-tries\fP for this option is:
+.ti +4
+ 6
 .sp
-We will sleep for secs-between-tries after each query of ntpd
+We will sleep for @file{secs-between-tries} after each query of ntpd
 that returns "the time is not yet stable".
-The default is 6 seconds.
 .It  \-v ", " -\-
 Be verbose.
 .sp
index c464ff38ef31c1a6c7cda419b881d839d6c8f262..1f750d9f25e7472d731e7083a7e2a3a65155f1c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:34:07 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:47:21 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.7p205\n\
+"sntp 4.2.7p206\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\
@@ -218,7 +218,7 @@ static char const zLogfile_Name[]            = "logfile";
  *  Steplimit option description:
  */
 static char const zSteplimitText[] =
-        "Adjustments less than steplimit msec will be slewed";
+        "Adjustments less than @file{steplimit} msec will be slewed";
 static char const zSteplimit_NAME[]          = "STEPLIMIT";
 static char const zSteplimit_Name[]          = "steplimit";
 #define STEPLIMIT_FLAGS       (OPTST_DISABLED \
@@ -248,7 +248,7 @@ static char const zUsereservedport_Name[]    = "usereservedport";
  *  Step option description:
  */
 static char const zStepText[] =
-        "OK to 'step' the time with settimeofday()";
+        "OK to 'step' the time with settimeofday(2)";
 static char const zStep_NAME[]               = "STEP";
 static char const zStep_Name[]               = "step";
 #define STEP_FLAGS       (OPTST_DISABLED)
@@ -257,7 +257,7 @@ static char const zStep_Name[]               = "step";
  *  Slew option description:
  */
 static char const zSlewText[] =
-        "OK to 'slew' the time with adjtime()";
+        "OK to 'slew' the time with adjtime(2)";
 static char const zSlew_NAME[]               = "SLEW";
 static char const zSlew_Name[]               = "slew";
 #define SLEW_FLAGS       (OPTST_DISABLED)
@@ -662,8 +662,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Sntp Option Environment
  */
 static char const zPROGNAME[5] = "SNTP";
-static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p205\n\
+static char const zUsageTitle[161] =
+"sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 6639a1b01b4e2cf759415137dc3533589440a16d..dceacbb61a03b988601da07e422db82d869ec30b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:34:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 05:47:21 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.7p205"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p205"
+#define SNTP_VERSION       "4.2.7p206"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a6db99e02841af35607551762c4bc3343eedb913..415447e230e4c8d61b683322f8433682f0437b9f 100644 (file)
@@ -1,12 +1,12 @@
 @node sntp Invocation
 @section Invoking sntp
 @pindex sntp
-@cindex standard Simple Network Time Protocol program
+@cindex standard Simple Network Time Protocol client program
 @ignore
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:45:32 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 06:03:29 AM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -25,20 +25,35 @@ are defined and described by RFC 5905.
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like
 @example
-1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs
+1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN
 @end example
 where the
 @example
-+4.567 +/- 0.089 secs
+(+0800)
+@end example
+means that to get to UTC from the reported local time one must
+add 8 hours and 0 minutes,
+the
+@example
++4.567
 @end example
 indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the (local) time of
-@code{1996-10-15 20:17:25.123}
-can be converted to UTC time by adding 8 hours and 0 minutes, and
-is believed to be correct to within
-@code{+/- 0.089}
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct).
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+@example
++/- 0.089
+@end example
+is the reported @file{synchronization distance} (in seconds),
+which represents the maximum error due to all causes.
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+@example
++/- ?
+@end example
+If the @file{host} is different from the @file{IP}, both will be displayed.
+Otherwise, only the @file{IP} is displayed.
+Finally, the @file{stratum} is reported.
 
 This section was generated by @strong{AutoGen},
 the aginfo template and the option descriptions for the @command{sntp} program.  It documents the @command{sntp} usage text and option meanings.
@@ -76,7 +91,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p205
+sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p206
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -100,15 +115,15 @@ USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
    -K Fil kod            KoD history filename
    -k Fil keyfile        Look in this file for the key specified with -a
    -l Fil logfile        Log to specified logfile
-   -M Num steplimit      Adjustments less than steplimit msec will be slewed
+   -M Num steplimit      Adjustments less than @@file@{steplimit@} msec will be slewed
                                 - It must be in the range:
                                   greater than or equal to 0
    -o Num ntpversion     Send <int> as our NTP version
                                 - It must be in the range:
                                   0 to 7
    -r no  usereservedport Use the NTP Reserved Port (port 123)
-   -S no  step           OK to 'step' the time with settimeofday()
-   -s no  slew           OK to 'slew' the time with adjtime()
+   -S no  step           OK to 'step' the time with settimeofday(2)
+   -s no  slew           OK to 'slew' the time with adjtime(2)
    -u Num uctimeout      The number of seconds to wait for unicast responses
       no  wait           Wait for pending replies (if not setting the time)
                                 - disabled as --no-wait
@@ -184,12 +199,12 @@ 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 @code{sntp} will send queries to these IPs one after
-another, with a 2-second gap in between each query.
+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
-can send concurrent queries.
+The @code{-c} or @code{--concurrent} flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 
 @node sntp debug-level
 @subsection debug-level option (-d)
@@ -253,17 +268,17 @@ to the IPv6 namespace.
 
 This is the ``look in this file for the key specified with -a'' option.
 This option specifies the keyfile.
-@code{sntp} will search for the key specified with -a keyno in this
-file. Key files follow the following format:
+@code{sntp} will search for the key specified with @code{-a}
+@file{keyno} in this file.  Key files follow the following format:
 
-keyid keytype key
+@file{keyid keytype key}
 
-Where  keyid is a number identifying this key
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
-A  Key is a 1-to-8 character ASCII string.
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+Where  @file{keyid} is a number identifying this key
+@file{keytype} is one of the following:
+@code{S}  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
+@code{N}  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
+@code{A}  Key is a 1-to-8 character ASCII string.
+@code{M}  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 
 For more information see ntp.keys(5).
 
@@ -281,7 +296,7 @@ responses received from servers.
 
 This is the ``log to specified logfile'' option.
 This option causes the client to write log messages to the specified
-logfile.
+@file{logfile}.
 
 @node sntp ntpversion
 @subsection ntpversion option (-o)
@@ -289,7 +304,7 @@ logfile.
 
 This is the ``send <int> as our ntp version'' option.
 When sending requests to a remote server, tell them we are running
-NTP protocol version <ntpversion> .
+NTP protocol version @file{ntpversion} .
 
 @node sntp set-debug-level
 @subsection set-debug-level option (-D)
@@ -309,24 +324,24 @@ may appear an unlimited number of times.
 @subsection slew option (-s)
 @cindex sntp-slew
 
-This is the ``ok to 'slew' the time with adjtime()'' option.
+This is the ``ok to 'slew' the time with adjtime(2)'' option.
 
 
 @node sntp step
 @subsection step option (-S)
 @cindex sntp-step
 
-This is the ``ok to 'step' the time with settimeofday()'' option.
+This is the ``ok to 'step' the time with settimeofday(2)'' option.
 
 
 @node sntp steplimit
 @subsection steplimit option (-M)
 @cindex sntp-steplimit
 
-This is the ``adjustments less than steplimit msec will be slewed'' option.
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday(). 
+This is the ``adjustments less than @file{steplimit} msec will be slewed'' option.
+If the time adjustment is less than @file{steplimit} milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2). 
 
 @node sntp uctimeout
 @subsection uctimeout option (-u)
index 2b54ecb5075789659bbafdf8f0c669795e89e45a..6927af5b33ca4c9862a50eacb2945e56c1ad4f28 100644 (file)
@@ -1,13 +1,13 @@
-.TH sntp 1sntpman "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH sntp 1sntpman "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
 .SH NAME
-sntp \- standard Simple Network Time Protocol program
+sntp \- standard Simple Network Time Protocol client program
 .SH SYNOPSIS
 .B sntp
 .\" Mixture of short (flag) options and long options
@@ -17,7 +17,7 @@ sntp \- standard Simple Network Time Protocol program
 .B 
 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
+run as an interactive command or from a
 .Ic cron
 job.
 NTP (the Network Time Protocol) and SNTP (the Simple Network Time Protocol)
@@ -25,20 +25,35 @@ are defined and described by RFC 5905.
 .PP
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like:
-.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs'"
+.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN'"
 where the
 .Ic "'(+0800)'"
 means that to get to UTC from the reported local time one must
 add 8 hours and 0 minutes,
-and the
-.Ic "'+4.567 +/- 0.089 secs'"
+the
+.Ic "'+4.567'"
 indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the date/time of
-'1996-10-15 20:17:25.123'
-is believed to be correct to within
-+/- 0.089
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct).
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+.Ic "'+/- 0.089'"
+is the reported
+.I synchronization distance
+(in seconds), which represents the maximum error due to all causes.
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+.Ic "'+/- ?'" .
+If the
+.I host
+is different from the
+.I IP ,
+both will be displayed.
+Otherwise, only the 
+.I IP
+is displayed.
+Finally, the
+.I stratum
+of the host is reported.
 .SH "OPTIONS"
 .TP
 .BR \-4 ", " -\-ipv4
@@ -91,11 +106,11 @@ 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 @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
-can send concurrent queries.
+ntpd, and therefore @code{sntp} will send queries to these IPs one
+after another, with a 2-second gap in between each query.
+The @code{-c} or @code{--concurrent} flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 .TP
 .BR \-d ", " -\-debug\-level
 Increase debug verbosity level.
@@ -132,25 +147,25 @@ responses received from servers.
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-@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
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
-A  Key is a 1-to-8 character ASCII string.
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+@code{sntp} will search for the key specified with @code{-a}
+@file{keyno} in this file.  Key files follow the following format:
+@file{keyid keytype key}
+Where  @file{keyid} is a number identifying this key
+@file{keytype} is one of the following:
+@code{S}  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
+@code{N}  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
+@code{A}  Key is a 1-to-8 character ASCII string.
+@code{M}  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 For more information see ntp.keys(5).
 .TP
 .BR \-l " \fIfile\-name\fP, " \-\-logfile "=" \fIfile\-name\fP
 Log to specified logfile.
 .sp
 This option causes the client to write log messages to the specified
-logfile.
+@file{logfile}.
 .TP
 .BR \-M " \fInumber\fP, " \-\-steplimit "=" \fInumber\fP
-Adjustments less than steplimit msec will be slewed.
+Adjustments less than @file{steplimit} msec will be slewed.
 This option takes an integer number as its argument.
 The value of \fInumber\fP is constrained to being:
 .in +4
@@ -160,9 +175,9 @@ greater than or equal to 0
 .fi
 .in -4
 .sp
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday(). 
+If the time adjustment is less than @file{steplimit} milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2). 
 .TP
 .BR \-o " \fInumber\fP, " \-\-ntpversion "=" \fInumber\fP
 Send <int> as our NTP version.
@@ -179,7 +194,7 @@ The default \fInumber\fP for this option is:
  4
 .sp
 When sending requests to a remote server, tell them we are running
-NTP protocol version <ntpversion> .
+NTP protocol version @file{ntpversion} .
 .TP
 .BR \-r ", " -\-usereservedport
 Use the NTP Reserved Port (port 123).
@@ -188,11 +203,11 @@ Use port 123, which is reserved for NTP, for our network
 communications.
 .TP
 .BR \-S ", " -\-step
-OK to 'step' the time with settimeofday().
+OK to 'step' the time with settimeofday(2).
 .sp
 .TP
 .BR \-s ", " -\-slew
-OK to 'slew' the time with adjtime().
+OK to 'slew' the time with adjtime(2).
 .sp
 .TP
 .BR \-u " \fIseconds\fP, " \-\-uctimeout "=" \fIseconds\fP
index 7667575995106345c0349c5ea442bb068a4863ec..8b8e904aac123bcc708a2be635889866d74f03bd 100644 (file)
@@ -1,14 +1,14 @@
-.Dd August 19 2011
+.Dd August 20 2011
 .Dt SNTP 1sntpmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
 .Nm sntp
-.Nd standard Simple Network Time Protocol program
+.Nd standard Simple Network Time Protocol client program
 .Sh SYNOPSIS
 .Nm
 .\" Mixture of short (flag) options and long options
@@ -21,7 +21,7 @@
 .Nm
 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
+run as an interactive command or from a
 .Ic cron
 job.
 NTP (the Network Time Protocol) and SNTP (the Simple Network Time Protocol)
@@ -29,20 +29,35 @@ are defined and described by RFC 5905.
 .PP
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like:
-.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs'"
+.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN'"
 where the
 .Ic "'(+0800)'"
 means that to get to UTC from the reported local time one must
 add 8 hours and 0 minutes,
-and the
-.Ic "'+4.567 +/- 0.089 secs'"
+the
+.Ic "'+4.567'"
 indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the date/time of
-'1996-10-15 20:17:25.123'
-is believed to be correct to within
-+/- 0.089
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct).
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+.Ic "'+/- 0.089'"
+is the reported
+.Em synchronization distance
+(in seconds), which represents the maximum error due to all causes.
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+.Ic "'+/- ?'" .
+If the
+.Em host
+is different from the
+.Em IP ,
+both will be displayed.
+Otherwise, only the 
+.Em IP
+is displayed.
+Finally, the
+.Em stratum
+of the host is reported.
 .Sh "OPTIONS"
 .Bl -tag
 .It  \-4 ", " -\-ipv4
@@ -90,11 +105,11 @@ 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 @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
-can send concurrent queries.
+ntpd, and therefore @code{sntp} will send queries to these IPs one
+after another, with a 2-second gap in between each query.
+The @code{-c} or @code{--concurrent} flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 .It  \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -126,23 +141,23 @@ responses received from servers.
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-@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
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
-A  Key is a 1-to-8 character ASCII string.
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+@code{sntp} will search for the key specified with @code{-a}
+@file{keyno} in this file.  Key files follow the following format:
+@file{keyid keytype key}
+Where  @file{keyid} is a number identifying this key
+@file{keytype} is one of the following:
+@code{S}  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
+@code{N}  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
+@code{A}  Key is a 1-to-8 character ASCII string.
+@code{M}  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 For more information see ntp.keys(5).
 .It  \-l " \fIfile\-name\fP, " \-\-logfile "=" \fIfile\-name\fP
 Log to specified logfile.
 .sp
 This option causes the client to write log messages to the specified
-logfile.
+@file{logfile}.
 .It  \-M " \fInumber\fP, " \-\-steplimit "=" \fInumber\fP
-Adjustments less than steplimit msec will be slewed.
+Adjustments less than @file{steplimit} msec will be slewed.
 This option takes an integer number as its argument.
 The value of \fInumber\fP is constrained to being:
 .in +4
@@ -152,9 +167,9 @@ greater than or equal to 0
 .fi
 .in -4
 .sp
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday(). 
+If the time adjustment is less than @file{steplimit} milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2). 
 .It  \-o " \fInumber\fP, " \-\-ntpversion "=" \fInumber\fP
 Send <int> as our NTP version.
 This option takes an integer number as its argument.
@@ -170,17 +185,17 @@ The default \fInumber\fP for this option is:
  4
 .sp
 When sending requests to a remote server, tell them we are running
-NTP protocol version <ntpversion> .
+NTP protocol version @file{ntpversion} .
 .It  \-r ", " -\-usereservedport
 Use the NTP Reserved Port (port 123).
 .sp
 Use port 123, which is reserved for NTP, for our network
 communications.
 .It  \-S ", " -\-step
-OK to 'step' the time with settimeofday().
+OK to 'step' the time with settimeofday(2).
 .sp
 .It  \-s ", " -\-slew
-OK to 'slew' the time with adjtime().
+OK to 'slew' the time with adjtime(2).
 .sp
 .It  \-u " \fIseconds\fP, " \-\-uctimeout "=" \fIseconds\fP
 The number of seconds to wait for unicast responses.
index c07836f82e1745bc156a6d7a0cb29f6afad37b5b..0091a33268d43593c4cbaa6518f5635aef2f8270 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.7p205 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p206 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -83,7 +83,7 @@ error bound of the system clock relative to the server clock.
 
 <h3 class="section">Invoking sntp</h3>
 
-<p><a name="index-sntp-1"></a><a name="index-standard-Simple-Network-Time-Protocol-program-2"></a>
+<p><a name="index-sntp-1"></a><a name="index-standard-Simple-Network-Time-Protocol-client-program-2"></a>
 <code>sntp</code>
 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
@@ -96,19 +96,31 @@ are defined and described by RFC 5905.
 
   <p class="indent">The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like
-<pre class="example">     1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs
+<pre class="example">     1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN
 </pre>
   <p>where the
-<pre class="example">     +4.567 +/- 0.089 secs
+<pre class="example">     (+0800)
+</pre>
+  <p>means that to get to UTC from the reported local time one must
+add 8 hours and 0 minutes,
+the
+<pre class="example">     +4.567
 </pre>
   <p>indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the (local) time of
-<code>1996-10-15 20:17:25.123</code>
-can be converted to UTC time by adding 8 hours and 0 minutes, and
-is believed to be correct to within
-<code>+/- 0.089</code>
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct). 
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+<pre class="example">     +/- 0.089
+</pre>
+  <p>is the reported <span class="file">synchronization distance</span> (in seconds),
+which represents the maximum error due to all causes. 
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+<pre class="example">     +/- ?
+</pre>
+  <p>If the <span class="file">host</span> is different from the <span class="file">IP</span>, both will be displayed. 
+Otherwise, only the <span class="file">IP</span> is displayed. 
+Finally, the <span class="file">stratum</span> is reported.
 
   <p>This section was generated by <strong>AutoGen</strong>,
 the aginfo template and the option descriptions for the <span class="command">sntp</span> program.  It documents the <span class="command">sntp</span> usage text and option meanings.
@@ -150,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 program - Ver. 4.2.7p205
+<pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.7p206
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -174,15 +186,15 @@ USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ].
    -K Fil kod            KoD history filename
    -k Fil keyfile        Look in this file for the key specified with -a
    -l Fil logfile        Log to specified logfile
-   -M Num steplimit      Adjustments less than steplimit msec will be slewed
+   -M Num steplimit      Adjustments less than @file{steplimit} msec will be slewed
                                 - It must be in the range:
                                   greater than or equal to 0
    -o Num ntpversion     Send &lt;int&gt; as our NTP version
                                 - It must be in the range:
                                   0 to 7
    -r no  usereservedport Use the NTP Reserved Port (port 123)
-   -S no  step           OK to 'step' the time with settimeofday()
-   -s no  slew           OK to 'slew' the time with adjtime()
+   -S no  step           OK to 'step' the time with settimeofday(2)
+   -s no  slew           OK to 'slew' the time with adjtime(2)
    -u Num uctimeout      The number of seconds to wait for unicast responses
       no  wait           Wait for pending replies (if not setting the time)
                                 - disabled as --no-wait
@@ -282,12 +294,12 @@ 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 <code>sntp</code> will send queries to these IPs one after
-another, with a 2-second gap in between each query.
+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
-lookup of the supplied host-name are on different machines, so we
-can send concurrent queries.
+  <p>The <code>-c</code> or <code>--concurrent</code> flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 
 <div class="node">
 <p><hr>
@@ -381,17 +393,17 @@ 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. 
-<code>sntp</code> will search for the key specified with -a keyno in this
-file. Key files follow the following format:
+<code>sntp</code> will search for the key specified with <code>-a</code>
+<span class="file">keyno</span> in this file.  Key files follow the following format:
 
-  <p>keyid keytype key
+  <p><span class="file">keyid keytype key</span>
 
-  <p>Where     keyid is a number identifying this key
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification. 
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard. 
-A  Key is a 1-to-8 character ASCII string. 
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+  <p>Where     <span class="file">keyid</span> is a number identifying this key
+<span class="file">keytype</span> is one of the following:
+<code>S</code>  Key is a 64 Bit hexadecimal number as specified in in the DES specification. 
+<code>N</code>  Key is a 64 Bit hexadecimal number as specified in the NTP standard. 
+<code>A</code>  Key is a 1-to-8 character ASCII string. 
+<code>M</code>  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 
   <p>For more information see ntp.keys(5).
 
@@ -423,7 +435,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp_002dlogfile-14"></a>
 This is the &ldquo;log to specified logfile&rdquo; option. 
 This option causes the client to write log messages to the specified
-logfile.
+<span class="file">logfile</span>.
 
 <div class="node">
 <p><hr>
@@ -438,7 +450,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp_002dntpversion-15"></a>
 This is the &ldquo;send &lt;int&gt; as our ntp version&rdquo; option. 
 When sending requests to a remote server, tell them we are running
-NTP protocol version &lt;ntpversion&gt; .
+NTP protocol version <span class="file">ntpversion</span> .
 
 <div class="node">
 <p><hr>
@@ -469,7 +481,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <h4 class="subsection">slew option (-s)</h4>
 
 <p><a name="index-sntp_002dslew-17"></a>
-This is the &ldquo;ok to 'slew' the time with adjtime()&rdquo; option.
+This is the &ldquo;ok to 'slew' the time with adjtime(2)&rdquo; option.
 
 <div class="node">
 <p><hr>
@@ -482,7 +494,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <h4 class="subsection">step option (-S)</h4>
 
 <p><a name="index-sntp_002dstep-18"></a>
-This is the &ldquo;ok to 'step' the time with settimeofday()&rdquo; option.
+This is the &ldquo;ok to 'step' the time with settimeofday(2)&rdquo; option.
 
 <div class="node">
 <p><hr>
@@ -495,10 +507,10 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <h4 class="subsection">steplimit option (-M)</h4>
 
 <p><a name="index-sntp_002dsteplimit-19"></a>
-This is the &ldquo;adjustments less than steplimit msec will be slewed&rdquo; option. 
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday().
+This is the &ldquo;adjustments less than <span class="file">steplimit</span> msec will be slewed&rdquo; option. 
+If the time adjustment is less than <span class="file">steplimit</span> milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2).
 
 <div class="node">
 <p><hr>
index e5a62751c6165f1b2ca3dade3ba0916f0bab3e8e..d85fc1848b6055af108c8b6da34b9e24ef6fa450 100644 (file)
@@ -1,13 +1,13 @@
-.TH sntp @SNTP_MS@ "19 Aug 2011" "4.2.7p205" "User Commands"
+.TH sntp @SNTP_MS@ "20 Aug 2011" "4.2.7p206" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:45:15 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:08 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
 .SH NAME
-sntp \- standard Simple Network Time Protocol program
+sntp \- standard Simple Network Time Protocol client program
 .SH SYNOPSIS
 .B sntp
 .\" Mixture of short (flag) options and long options
@@ -17,7 +17,7 @@ sntp \- standard Simple Network Time Protocol program
 .B 
 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
+run as an interactive command or from a
 .Ic cron
 job.
 NTP (the Network Time Protocol) and SNTP (the Simple Network Time Protocol)
@@ -25,20 +25,35 @@ are defined and described by RFC 5905.
 .PP
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like:
-.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs'"
+.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN'"
 where the
 .Ic "'(+0800)'"
 means that to get to UTC from the reported local time one must
 add 8 hours and 0 minutes,
-and the
-.Ic "'+4.567 +/- 0.089 secs'"
+the
+.Ic "'+4.567'"
 indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the date/time of
-'1996-10-15 20:17:25.123'
-is believed to be correct to within
-+/- 0.089
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct).
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+.Ic "'+/- 0.089'"
+is the reported
+.I synchronization distance
+(in seconds), which represents the maximum error due to all causes.
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+.Ic "'+/- ?'" .
+If the
+.I host
+is different from the
+.I IP ,
+both will be displayed.
+Otherwise, only the 
+.I IP
+is displayed.
+Finally, the
+.I stratum
+of the host is reported.
 .SH "OPTIONS"
 .TP
 .BR \-4 ", " -\-ipv4
@@ -91,11 +106,11 @@ 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 @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
-can send concurrent queries.
+ntpd, and therefore @code{sntp} will send queries to these IPs one
+after another, with a 2-second gap in between each query.
+The @code{-c} or @code{--concurrent} flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 .TP
 .BR \-d ", " -\-debug\-level
 Increase debug verbosity level.
@@ -132,25 +147,25 @@ responses received from servers.
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-@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
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
-A  Key is a 1-to-8 character ASCII string.
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+@code{sntp} will search for the key specified with @code{-a}
+@file{keyno} in this file.  Key files follow the following format:
+@file{keyid keytype key}
+Where  @file{keyid} is a number identifying this key
+@file{keytype} is one of the following:
+@code{S}  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
+@code{N}  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
+@code{A}  Key is a 1-to-8 character ASCII string.
+@code{M}  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 For more information see ntp.keys(5).
 .TP
 .BR \-l " \fIfile\-name\fP, " \-\-logfile "=" \fIfile\-name\fP
 Log to specified logfile.
 .sp
 This option causes the client to write log messages to the specified
-logfile.
+@file{logfile}.
 .TP
 .BR \-M " \fInumber\fP, " \-\-steplimit "=" \fInumber\fP
-Adjustments less than steplimit msec will be slewed.
+Adjustments less than @file{steplimit} msec will be slewed.
 This option takes an integer number as its argument.
 The value of \fInumber\fP is constrained to being:
 .in +4
@@ -160,9 +175,9 @@ greater than or equal to 0
 .fi
 .in -4
 .sp
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday(). 
+If the time adjustment is less than @file{steplimit} milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2). 
 .TP
 .BR \-o " \fInumber\fP, " \-\-ntpversion "=" \fInumber\fP
 Send <int> as our NTP version.
@@ -179,7 +194,7 @@ The default \fInumber\fP for this option is:
  4
 .sp
 When sending requests to a remote server, tell them we are running
-NTP protocol version <ntpversion> .
+NTP protocol version @file{ntpversion} .
 .TP
 .BR \-r ", " -\-usereservedport
 Use the NTP Reserved Port (port 123).
@@ -188,11 +203,11 @@ Use port 123, which is reserved for NTP, for our network
 communications.
 .TP
 .BR \-S ", " -\-step
-OK to 'step' the time with settimeofday().
+OK to 'step' the time with settimeofday(2).
 .sp
 .TP
 .BR \-s ", " -\-slew
-OK to 'slew' the time with adjtime().
+OK to 'slew' the time with adjtime(2).
 .sp
 .TP
 .BR \-u " \fIseconds\fP, " \-\-uctimeout "=" \fIseconds\fP
index fe3778ee015342cee5b7f8d47a72d1929aa863c3..8260a5860ea39ffc6fb862480cc5bb01b6959630 100644 (file)
@@ -1,14 +1,14 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:45:34 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:03:31 AM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
 .Nm sntp
-.Nd standard Simple Network Time Protocol program
+.Nd standard Simple Network Time Protocol client program
 .Sh SYNOPSIS
 .Nm
 .\" Mixture of short (flag) options and long options
@@ -21,7 +21,7 @@
 .Nm
 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
+run as an interactive command or from a
 .Ic cron
 job.
 NTP (the Network Time Protocol) and SNTP (the Simple Network Time Protocol)
@@ -29,20 +29,35 @@ are defined and described by RFC 5905.
 .PP
 The default is to write the estimated correct local date and time (i.e. not
 UTC) to the standard output in a format like:
-.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 secs'"
+.Ic "'1996-10-15 20:17:25.123 (+0800) +4.567 +/- 0.089 [host] IP sN'"
 where the
 .Ic "'(+0800)'"
 means that to get to UTC from the reported local time one must
 add 8 hours and 0 minutes,
-and the
-.Ic "'+4.567 +/- 0.089 secs'"
+the
+.Ic "'+4.567'"
 indicates the local clock is 4.567 seconds behind the correct time
-(so 4.567 seconds must be added to the local clock to get it to be correct),
-and the date/time of
-'1996-10-15 20:17:25.123'
-is believed to be correct to within
-+/- 0.089
-seconds.
+(so 4.567 seconds must be added to the local clock to get it to be correct).
+Note that the number of decimals printed for this value will change
+based on the reported precision of the server.
+.Ic "'+/- 0.089'"
+is the reported
+.Em synchronization distance
+(in seconds), which represents the maximum error due to all causes.
+If the server does not report valid data needed to calculate the
+synchronization distance, this will be reported as
+.Ic "'+/- ?'" .
+If the
+.Em host
+is different from the
+.Em IP ,
+both will be displayed.
+Otherwise, only the 
+.Em IP
+is displayed.
+Finally, the
+.Em stratum
+of the host is reported.
 .Sh "OPTIONS"
 .Bl -tag
 .It  \-4 ", " -\-ipv4
@@ -90,11 +105,11 @@ 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 @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
-can send concurrent queries.
+ntpd, and therefore @code{sntp} will send queries to these IPs one
+after another, with a 2-second gap in between each query.
+The @code{-c} or @code{--concurrent} flag says that any IPs
+returned for the DNS lookup of the supplied host-name are on
+different machines, so we can send concurrent queries.
 .It  \-d ", " -\-debug\-level
 Increase debug verbosity level.
 This option may appear an unlimited number of times.
@@ -126,23 +141,23 @@ responses received from servers.
 Look in this file for the key specified with -a.
 .sp
 This option specifies the keyfile.
-@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
-keytype is one of the following:
-S  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
-N  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
-A  Key is a 1-to-8 character ASCII string.
-M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
+@code{sntp} will search for the key specified with @code{-a}
+@file{keyno} in this file.  Key files follow the following format:
+@file{keyid keytype key}
+Where  @file{keyid} is a number identifying this key
+@file{keytype} is one of the following:
+@code{S}  Key is a 64 Bit hexadecimal number as specified in in the DES specification.
+@code{N}  Key is a 64 Bit hexadecimal number as specified in the NTP standard.
+@code{A}  Key is a 1-to-8 character ASCII string.
+@code{M}  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 For more information see ntp.keys(5).
 .It  \-l " \fIfile\-name\fP, " \-\-logfile "=" \fIfile\-name\fP
 Log to specified logfile.
 .sp
 This option causes the client to write log messages to the specified
-logfile.
+@file{logfile}.
 .It  \-M " \fInumber\fP, " \-\-steplimit "=" \fInumber\fP
-Adjustments less than steplimit msec will be slewed.
+Adjustments less than @file{steplimit} msec will be slewed.
 This option takes an integer number as its argument.
 The value of \fInumber\fP is constrained to being:
 .in +4
@@ -152,9 +167,9 @@ greater than or equal to 0
 .fi
 .in -4
 .sp
-If the time adjustment is less than steplimit milliseconds, slew the
-amount using adjtime().  Otherwise, step the correction using
-settimeofday(). 
+If the time adjustment is less than @file{steplimit} milliseconds,
+slew the amount using adjtime(2).  Otherwise, step the correction
+using settimeofday(2). 
 .It  \-o " \fInumber\fP, " \-\-ntpversion "=" \fInumber\fP
 Send <int> as our NTP version.
 This option takes an integer number as its argument.
@@ -170,17 +185,17 @@ The default \fInumber\fP for this option is:
  4
 .sp
 When sending requests to a remote server, tell them we are running
-NTP protocol version <ntpversion> .
+NTP protocol version @file{ntpversion} .
 .It  \-r ", " -\-usereservedport
 Use the NTP Reserved Port (port 123).
 .sp
 Use port 123, which is reserved for NTP, for our network
 communications.
 .It  \-S ", " -\-step
-OK to 'step' the time with settimeofday().
+OK to 'step' the time with settimeofday(2).
 .sp
 .It  \-s ", " -\-slew
-OK to 'slew' the time with adjtime().
+OK to 'slew' the time with adjtime(2).
 .sp
 .It  \-u " \fIseconds\fP, " \-\-uctimeout "=" \fIseconds\fP
 The number of seconds to wait for unicast responses.
index 4ee4a50d57f6ccf8719695910c4732ade63954cc..8ae6a7c5ff14a1f75a4d2a210235198d83574744 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:44:06 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 06:01:26 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.7p205\n\
+"ntp-keygen (ntp) 4.2.7p206\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.7p205\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p206\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 154b8030befc2665cba288548f7f9ac7575862bf..518412033bc928672eeef23789000a5be23298db 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August 19, 2011 at 07:44:05 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 20, 2011 at 06:01:25 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.7p205"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p205"
+#define NTP_KEYGEN_VERSION       "4.2.7p206"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p206"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ee53b19a2ed2554b71bee1eb6a929ac1a17ce49..3a65693e5e1386a8e47b8a4c6527f63aabbabf56 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August 19, 2011 at 07:44:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 20, 2011 at 06:02:19 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.7p205
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p206
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 751ccd655a8848edb8edf883d31866c167449fc0..e6fef7f5fb4e95f977c66d514260c7f545a653eb 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen 1ntp-keygenman "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
+.TH ntp-keygen 1ntp-keygenman "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:50 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index df23181bcb2ea06d1668a65e3b171ae737e73927..4542a25780702281c6768d723d6c9e8720204dcd 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:44:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:02:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 470cc84e08400eac3f3b83cd4e8fa1b9dbf01cb8..d95504c108fdcc7fdf5db6329d7833745e9fbcda 100644 (file)
@@ -1,8 +1,8 @@
-.TH ntp-keygen @NTP_KEYGEN_MS@ "19 Aug 2011" "ntp (4.2.7p205)" "User Commands"
+.TH ntp-keygen @NTP_KEYGEN_MS@ "20 Aug 2011" "ntp (4.2.7p206)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 19, 2011 at 07:44:24 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:01:50 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index a96219297886eb38ff664fd495dd3d7eeca713c1..7a2dd0c635456896c5e166ab83ae56ca8d4de505 100644 (file)
@@ -1,9 +1,9 @@
-.Dd August 19 2011
+.Dd August 20 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 19, 2011 at 07:44:48 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 20, 2011 at 06:02:21 AM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME