]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
sntp autogen regenerate after merge cleanup
authorHarlan Stenn <stenn@ntp.org>
Thu, 4 Aug 2011 22:51:13 +0000 (18:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 4 Aug 2011 22:51:13 +0000 (18:51 -0400)
bk: 4e3b2261cKZPsU8vSQQ_-3bcrQpNTA

sntp/sntp-opts.c
sntp/sntp-opts.def
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

index b8f227af77b1d22ca55d0e1a022c15de3fa634a9..b2de39a7e59d01322657ed17c74a110a653acb92 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 01:06:06 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 10:48:33 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"sntp 4.2.7p199\n\
+"sntp 4.2.7p200\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\
@@ -62,14 +62,14 @@ can be seen at:\n\
 static char const zLicenseDescrip[700] =
 "Permission to use, copy, modify, and distribute this software and its\n\
 documentation for any purpose with or without fee is hereby granted,\n\
-provided that the above copyright notice appears in all copies and\n\
-that both the copyright notice and this permission notice appear in\n\
-supporting documentation, and that the name The University of Delaware,\n\
-David L. Mills, and/or others not be used in advertising or publicity\n\
-pertaining to distribution of the software without specific, written\n\
-prior permission. The University of Delaware, David L. Mills, and/or\n\
-others makes no representations about the suitability this software for\n\
-any purpose. It is provided \"as is\" without express or implied warranty.\n";
+provided that the above copyright notice appears in all copies and that\n\
+both the copyright notice and this permission notice appear in supporting\n\
+documentation, and that the name The University of Delaware, David L.\n\
+Mills, and/or others not be used in advertising or publicity pertaining to\n\
+distribution of the software without specific, written prior permission.\n\
+The University of Delaware, David L. Mills, and/or others makes no\n\
+representations about the suitability this software for any purpose. It is\n\
+provided \"as is\" without express or implied warranty.\n";
 
 extern tUsageProc optionUsage;
 
@@ -205,13 +205,13 @@ static char const zKeyfile_Name[]            = "keyfile";
         | OPTST_SET_ARGTYPE(OPARG_TYPE_FILE))
 
 /*
- *  Filelog option description:
+ *  Logfile option description:
  */
-static char const zFilelogText[] =
+static char const zLogfileText[] =
         "Log to specified logfile";
-static char const zFilelog_NAME[]            = "FILELOG";
-static char const zFilelog_Name[]            = "filelog";
-#define FILELOG_FLAGS       (OPTST_DISABLED \
+static char const zLogfile_NAME[]            = "LOGFILE";
+static char const zLogfile_Name[]            = "logfile";
+#define LOGFILE_FLAGS       (OPTST_DISABLED \
         | OPTST_SET_ARGTYPE(OPARG_TYPE_FILE))
 
 /*
@@ -323,7 +323,7 @@ static char const zNotLoad_Opts_Pfx[]  = "no";
  *  if multiple copies are allowed.
  */
 static tOptProc
-    doOptFilelog,    doOptKeyfile,    doOptKod,        doOptNtpversion,
+    doOptKeyfile,    doOptKod,        doOptLogfile,    doOptNtpversion,
     doOptSteplimit,  doUsageOpt;
 
 /*
@@ -342,7 +342,7 @@ extern tOptProc
     optionStackArg,      optionTimeDate,      optionTimeVal,
     optionUnstackArg,    optionVersionStderr;
 static tOptProc
-    doOptFilelog,         doOptKeyfile,         doOptKod,
+    doOptKeyfile,         doOptKod,             doOptLogfile,
     doOptNtpversion,      doOptSet_Debug_Level, doOptSteplimit,
     doUsageOpt;
 
@@ -496,16 +496,16 @@ static tOptDesc optDesc[OPTION_CT] = {
      /* desc, NAME, name */ zKeyfileText, zKeyfile_NAME, zKeyfile_Name,
      /* disablement strs */ NULL, NULL },
 
