/*
* 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
*
/* 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\
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;
| 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))
/*
* if multiple copies are allowed.
*/
static tOptProc
- doOptFilelog, doOptKeyfile, doOptKod, doOptNtpversion,
+ doOptKeyfile, doOptKod, doOptLogfile, doOptNtpversion,
doOptSteplimit, doUsageOpt;
/*
optionStackArg, optionTimeDate, optionTimeVal,
optionUnstackArg, optionVersionStderr;
static tOptProc
- doOptFilelog, doOptKeyfile, doOptKod,
+ doOptKeyfile, doOptKod, doOptLogfile,
doOptNtpversion, doOptSet_Debug_Level, doOptSteplimit,
doUsageOpt;
/* 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,
*/
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 };
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
- * 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;
};
flag = {
- name = filelog;
+ name = logfile;
value = l;
arg-type = file;
arg-name = "file-name";
/*
* 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
*
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,
} 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
# 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
# undef GAP
# undef KOD
# undef KEYFILE
-# undef FILELOG
+# undef LOGFILE
# undef STEPLIMIT
# undef NTPVERSION
# undef USERESERVEDPORT
#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)
#
# 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
* 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)
@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
-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
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_*
-@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
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
-.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
.\"
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
.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
.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
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
.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
<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: <a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
+<a name="Top"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-Description">sntp Description</a>,
Previous: <a rel="previous" accesskey="p" href="#dir">(dir)</a>,
Up: <a rel="up" accesskey="u" href="#dir">(dir)</a>
-<br>
+
</div>
<h2 class="unnumbered">Simple Network Time Protocol User Manual</h2>
<div class="node">
<p><hr>
<a name="sntp-Description"></a>
-<br>
+
+
</div>
<!-- node-name, next, previous, up -->
<div class="node">
<p><hr>
<a name="sntp-Invocation"></a>
-<br>
+
+
</div>
<h3 class="section">Invoking sntp</h3>
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.
<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)
<div class="node">
<p><hr>
-<a name="sntp-usage"></a>Next: <a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
+<a name="sntp-usage"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-authentication">sntp authentication</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">sntp usage help (-?)</h4>
-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
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_*
</pre>
<div class="node">
<p><hr>
-<a name="sntp-authentication"></a>Next: <a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
+<a name="sntp-authentication"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-bctimeout">sntp bctimeout</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-usage">sntp usage</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">authentication option (-a)</h4>
<div class="node">
<p><hr>
-<a name="sntp-bctimeout"></a>Next: <a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
+<a name="sntp-bctimeout"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-broadcast">sntp broadcast</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-authentication">sntp authentication</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">bctimeout option (-B)</h4>
<div class="node">
<p><hr>
-<a name="sntp-broadcast"></a>Next: <a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
+<a name="sntp-broadcast"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-concurrent">sntp concurrent</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-bctimeout">sntp bctimeout</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">broadcast option (-b)</h4>
<div class="node">
<p><hr>
-<a name="sntp-concurrent"></a>Next: <a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
+<a name="sntp-concurrent"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-debug_002dlevel">sntp debug-level</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-broadcast">sntp broadcast</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">concurrent option (-c)</h4>
<div class="node">
<p><hr>
-<a name="sntp-debug_002dlevel"></a>Next: <a rel="next" accesskey="n" href="#sntp-filelog">sntp filelog</a>,
+<a name="sntp-debug-level"></a>
+<a name="sntp-debug_002dlevel"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-gap">sntp gap</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-concurrent">sntp concurrent</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">debug-level option (-d)</h4>
<div class="node">
<p><hr>
-<a name="sntp-filelog"></a>Next: <a rel="next" accesskey="n" href="#sntp-gap">sntp gap</a>,
+<a name="sntp-gap"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-debug_002dlevel">sntp debug-level</a>,
Up: <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 “log to specified logfile” 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: <a rel="next" accesskey="n" href="#sntp-ipv4">sntp ipv4</a>,
-Previous: <a rel="previous" accesskey="p" href="#sntp-filelog">sntp filelog</a>,
-Up: <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 “the gap (in milliseconds) between time requests” 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,
<div class="node">
<p><hr>
-<a name="sntp-ipv4"></a>Next: <a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
+<a name="sntp-ipv4"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-ipv6">sntp ipv6</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-gap">sntp gap</a>,
Up: <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 “force ipv4 dns name resolution” option.
<p>This option has some usage constraints. It:
<div class="node">
<p><hr>
-<a name="sntp-ipv6"></a>Next: <a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
+<a name="sntp-ipv6"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-keyfile">sntp keyfile</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-ipv4">sntp ipv4</a>,
Up: <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 “force ipv6 dns name resolution” option.
<p>This option has some usage constraints. It:
<div class="node">
<p><hr>
-<a name="sntp-keyfile"></a>Next: <a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
+<a name="sntp-keyfile"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-kod">sntp kod</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-ipv6">sntp ipv6</a>,
Up: <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 “look in this file for the key specified with -a” option.
This option specifies the keyfile.
SNTP will search for the key specified with -a keyno in this
<div class="node">
<p><hr>
-<a name="sntp-kod"></a>Next: <a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
+<a name="sntp-kod"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-logfile">sntp logfile</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-keyfile">sntp keyfile</a>,
Up: <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 “kod history filename” option.
Specifies the filename to be used for the persistent history of KoD
responses received from servers. The default is
<div class="node">
<p><hr>
-<a name="sntp-ntpversion"></a>Next: <a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
+<a name="sntp-logfile"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-ntpversion">sntp ntpversion</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-kod">sntp kod</a>,
Up: <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 “log to specified logfile” 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: <a rel="next" accesskey="n" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
+Previous: <a rel="previous" accesskey="p" href="#sntp-logfile">sntp logfile</a>,
+Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
+
</div>
<h4 class="subsection">ntpversion option (-o)</h4>
<div class="node">
<p><hr>
-<a name="sntp-set_002ddebug_002dlevel"></a>Next: <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: <a rel="next" accesskey="n" href="#sntp-slew">sntp slew</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-ntpversion">sntp ntpversion</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">set-debug-level option (-D)</h4>
<div class="node">
<p><hr>
-<a name="sntp-slew"></a>Next: <a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
+<a name="sntp-slew"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-step">sntp step</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-set_002ddebug_002dlevel">sntp set-debug-level</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">slew option (-s)</h4>
<div class="node">
<p><hr>
-<a name="sntp-step"></a>Next: <a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
+<a name="sntp-step"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-steplimit">sntp steplimit</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-slew">sntp slew</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">step option (-S)</h4>
<div class="node">
<p><hr>
-<a name="sntp-steplimit"></a>Next: <a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
+<a name="sntp-steplimit"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-uctimeout">sntp uctimeout</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-step">sntp step</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">steplimit option (-M)</h4>
<div class="node">
<p><hr>
-<a name="sntp-uctimeout"></a>Next: <a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-uctimeout"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-usereservedport">sntp usereservedport</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-steplimit">sntp steplimit</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">uctimeout option (-u)</h4>
<div class="node">
<p><hr>
-<a name="sntp-usereservedport"></a>Next: <a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
+<a name="sntp-usereservedport"></a>
+Next: <a rel="next" accesskey="n" href="#sntp-wait">sntp wait</a>,
Previous: <a rel="previous" accesskey="p" href="#sntp-uctimeout">sntp uctimeout</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">usereservedport option (-r)</h4>
<div class="node">
<p><hr>
-<a name="sntp-wait"></a>Previous: <a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
+<a name="sntp-wait"></a>
+Previous: <a rel="previous" accesskey="p" href="#sntp-usereservedport">sntp usereservedport</a>,
Up: <a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
-<br>
+
</div>
<h4 class="subsection">wait option</h4>
<div class="node">
<p><hr>
<a name="Usage"></a>
-<br>
+
+
</div>
<!-- node-name, next, previous, up -->
-.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
.\"
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
.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
.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
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
.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