-  {  /* entry idx, value */ 11, VALUE_OPT_FILELOG,
-     /* equiv idx, value */ 11, VALUE_OPT_FILELOG,
+  {  /* entry idx, value */ 11, VALUE_OPT_LOGFILE,
+     /* equiv idx, value */ 11, VALUE_OPT_LOGFILE,
      /* equivalenced to  */ NO_EQUIVALENT,
      /* min, max, act ct */ 0, 1, 0,
-     /* opt state flags  */ FILELOG_FLAGS, 0,
+     /* opt state flags  */ LOGFILE_FLAGS, 0,
      /* last opt argumnt */ { NULL },
      /* arg list/cookie  */ NULL,
      /* must/cannot opts */ NULL, NULL,
-     /* option proc      */ doOptFilelog,
-     /* desc, NAME, name */ zFilelogText, zFilelog_NAME, zFilelog_Name,
+     /* option proc      */ doOptLogfile,
+     /* desc, NAME, name */ zLogfileText, zLogfile_NAME, zLogfile_Name,
      /* disablement strs */ NULL, NULL },
 
   {  /* entry idx, value */ 12, VALUE_OPT_STEPLIMIT,
@@ -663,13 +663,11 @@ 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.7p199\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
-static char const * const apzHomeList[5] = {
-    "$HOME",
-    ".",
+static char const * const apzHomeList[3] = {
     "$HOME",
     ".",
     NULL };
@@ -807,10 +805,10 @@ doOptKeyfile(tOptions* pOptions, tOptDesc* pOptDesc)
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
- *   For the filelog option.
+ *   For the logfile option.
  */
 static void
-doOptFilelog(tOptions* pOptions, tOptDesc* pOptDesc)
+doOptLogfile(tOptions* pOptions, tOptDesc* pOptDesc)
 {
     static teOptFileType const  type =
         FTYPE_MODE_MAY_EXIST + FTYPE_MODE_NO_OPEN;
index 8e0088578dbfc2fceaee32f5888aba6349d1c9d2..331e0ac41be9f8a883765635bd5b61026ef1802c 100644 (file)
@@ -163,7 +163,7 @@ flag = {
 };
 
 flag = {
-  name         = filelog;
+  name         = logfile;
   value                = l;
   arg-type     = file;
   arg-name     = "file-name";
index bf64c4290e48e309c6f7963fb8a3cf3ca0b64a37..5df93449c5c91f7ad5daa38350601cb4aad8af20 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  4, 2011 at 01:06:06 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  August  4, 2011 at 10:48:33 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -74,7 +74,7 @@ typedef enum {
     INDEX_OPT_GAP              =  8,
     INDEX_OPT_KOD              =  9,
     INDEX_OPT_KEYFILE          = 10,
-    INDEX_OPT_FILELOG          = 11,
+    INDEX_OPT_LOGFILE          = 11,
     INDEX_OPT_STEPLIMIT        = 12,
     INDEX_OPT_NTPVERSION       = 13,
     INDEX_OPT_USERESERVEDPORT  = 14,
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p199"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p199"
+#define SNTP_VERSION       "4.2.7p200"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -170,9 +170,9 @@ typedef enum {
 #  warning undefining KEYFILE due to option name conflict
 #  undef   KEYFILE
 # endif
-# ifdef    FILELOG
-#  warning undefining FILELOG due to option name conflict
-#  undef   FILELOG
+# ifdef    LOGFILE
+#  warning undefining LOGFILE due to option name conflict
+#  undef   LOGFILE
 # endif
 # ifdef    STEPLIMIT
 #  warning undefining STEPLIMIT due to option name conflict
@@ -214,7 +214,7 @@ typedef enum {
 # undef GAP
 # undef KOD
 # undef KEYFILE
-# undef FILELOG
+# undef LOGFILE
 # undef STEPLIMIT
 # undef NTPVERSION
 # undef USERESERVEDPORT
@@ -245,7 +245,7 @@ typedef enum {
 #define OPT_VALUE_GAP            (DESC(GAP).optArg.argInt)
 #define VALUE_OPT_KOD            'K'
 #define VALUE_OPT_KEYFILE        'k'
-#define VALUE_OPT_FILELOG        'l'
+#define VALUE_OPT_LOGFILE        'l'
 #define VALUE_OPT_STEPLIMIT      'M'
 
 #define OPT_VALUE_STEPLIMIT      (DESC(STEPLIMIT).optArg.argInt)
index 6295ff201ec59a64b539ffd6b448b4c19b075b4c..00dd9eb287dfb551afc57092542ee772f1982893 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  4, 2011 at 01:06:17 PM by AutoGen 5.12
+# It has been AutoGen-ed  August  4, 2011 at 10:48:46 PM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -52,12 +52,12 @@ This software is released under a specialized copyright license.
 * sntp broadcast::             broadcast option (-b)
 * sntp concurrent::            concurrent option (-c)
 * sntp debug-level::           debug-level option (-d)
-* sntp filelog::               filelog option (-l)
 * sntp gap::                   gap option (-g)
 * sntp ipv4::                  ipv4 option (-4)
 * sntp ipv6::                  ipv6 option (-6)
 * sntp keyfile::               keyfile option (-k)
 * sntp kod::                   kod option (-K)
+* sntp logfile::               logfile option (-l)
 * sntp ntpversion::            ntpversion option (-o)
 * sntp set-debug-level::       set-debug-level option (-D)
 * sntp slew::                  slew option (-s)
@@ -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.7p199
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p200
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -99,7 +99,7 @@ USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
    -g Num gap            The gap (in milliseconds) between time requests
    -K Fil kod            KoD history filename
    -k Fil keyfile        Look in this file for the key specified with -a
-   -l Fil filelog        Log to specified logfile
+   -l Fil logfile        Log to specified logfile
    -M Num steplimit      Adjustments less than steplimit msec will be slewed
                                 - It must be in the range:
                                   greater than or equal to 0
@@ -127,8 +127,6 @@ hyphen and the flag character.
 
 
 The following option preset mechanisms are supported:
- - reading file $HOME/.ntprc
- - reading file ./.ntprc
  - reading file $HOME/.ntprc
  - reading file ./.ntprc
  - examining environment variables named SNTP_*
@@ -207,14 +205,6 @@ may appear an unlimited number of times.
 
 
 
-@node sntp filelog
-@subsection filelog option (-l)
-@cindex sntp-filelog
-
-This is the ``log to specified logfile'' option.
-This option causes the client to write log messages to the specified
-logfile.
-
 @node sntp gap
 @subsection gap option (-g)
 @cindex sntp-gap
@@ -287,6 +277,14 @@ Specifies the filename to be used for the persistent history of KoD
 responses received from servers.  The default is
 /var/db/ntp-kod .
 
+@node sntp logfile
+@subsection logfile option (-l)
+@cindex sntp-logfile
+
+This is the ``log to specified logfile'' option.
+This option causes the client to write log messages to the specified
+logfile.
+
 @node sntp ntpversion
 @subsection ntpversion option (-o)
 @cindex sntp-ntpversion
index 5b03fbeb0750c27ecef9184f49c5fa20ca26f1b0..0ea4e1e9b982c7e52483b6ed11df91eb5ec57cfe 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1sntpman "04 Aug 2011" "4.2.7p199" "User Commands"
+.TH sntp 1sntpman "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 01:06:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:48 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -145,7 +145,7 @@ 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.
 For more information see ntp.keys(5).
 .TP
-.BR \-l " \fIfile\-name\fP, " \-\-filelog "=" \fIfile\-name\fP
+.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
@@ -244,7 +244,7 @@ environment variables named:
 .ad
 The environmental presets take precedence (are processed later than)
 the configuration files.
-The \fIhomerc\fP files are "\fI$HOME\fP", "\fI.\fP", "\fI$HOME\fP", and "\fI.\fP".
+The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .SH USAGE
index 09b6e9ee501d9054fa48088c37f5d2af8b81a817..043128a292cdd2bbe40f82600daf10c668bd80d5 100644 (file)
@@ -1,9 +1,9 @@
 .Dd August 4 2011
 .Dt SNTP 1sntpmdoc User Commands
-.Os SunOS 5.11
+.Os FreeBSD 6.4-STABLE
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 01:06:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:44 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -138,7 +138,7 @@ 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.
 For more information see ntp.keys(5).
-.It  \-l " \fIfile\-name\fP, " \-\-filelog "=" \fIfile\-name\fP
+.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
@@ -226,7 +226,7 @@ environment variables named:
 .ad
 The environmental presets take precedence (are processed later than)
 the configuration files.
-The \fIhomerc\fP files are "\fI$HOME\fP", "\fI.\fP", "\fI$HOME\fP", and "\fI.\fP".
+The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .Sh USAGE
index 29eec57ed238a07799e290bdb633b624c94b1864..678ec111ab98e54289a932611d79ebd6792843f9 100644 (file)
@@ -3,7 +3,7 @@
 <title>Sntp User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="Sntp User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.8">
 <link title="Top" rel="top" href="#Top">
 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 <meta http-equiv="Content-Style-Type" content="text/css">
   pre.smallformat  { font-family:inherit; font-size:smaller }
   pre.smallexample { font-size:smaller }
   pre.smalllisp    { font-size:smaller }
-  span.sc { font-variant:small-caps }
-  span.roman { font-family: serif; font-weight: normal; } 
+  span.sc    { font-variant:small-caps }
+  span.roman { font-family:serif; font-weight:normal; } 
+  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 --></style>
 </head>
 <body>
 <h1 class="settitle">Sntp User's Manual</h1>
 <div class="node">
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
+<a name="Top"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#dir">(dir)</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
-<br>
+
 </div>
 
 <h2 class="unnumbered">Simple Network Time Protocol User Manual</h2>
@@ -57,7 +59,8 @@ IETF specification.
 <div class="node">
 <p><hr>
 <a name="sntp-Description"></a>
-<br>
+
+
 </div>
 
 <!-- node-name,  next,  previous,  up -->
@@ -78,7 +81,8 @@ error bound of the system clock relative to the server clock.
 <div class="node">
 <p><hr>
 <a name="sntp-Invocation"></a>
-<br>
+
+
 </div>
 
 <h3 class="section">Invoking sntp</h3>
@@ -111,7 +115,7 @@ is believed to be correct to within
 seconds.
 
   <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.
+the aginfo template and the option descriptions for the <samp><span class="command">sntp</span></samp> program.  It documents the <samp><span class="command">sntp</span></samp> usage text and option meanings.
 
   <p>This software is released under a specialized copyright license.
 
@@ -122,12 +126,12 @@ the aginfo template and the option descriptions for the <span class="command">sn
 <li><a accesskey="4" href="#sntp-broadcast">sntp broadcast</a>:              broadcast option (-b)
 <li><a accesskey="5" href="#sntp-concurrent">sntp concurrent</a>:             concurrent option (-c)
 <li><a accesskey="6" href="#sntp-debug_002dlevel">sntp debug-level</a>:            debug-level option (-d)
-<li><a accesskey="7" href="#sntp-filelog">sntp filelog</a>:                filelog option (-l)
-<li><a accesskey="8" href="#sntp-gap">sntp gap</a>:                    gap option (-g)
-<li><a accesskey="9" href="#sntp-ipv4">sntp ipv4</a>:                   ipv4 option (-4)
-<li><a href="#sntp-ipv6">sntp ipv6</a>:                   ipv6 option (-6)
+<li><a accesskey="7" href="#sntp-gap">sntp gap</a>:                    gap option (-g)
+<li><a accesskey="8" href="#sntp-ipv4">sntp ipv4</a>:                   ipv4 option (-4)
+<li><a accesskey="9" href="#sntp-ipv6">sntp ipv6</a>:                   ipv6 option (-6)
 <li><a href="#sntp-keyfile">sntp keyfile</a>:                keyfile option (-k)
 <li><a href="#sntp-kod">sntp kod</a>:                    kod option (-K)
+<li><a href="#sntp-logfile">sntp logfile</a>:                logfile option (-l)
 <li><a href="#sntp-ntpversion">sntp ntpversion</a>:             ntpversion option (-o)
 <li><a href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>:        set-debug-level option (-D)
 <li><a href="#sntp-slew">sntp slew</a>:                   slew option (-s)
@@ -140,9 +144,10 @@ the aginfo template and the option descriptions for the <span class="command">sn
 
 <div class="node">
 <p><hr>
-<a name="sntp-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
+<a name="sntp-usage"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">sntp usage help (-?)</h4>
@@ -173,7 +178,7 @@ USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ].
    -g Num gap            The gap (in milliseconds) between time requests
    -K Fil kod            KoD history filename
    -k Fil keyfile        Look in this file for the key specified with -a
-   -l Fil filelog        Log to specified logfile
+   -l Fil logfile        Log to specified logfile
    -M Num steplimit      Adjustments less than steplimit msec will be slewed
                                 - It must be in the range:
                                   greater than or equal to 0
@@ -201,8 +206,6 @@ hyphen and the flag character.
 
 
 The following option preset mechanisms are supported:
- - reading file $HOME/.ntprc
- - reading file ./.ntprc
  - reading file $HOME/.ntprc
  - reading file ./.ntprc
  - examining environment variables named SNTP_*
@@ -211,10 +214,11 @@ please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 </pre>
   <div class="node">
 <p><hr>
-<a name="sntp-authentication"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
+<a name="sntp-authentication"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usage">sntp usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">authentication option (-a)</h4>
@@ -228,10 +232,11 @@ keyfile option (-k) for more details.
 
 <div class="node">
 <p><hr>
-<a name="sntp-bctimeout"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
+<a name="sntp-bctimeout"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-authentication">sntp authentication</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">bctimeout option (-B)</h4>
@@ -243,10 +248,11 @@ of seconds specified before giving up.  Default 68 seconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-broadcast"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
+<a name="sntp-broadcast"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-bctimeout">sntp bctimeout</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">broadcast option (-b)</h4>
@@ -265,10 +271,11 @@ for NTP broadcasts.  The default maximum wait time,
 
 <div class="node">
 <p><hr>
-<a name="sntp-concurrent"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
+<a name="sntp-concurrent"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-broadcast">sntp broadcast</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">concurrent option (-c)</h4>
@@ -293,10 +300,12 @@ can send concurrent queries.
 
 <div class="node">
 <p><hr>
-<a name="sntp-debug_002dlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-filelog">sntp filelog</a>,
+<a name="sntp-debug-level"></a>
+<a name="sntp-debug_002dlevel"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-gap">sntp gap</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-concurrent">sntp concurrent</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">debug-level option (-d)</h4>
@@ -311,30 +320,16 @@ This is the &ldquo;increase debug verbosity level&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-filelog"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-gap">sntp gap</a>,
+<a name="sntp-gap"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-debug_002dlevel">sntp debug-level</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
-</div>
-
-<h4 class="subsection">filelog option (-l)</h4>
-
-<p><a name="index-sntp_002dfilelog-9"></a>
-This is the &ldquo;log to specified logfile&rdquo; option. 
-This option causes the client to write log messages to the specified
-logfile.
 
-<div class="node">
-<p><hr>
-<a name="sntp-gap"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
-Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-filelog">sntp filelog</a>,
-Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
 </div>
 
 <h4 class="subsection">gap option (-g)</h4>
 
-<p><a name="index-sntp_002dgap-10"></a>
+<p><a name="index-sntp_002dgap-9"></a>
 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,
@@ -344,15 +339,16 @@ Default 10 milliseconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-ipv4"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
+<a name="sntp-ipv4"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-gap">sntp gap</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">ipv4 option (-4)</h4>
 
-<p><a name="index-sntp_002dipv4-11"></a>
+<p><a name="index-sntp_002dipv4-10"></a>
 This is the &ldquo;force ipv4 dns name resolution&rdquo; option.
 
   <p>This option has some usage constraints.  It:
@@ -366,15 +362,16 @@ to the IPv4 namespace.
 
 <div class="node">
 <p><hr>
-<a name="sntp-ipv6"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
+<a name="sntp-ipv6"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ipv4">sntp ipv4</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">ipv6 option (-6)</h4>
 
-<p><a name="index-sntp_002dipv6-12"></a>
+<p><a name="index-sntp_002dipv6-11"></a>
 This is the &ldquo;force ipv6 dns name resolution&rdquo; option.
 
   <p>This option has some usage constraints.  It:
@@ -388,15 +385,16 @@ to the IPv6 namespace.
 
 <div class="node">
 <p><hr>
-<a name="sntp-keyfile"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
+<a name="sntp-keyfile"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ipv6">sntp ipv6</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">keyfile option (-k)</h4>
 
-<p><a name="index-sntp_002dkeyfile-13"></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
@@ -415,15 +413,16 @@ M  Key is a 1-to-8 character ASCII string using the MD5 authentication scheme.
 
 <div class="node">
 <p><hr>
-<a name="sntp-kod"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
+<a name="sntp-kod"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-logfile">sntp logfile</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-keyfile">sntp keyfile</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">kod option (-K)</h4>
 
-<p><a name="index-sntp_002dkod-14"></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
@@ -431,10 +430,27 @@ responses received from servers.  The default is
 
 <div class="node">
 <p><hr>
-<a name="sntp-ntpversion"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
+<a name="sntp-logfile"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-kod">sntp kod</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
+</div>
+
+<h4 class="subsection">logfile option (-l)</h4>
+
+<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.
+
+<div class="node">
+<p><hr>
+<a name="sntp-ntpversion"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-logfile">sntp logfile</a>,
+Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
+
 </div>
 
 <h4 class="subsection">ntpversion option (-o)</h4>
@@ -446,10 +462,12 @@ NTP protocol version &lt;ntpversion&gt; .
 
 <div class="node">
 <p><hr>
-<a name="sntp-set_002ddebug_002dlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-slew">sntp slew</a>,
+<a name="sntp-set-debug-level"></a>
+<a name="sntp-set_002ddebug_002dlevel"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-slew">sntp slew</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-ntpversion">sntp ntpversion</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">set-debug-level option (-D)</h4>
@@ -464,10 +482,11 @@ This is the &ldquo;set the debug verbosity level&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-slew"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
+<a name="sntp-slew"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">slew option (-s)</h4>
@@ -477,10 +496,11 @@ This is the &ldquo;ok to 'slew' the time with adjtime()&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-step"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
+<a name="sntp-step"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-slew">sntp slew</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">step option (-S)</h4>
@@ -490,10 +510,11 @@ This is the &ldquo;ok to 'step' the time with settimeofday()&rdquo; option.
 
 <div class="node">
 <p><hr>
-<a name="sntp-steplimit"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
+<a name="sntp-steplimit"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-step">sntp step</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">steplimit option (-M)</h4>
@@ -506,10 +527,11 @@ settimeofday().
 
 <div class="node">
 <p><hr>
-<a name="sntp-uctimeout"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-uctimeout"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-steplimit">sntp steplimit</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">uctimeout option (-u)</h4>
@@ -521,10 +543,11 @@ of seconds specified before giving up.  Default 5 seconds.
 
 <div class="node">
 <p><hr>
-<a name="sntp-usereservedport"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
+<a name="sntp-usereservedport"></a>
+Next:&nbsp;<a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-uctimeout">sntp uctimeout</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">usereservedport option (-r)</h4>
@@ -536,9 +559,10 @@ communications.
 
 <div class="node">
 <p><hr>
-<a name="sntp-wait"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-wait"></a>
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">wait option</h4>
@@ -556,7 +580,8 @@ This is the &ldquo;wait for pending replies (if not setting the time)&rdquo; opt
 <div class="node">
 <p><hr>
 <a name="Usage"></a>
-<br>
+
+
 </div>
 
 <!-- node-name,  next,  previous,  up -->
index 7157b1e2b5719d0299d59c461f2ece312ffe7fc4..41b65e6c24009e82740a81a5cc68503db87ba36c 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp @SNTP_MS@ "04 Aug 2011" "4.2.7p199" "User Commands"
+.TH sntp @SNTP_MS@ "04 Aug 2011" "4.2.7p200" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 01:06:16 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:48 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
@@ -145,7 +145,7 @@ 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.
 For more information see ntp.keys(5).
 .TP
-.BR \-l " \fIfile\-name\fP, " \-\-filelog "=" \fIfile\-name\fP
+.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
@@ -244,7 +244,7 @@ environment variables named:
 .ad
 The environmental presets take precedence (are processed later than)
 the configuration files.
-The \fIhomerc\fP files are "\fI$HOME\fP", "\fI.\fP", "\fI$HOME\fP", and "\fI.\fP".
+The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .SH USAGE
index d86c7643ca78368a22c29b36db7d101d1f93588a..fefaeacfd0e3cc4cf28d06a4bd18ec2bb0b3bc61 100644 (file)
@@ -1,9 +1,9 @@
 .Dd August 4 2011
 .Dt SNTP @SNTP_MS@ User Commands
-.Os SunOS 5.11
+.Os FreeBSD 6.4-STABLE
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August  4, 2011 at 01:06:18 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August  4, 2011 at 10:48:44 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -138,7 +138,7 @@ 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.
 For more information see ntp.keys(5).
-.It  \-l " \fIfile\-name\fP, " \-\-filelog "=" \fIfile\-name\fP
+.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
@@ -226,7 +226,7 @@ environment variables named:
 .ad
 The environmental presets take precedence (are processed later than)
 the configuration files.
-The \fIhomerc\fP files are "\fI$HOME\fP", "\fI.\fP", "\fI$HOME\fP", and "\fI.\fP".
+The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP".
 If any of these are directories, then the file \fI.ntprc\fP
 is searched for within those directories.
 .Sh USAGE