]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
autogen-5.18.4pre9
authorHarlan Stenn <stenn@ntp.org>
Sun, 20 Jul 2014 09:44:32 +0000 (09:44 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 20 Jul 2014 09:44:32 +0000 (09:44 +0000)
bk: 53cb8f800B5im0oaKS-Y8fSvXworTQ

35 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpq/invoke-ntpq.texi
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq.1ntpqman
ntpq/ntpq.1ntpqmdoc
ntpq/ntpq.man.in
ntpq/ntpq.mdoc.in
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
scripts/calc_tickadj/calc_tickadj-opts
scripts/calc_tickadj/calc_tickadj.html
scripts/calc_tickadj/invoke-calc_tickadj.texi
scripts/invoke-plot_summary.texi
scripts/invoke-summary.texi
scripts/ntp-wait/ntp-wait-opts
scripts/ntpsweep/invoke-ntpsweep.texi
scripts/ntpsweep/ntpsweep-opts
scripts/ntpsweep/ntpsweep.html
scripts/ntptrace/invoke-ntptrace.texi
scripts/ntptrace/ntptrace-opts
scripts/ntptrace/ntptrace.html
scripts/plot_summary-opts
scripts/plot_summary.html
scripts/summary-opts
scripts/summary.html
sntp/sntp-opts.c
sntp/sntp-opts.h
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h

index 3505edaf4ae0c66c13450a5a6897dfa886d52a2f..3b225d52a3b4f1b6f2aed0c4e528040723a65c6a 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:27:54 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:30 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index bcb6e4ef3cb2044701d71ad94c3dc784252f1418..f751616e34cc44373c86b2c66345a7c2191d26ee 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:27:53 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:30 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -379,11 +379,11 @@ typedef enum {
 #define VALUE_OPT_USEPCC         0x1004
 #define VALUE_OPT_PCCFREQ        0x1005
 #define VALUE_OPT_MDNS           'm'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1006
 /*
  *  Interface defines not associated with particular options
@@ -416,11 +416,11 @@ extern tOptions ntpdOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 2e8d4d38533c229bf610c7e5acb5406f14d21f48..e3655be139d652d0ad4367de770cd6d6fb290d09 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpdsim-opts.c)
  *
- *  It has been AutoGen-ed  March 30, 2014 at 01:32:59 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:33 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -18,7 +18,7 @@
  * The ntpdsim program is copyrighted and licensed
  * under the following terms:
  *
- *  Copyright (C) 1970-2013 The University of Delaware, all rights reserved.
+ *  Copyright (C) 1970-2014 The University of Delaware, all rights reserved.
  *  This is free software. It is licensed for use, modification and
  *  redistribution under the terms of the NTP License, copies of which
  *  can be seen at:
@@ -75,8 +75,8 @@ extern FILE * option_usage_fp;
  *  static const strings for ntpdsim options
  */
 static char const ntpdsim_opt_strs[3124] =
-/*     0 */ "ntpdsim 4.2.7p435\n"
-            "Copyright (C) 1970-2013 The University of Delaware, all rights reserved.\n"
+/*     0 */ "ntpdsim 4.2.7p453\n"
+            "Copyright (C) 1970-2014 The University of Delaware, 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"
             "can be seen at:\n"
@@ -207,14 +207,14 @@ static char const ntpdsim_opt_strs[3124] =
 /*  2916 */ "no-load-opts\0"
 /*  2929 */ "no\0"
 /*  2932 */ "NTPDSIM\0"
-/*  2940 */ "ntpdsim - NTP daemon simulation program - Ver. 4.2.7p435\n"
+/*  2940 */ "ntpdsim - NTP daemon simulation program - Ver. 4.2.7p453\n"
             "Usage:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0"
 /*  3055 */ "$HOME\0"
 /*  3061 */ ".\0"
 /*  3063 */ ".ntprc\0"
 /*  3070 */ "http://bugs.ntp.org, bugs@ntp.org\0"
 /*  3104 */ "\n\0"
-/*  3106 */ "ntpdsim 4.2.7p435";
+/*  3106 */ "ntpdsim 4.2.7p453";
 
 /**
  *  ipv4 option description with
@@ -1603,8 +1603,8 @@ static void bogus_function(void) {
      translate option names.
    */
   /* referenced via ntpdsimOptions.pzCopyright */
-  puts(_("ntpdsim 4.2.7p435\n\
-Copyright (C) 1970-2013 The University of Delaware, all rights reserved.\n\
+  puts(_("ntpdsim 4.2.7p453\n\
+Copyright (C) 1970-2014 The University of Delaware, 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\
 can be seen at:\n"));
@@ -1746,14 +1746,14 @@ provided \"as is\" without express or implied warranty.\n"));
   puts(_("load options from a config file"));
 
   /* referenced via ntpdsimOptions.pzUsageTitle */
-  puts(_("ntpdsim - NTP daemon simulation program - Ver. 4.2.7p435\n\
+  puts(_("ntpdsim - NTP daemon simulation program - Ver. 4.2.7p453\n\
 Usage:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n"));
 
   /* referenced via ntpdsimOptions.pzDetail */
   puts(_("\n"));
 
   /* referenced via ntpdsimOptions.pzFullVersion */
-  puts(_("ntpdsim 4.2.7p435"));
+  puts(_("ntpdsim 4.2.7p453"));
 
   /* referenced via ntpdsimOptions.pzFullUsage */
   puts(_("<<<NOT-FOUND>>>"));
index 3dd56c1528cd06910f9bdbc4ad1d8e2d016c86d4..23d6faf6f20b548aae74030fa6225a24635b998d 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpdsim-opts.h)
  *
- *  It has been AutoGen-ed  March 30, 2014 at 01:32:59 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:33 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -18,7 +18,7 @@
  * The ntpdsim program is copyrighted and licensed
  * under the following terms:
  *
- *  Copyright (C) 1970-2013 The University of Delaware, all rights reserved.
+ *  Copyright (C) 1970-2014 The University of Delaware, all rights reserved.
  *  This is free software. It is licensed for use, modification and
  *  redistribution under the terms of the NTP License, copies of which
  *  can be seen at:
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -107,9 +107,9 @@ typedef enum {
 /** count of all options for ntpdsim */
 #define OPTION_CT    39
 /** ntpdsim version */
-#define NTPDSIM_VERSION       "4.2.7p435"
+#define NTPDSIM_VERSION       "4.2.7p453"
 /** Full ntpdsim version text */
-#define NTPDSIM_FULL_VERSION  "ntpdsim 4.2.7p435"
+#define NTPDSIM_FULL_VERSION  "ntpdsim 4.2.7p453"
 
 /**
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -382,15 +382,15 @@ typedef enum {
 #define VALUE_OPT_USEPCC         0x1004
 #define VALUE_OPT_PCCFREQ        0x1005
 #define VALUE_OPT_MDNS           'm'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1006
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -427,11 +427,11 @@ extern tOptions ntpdsimOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 15cd4ab877796f240347f4bd3c01df803e655099..3e9fd4a43653322d395ab3cd93c604688b23811f 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:30:59 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:35 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index 15d0eae503cceb4ec13287c92b5f6d28767f2600..42e044e37d3bd50e48420d78c720d60adbb4378e 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:30:59 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:35 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -207,15 +207,15 @@ typedef enum {
 #define VALUE_OPT_NUMERIC        'n'
 #define VALUE_OPT_PEERS          'p'
 #define VALUE_OPT_SHOWPEERS      's'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1001
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -252,11 +252,11 @@ extern tOptions ntpdcOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 595afd3d4b33ea18bae1c3f991bafb94ccf3c74d..b2db7e3fc4f430fc958c60f8b0fca782d35ef3f6 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-ntpq.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:31:51 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 09:28:57 AM by AutoGen 5.18.4pre9
 # From the definitions    ntpq-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -219,9 +219,6 @@ There appear
 to be no servers left which demand version 1.
 With no argument, displays the current NTP version that will be used
 when communicating with servers.
-@item @code{quit}
-Exit
-@code{ntpq}
 @item @code{passwd}
 This command prompts you to type in a password (which will not
 be echoed) which will be used to authenticate configuration
@@ -229,6 +226,9 @@ requests.
 The password must correspond to the key configured for
 use by the NTP server for this purpose if such requests are to be
 successful.
+@item @code{quit}
+Exit
+@code{ntpq}
 @item @code{raw}
 Causes all output from query commands is printed as received
 from the remote server.
@@ -270,7 +270,7 @@ ind assid status conf reach auth condition last_event cnt
 @item @code{status} @code{Ta} @code{peer} @code{status} @code{word}
 @item @code{conf} @code{Ta} @code{yes}: @code{persistent,} @code{no}: @code{ephemeral}
 @item @code{reach} @code{Ta} @code{yes}: @code{reachable,} @code{no}: @code{unreachable}
-@item @code{auth} @code{Ta} @code{ok}, @code{Liyes}, @code{bad} @code{and} @code{none}
+@item @code{auth} @code{Ta} @code{ok}, @code{yes}, @code{bad} @code{and} @code{none}
 @item @code{condition} @code{Ta} @code{selection} @code{status} @code{(see} @code{the} @code{select} @code{field} @code{of} @code{the} @code{peer} @code{status} @code{word)}
 @item @code{last_event} @code{Ta} @code{event} @code{report} @code{(see} @code{the} @code{event} @code{field} @code{of} @code{the} @code{peer} @code{status} @code{word)}
 @item @code{cnt} @code{Ta} @code{event} @code{count} @code{(see} @code{the} @code{count} @code{field} @code{of} @code{the} @code{peer} @code{status} @code{word)}
@@ -379,7 +379,9 @@ Perform the same function as the
 except that it uses previously stored data rather than making a new query.
 @item @code{peers}
 Display a list of peers in the form:
-@code{[tally]remote} @code{refid} @code{st} @code{t} @code{when} @code{pool} @code{reach} @code{delay} @code{offset} @code{jitter}
+@example
+[tally]remote refid st t when pool reach delay offset jitter
+@end example
 @table @asis
 @item Variable
 Description
@@ -387,12 +389,12 @@ Description
 single-character code indicating current value of the
 @code{select}
 field of the
-<a href="decode.html#peer">peer status word</a>
+.Lk decode.html#peer "peer status word"
 @item @code{remote}
 host name (or IP number) of peer
 @item @code{refid}
 association ID or
-<a href="decode.html#kiss">kiss code</a>
+.Lk decode.html#kiss "'kiss code"
 @item @code{st}
 stratum
 @item @code{t}
@@ -429,9 +431,9 @@ Display the specified variables.
 If
 @kbd{assocID}
 is zero, the variables are from the
-<a href="#system">system variables</a>
+@ref{System Variables}
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+@ref{Peer Variables}
 name space.
 The
 @kbd{assocID}
@@ -461,7 +463,7 @@ or
 to the ntpd host's file
 @kbd{filename}.
 This command will be rejected by the server unless
-<a href="miscopt.html#saveconfigdir">saveconfigdir</a>
+.Lk miscopt.html#saveconfigdir "saveconfigdir"
 appears in the
 @code{ntpd}
 configuration file.
@@ -478,9 +480,9 @@ Write the specified variables.
 If the
 @kbd{assocID}
 is zero, the variables are from the
-<a href="#system">system variables</a>
+@ref{System Variables}
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+@ref{Peer Variables}
 name space.
 The
 @kbd{assocID}
@@ -491,7 +493,7 @@ Display operational summary.
 Print statistics counters maintained in the protocol module.
 @end table
 
-.SS Status Words and Kiss Codes
+@subsubsection Status Words and Kiss Codes
 
 The current state of the operating program is shown in a set of status words maintained by the system and each association separately.
 These words are displayed in the
@@ -500,13 +502,14 @@ and
 @code{as}
 commands both in hexadecimal and decoded short tip strings.
 The codes, tips and short explanations are on the
-<a href="decode.html">Event Messages and Status Words</a> page.
+.Lk decode.html "Event Messages and Status Words"
+page.
 The page also includes a list of system and peer messages,
 the code for the latest of which is included in the status word.
 
 Information resulting from protocol machine state transitions
 is displayed using an informal set of ASCII strings called
-<a href="decode.html#kiss">kiss codes</a>.
+.Lk decode.html#kiss "kiss codes" .
 The original purpose was for kiss-o'-death (KoD) packets
 sent by the server to advise the client of an unusual condition.
 They are now displayed, when appropriate,
@@ -521,8 +524,7 @@ Not all variables are displayed in some configurations.
 @item Variable
 Description
 @item @code{status}
-<a href="decode.html#sys">
-system status word
+.Lk decode.html#sys "system status word"
 @item @code{version}
 NTP software version and build time
 @item @code{processor}
@@ -549,7 +551,7 @@ minimum time constant (log2 s) (3-10)
 date and time of day
 @item @code{refid}
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 @item @code{reftime}
 reference time
 @item @code{offset}
@@ -610,7 +612,7 @@ Description
 @item @code{associd}
 association ID
 @item @code{status}
-<a href="decode.html#peer">peer status word
+.Lk decode.html#peer "peer status word"
 @item @code{srcadr}
 source (remote) IP address
 @item @code{srcport}
@@ -631,7 +633,7 @@ total roundtrip delay to the primary reference clock
 total root dispersion to the primary reference clock
 @item @code{refid}
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 @item @code{reftime}
 reference time
 @item @code{reach}
@@ -648,9 +650,9 @@ host poll exponent (log2 s) (3-17)
 peer poll exponent (log2 s) (3-17)
 @item @code{headway}
 headway (see
-<a href="rate.html">Rate Management and the Kiss-o'-Death Packet )
+.Lk rate.html "Rate Management and the Kiss-o'-Death Packet" )
 @item @code{flash}
-<a href="decode.html#flash">flash status word
+.Lk decode.html#flash "flash status word"
 @item @code{offset}
 filter offset
 @item @code{delay}
@@ -665,7 +667,7 @@ Autokey group name for this association
 unicast/broadcast bias
 @item @code{xleave}
 interleave delay (see
-<a href="xleave.html">NTP Interleaved Modes</a> )
+.Lk xleave.html "NTP Interleaved Modes" )
 @end table
 The
 @code{bias}
@@ -710,7 +712,7 @@ Description
 @item @code{associd}
 association ID
 @item @code{status}
-<a href="decode.html#clock">clock status word
+.Lk decode.html#clock "clock status word"
 @item @code{device}
 device description
 @item @code{timecode}
index d3c1b66ad1d5beac1cb5640bbdae5931f8cfdcd2..8ca57a80300601e8d56d204d2ec397830ab0a3cc 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:31:21 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 09:28:39 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index a0c82c655c95e4ca1c2d2c5ba59a3425e335e547..46124a5f619cd62d561cb47669f40178137f58c1 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:31:21 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 09:28:39 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -200,15 +200,15 @@ typedef enum {
 #define VALUE_OPT_INTERACTIVE    'i'
 #define VALUE_OPT_NUMERIC        'n'
 #define VALUE_OPT_OLD_RV         0x1001
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1002
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -245,11 +245,11 @@ extern tOptions ntpqOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 95e139c46be0d22cc543e30621514744d27afd99..67fc976fdcb8c60bd10bd2e041ab93edb4714968 100644 (file)
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH ntpq 1ntpqman "19 Jul 2014" "4.2.7p453" "User Commands"
+.TH ntpq 1ntpqman "20 Jul 2014" "4.2.7p453" "User Commands"
 .\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-psaWPR/ag-BsaWOR)
+.\" EDIT THIS FILE WITH CAUTION (in-mem file)
 .\"
-.\" It has been AutoGen-ed July 19, 2014 at 09:31:47 AM by AutoGen 5.18.3pre18
+.\" It has been AutoGen-ed July 20, 2014 at 09:28:59 AM by AutoGen 5.18.4pre9
 .\" From the definitions ntpq-opts.def
 .\" and the template file agman-cmd.tpl
 .SH NAME
@@ -273,12 +273,6 @@ when communicating with servers.
 .br
 .ns
 .TP 20
-.NOP \f\*[B-Font]quit\f[]
-Exit
-\f\*[B-Font]ntpq\fP
-.br
-.ns
-.TP 20
 .NOP \f\*[B-Font]passwd\f[]
 This command prompts you to type in a password (which will not
 be echoed) which will be used to authenticate configuration
@@ -289,6 +283,12 @@ successful.
 .br
 .ns
 .TP 20
+.NOP \f\*[B-Font]quit\f[]
+Exit
+\f\*[B-Font]ntpq\fP
+.br
+.ns
+.TP 20
 .NOP \f\*[B-Font]raw\f[]
 Causes all output from query commands is printed as received
 from the remote server.
@@ -330,7 +330,7 @@ Display a list of mobilized associations in the form:
 .IP \fB\(bu\fP 2 \f[C]status\f[] \f[C]Ta\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word\f[]
 .IP \fB\(bu\fP 2 \f[C]conf\f[] \f[C]Ta\f[] \f[C]yes\f[]: \f[C]persistent,\f[] \f[C]no\f[]: \f[C]ephemeral\f[]
 .IP \fB\(bu\fP 2 \f[C]reach\f[] \f[C]Ta\f[] \f[C]yes\f[]: \f[C]reachable,\f[] \f[C]no\f[]: \f[C]unreachable\f[]
-.IP \fB\(bu\fP 2 \f[C]auth\f[] \f[C]Ta\f[] \f[C]ok\f[], \f[C]Liyes\f[], \f[C]bad\f[] \f[C]and\f[] \f[C]none\f[]
+.IP \fB\(bu\fP 2 \f[C]auth\f[] \f[C]Ta\f[] \f[C]ok\f[], \f[C]yes\f[], \f[C]bad\f[] \f[C]and\f[] \f[C]none\f[]
 .IP \fB\(bu\fP 2 \f[C]condition\f[] \f[C]Ta\f[] \f[C]selection\f[] \f[C]status\f[] \f[C](see\f[] \f[C]the\f[] \f[C]select\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
 .IP \fB\(bu\fP 2 \f[C]last_event\f[] \f[C]Ta\f[] \f[C]event\f[] \f[C]report\f[] \f[C](see\f[] \f[C]the\f[] \f[C]event\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
 .IP \fB\(bu\fP 2 \f[C]cnt\f[] \f[C]Ta\f[] \f[C]event\f[] \f[C]count\f[] \f[C](see\f[] \f[C]the\f[] \f[C]count\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
@@ -347,12 +347,12 @@ Display a list of clock variables for those associations supporting a reference
 .br
 .ns
 .TP 10
-.NOP \f[C]:config\f[] [...]
+.NOP \f\*[B-Font]:config\f[] [...]
 Send the remainder of the command line, including whitespace, to the server as a run-time configuration command in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is of course required.
 .br
 .ns
 .TP 10
-.NOP \f[C]config-from-file\f[] \f\*[I-Font]filename\f[]
+.NOP \f\*[B-Font]config-from-file\f[] \f\*[I-Font]filename\f[]
 Send the each line of
 \f\*[I-Font]filename\f[]
 to the server as run-time configuration commands in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is required.
@@ -509,7 +509,7 @@ except that it uses previously stored data rather than making a new query.
 .TP 10
 .NOP \f\*[B-Font]peers\f[]
 Display a list of peers in the form:
-\f\*[B-Font][tally]remote\f[] \f\*[B-Font]refid\f[] \f\*[B-Font]st\f[] \f\*[B-Font]t\f[] \f\*[B-Font]when\f[] \f\*[B-Font]pool\f[] \f\*[B-Font]reach\f[] \f\*[B-Font]delay\f[] \f\*[B-Font]offset\f[] \f\*[B-Font]jitter\f[]
+.Dl [tally]remote refid st t when pool reach delay offset jitter
 .RS
 .TP 10
 .NOP Variable
@@ -521,7 +521,7 @@ Description
 single-character code indicating current value of the
 \f\*[B-Font]select\f[]
 field of the
-<a href="decode.html#peer">peer status word</a>
+.Lk decode.html#peer "peer status word"
 .br
 .ns
 .TP 10
@@ -532,7 +532,7 @@ host name (or IP number) of peer
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 association ID or
-<a href="decode.html#kiss">kiss code</a>
+.Lk decode.html#kiss "'kiss code"
 .br
 .ns
 .TP 10
@@ -599,9 +599,9 @@ Display the specified variables.
 If
 \f\*[I-Font]assocID\f[]
 is zero, the variables are from the
-<a href="#system">system variables</a>
+\fISystem\f[] \fIVariables\f[]
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+\fIPeer\f[] \fIVariables\f[]
 name space.
 The
 \f\*[I-Font]assocID\f[]
@@ -633,7 +633,7 @@ or
 to the ntpd host's file
 \f\*[I-Font]filename\f[].
 This command will be rejected by the server unless
-<a href="miscopt.html#saveconfigdir">saveconfigdir</a>
+.Lk miscopt.html#saveconfigdir "saveconfigdir"
 appears in the
 \f\*[B-Font]ntpd\f[]
 configuration file.
@@ -653,9 +653,9 @@ Write the specified variables.
 If the
 \f\*[I-Font]assocID\f[]
 is zero, the variables are from the
-<a href="#system">system variables</a>
+\fISystem\f[] \fIVariables\f[]
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+\fIPeer\f[] \fIVariables\f[]
 name space.
 The
 \f\*[I-Font]assocID\f[]
@@ -679,12 +679,16 @@ and
 \f\*[B-Font]as\f[]
 commands both in hexadecimal and decoded short tip strings.
 The codes, tips and short explanations are on the
-<a href="decode.html">Event Messages and Status Words</a> page.
+.Lk decode.html "Event Messages and Status Words"
+page.
 The page also includes a list of system and peer messages,
 the code for the latest of which is included in the status word.
+.sp \n(Ppu
+.ne 2
+
 Information resulting from protocol machine state transitions
 is displayed using an informal set of ASCII strings called
-<a href="decode.html#kiss">kiss codes</a>.
+.Lk decode.html#kiss "kiss codes" .
 The original purpose was for kiss-o'-death (KoD) packets
 sent by the server to advise the client of an unusual condition.
 They are now displayed, when appropriate,
@@ -701,8 +705,7 @@ Description
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#sys">
-system status word
+.Lk decode.html#sys "system status word"
 .br
 .ns
 .TP 10
@@ -768,7 +771,7 @@ date and time of day
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .br
 .ns
 .TP 10
@@ -818,6 +821,9 @@ NTP seconds when the NIST leapseconds file expires
 The jitter and wander statistics are exponentially-weighted RMS averages.
 The system jitter is defined in the NTPv4 specification;
 the clock jitter statistic is computed by the clock discipline module.
+.sp \n(Ppu
+.ne 2
+
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional system variables are displayed,
 including some or all of the following,
@@ -883,7 +889,7 @@ association ID
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#peer">peer status word
+.Lk decode.html#peer "peer status word"
 .br
 .ns
 .TP 10
@@ -934,7 +940,7 @@ total root dispersion to the primary reference clock
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .br
 .ns
 .TP 10
@@ -975,12 +981,12 @@ peer poll exponent (log2 s) (3-17)
 .TP 10
 .NOP \f\*[B-Font]headway\f[]
 headway (see
-<a href="rate.html">Rate Management and the Kiss-o'-Death Packet )
+.Lk rate.html "Rate Management and the Kiss-o'-Death Packet" )
 .br
 .ns
 .TP 10
 .NOP \f\*[B-Font]flash\f[]
-<a href="decode.html#flash">flash status word
+.Lk decode.html#flash "flash status word"
 .br
 .ns
 .TP 10
@@ -1016,7 +1022,7 @@ unicast/broadcast bias
 .TP 10
 .NOP \f\*[B-Font]xleave\f[]
 interleave delay (see
-<a href="xleave.html">NTP Interleaved Modes</a> )
+.Lk xleave.html "NTP Interleaved Modes" )
 .PP
 The
 \f\*[B-Font]bias\f[]
@@ -1028,6 +1034,9 @@ The
 variable appears only for the interleaved symmetric and interleaved modes.
 It represents the internal queuing, buffering and transmission delays
 for the preceding packet.
+.sp \n(Ppu
+.ne 2
+
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional peer variables are displayed, including the following:
 .TP 10
@@ -1086,7 +1095,7 @@ association ID
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#clock">clock status word
+.Lk decode.html#clock "clock status word"
 .br
 .ns
 .TP 10
@@ -1251,35 +1260,6 @@ the configuration files.
 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.
-.TH ntpq 1ntpqman "19 Jul 2014" "4.2.7p453" "User Commands"
-.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-psaWPR/ag-BsaWOR)
-.\"
-.\" It has been AutoGen-ed July 19, 2014 at 09:31:47 AM by AutoGen 5.18.3pre18
-.\" From the definitions ntpq-opts.def
-.\" and the template file agman-cmd.tpl
-.SH NAME
-\f\*[B-Font]ntpq\fP ntpq
-\- standard NTP query program
-cvt_prog='/usr/local/gnu/share/autogen/texi2man'
-cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
-         `/`basename "$cvt_prog"`
-cd $tmp_dir
-test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
-{
-    list='synopsis description options option-presets'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list name
-    list='implementation-notes environment files examples exit-status errors
-        compatibility see-also conforming-to history authors copyright bugs
-        notes'
-    for f in $list ; do cat $f ; echo ; done > .end-doc
-    rm \-f $list
-    list=`ls \-1 *`' .end-doc'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list
-} 1>.doc 2>/dev/null
-/opt/csw/bin/ggrep \-E \-v '^[         ]*$' .doc | $cvt_prog
 .SH "ENVIRONMENT"
 See \fBOPTION PRESETS\fP for configuration environment variables.
 .SH "FILES"
index e5e3a0fdff646537c2fd22c51ee3cc4cedc77089..b654938b55b012d7dd907347fdc860439397f93b 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 19 2014
+.Dd July 20 2014
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"
-.\"  It has been AutoGen-ed  July 19, 2014 at 09:31:53 AM by AutoGen 5.18.3pre18
+.\"  It has been AutoGen-ed  July 20, 2014 at 09:28:49 AM by AutoGen 5.18.4pre9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -236,9 +236,6 @@ There appear
 to be no servers left which demand version 1.
 With no argument, displays the current NTP version that will be used
 when communicating with servers.
-.It Ic quit
-Exit
-.Nm
 .It Ic passwd
 This command prompts you to type in a password (which will not
 be echoed) which will be used to authenticate configuration
@@ -246,6 +243,9 @@ requests.
 The password must correspond to the key configured for
 use by the NTP server for this purpose if such requests are to be
 successful.
+.It Ic quit
+Exit
+.Nm
 .It Ic raw
 Causes all output from query commands is printed as received
 from the remote server.
@@ -284,7 +284,7 @@ Display a list of mobilized associations in the form:
 .It Li status Ta peer status word
 .It Li conf Ta Li yes : persistent, Li no : ephemeral
 .It Li reach Ta Li yes : reachable, Li no : unreachable
-.It Li auth Ta Li ok , Liyes , Li bad and Li none
+.It Li auth Ta Li ok , Li yes , Li bad and Li none
 .It Li condition Ta selection status (see the Li select field of the peer status word)
 .It Li last_event Ta event report (see the Li event field of the peer status word)
 .It Li cnt Ta event count (see the Li count field of the peer status word)
@@ -292,9 +292,9 @@ Display a list of mobilized associations in the form:
 .It Cm clockvar Ar assocID Oo Ar name Oo Cm = Ar value Op ... Oc Oc Op ...
 .It Cm cv Ar assocID Oo Ar name Oo Cm = Ar value Op ... Oc Oc Op ...
 Display a list of clock variables for those associations supporting a reference clock.
-.It Li :config Op ...
+.It Cm :config Op ...
 Send the remainder of the command line, including whitespace, to the server as a run\-time configuration command in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is of course required.
-.It Li config\-from\-file Ar filename
+.It Cm config\-from\-file Ar filename
 Send the each line of
 .Ar filename
 to the server as run\-time configuration commands in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is required.
@@ -393,7 +393,7 @@ Perform the same function as the
 except that it uses previously stored data rather than making a new query.
 .It Ic peers
 Display a list of peers in the form:
-.Ic [tally]remote refid st t when pool reach delay offset jitter
+.Dl [tally]remote refid st t when pool reach delay offset jitter
 .Bl -tag -width "something" -compact -offset indent
 .It Variable
 Description
@@ -401,12 +401,12 @@ Description
 single\-character code indicating current value of the
 .Ic select
 field of the
-<a href="decode.html#peer">peer status word</a>
+.Lk decode.html#peer "peer status word"
 .It Ic remote
 host name (or IP number) of peer
 .It Ic refid
 association ID or
-<a href="decode.html#kiss">kiss code</a>
+.Lk decode.html#kiss "'kiss code"
 .It Ic st
 stratum
 .It Ic t
@@ -443,9 +443,9 @@ Display the specified variables.
 If
 .Ar assocID
 is zero, the variables are from the
-<a href="#system">system variables</a>
+.Sx System Variables
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+.Sx Peer Variables
 name space.
 The
 .Ar assocID
@@ -474,7 +474,7 @@ or
 to the ntpd host's file
 .Ar filename .
 This command will be rejected by the server unless
-<a href="miscopt.html#saveconfigdir">saveconfigdir</a>
+.Lk miscopt.html#saveconfigdir "saveconfigdir"
 appears in the
 .Ic ntpd
 configuration file.
@@ -491,9 +491,9 @@ Write the specified variables.
 If the
 .Ar assocID
 is zero, the variables are from the
-<a href="#system">system variables</a>
+.Sx System Variables
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+.Sx Peer Variables
 name space.
 The
 .Ar assocID
@@ -503,7 +503,7 @@ Display operational summary.
 .It Ic sysstats
 Print statistics counters maintained in the protocol module.
 .El
-.SS Status Words and Kiss Codes
+.Ss Status Words and Kiss Codes
 The current state of the operating program is shown in a set of status words maintained by the system and each association separately.
 These words are displayed in the
 .Ic rv
@@ -511,12 +511,14 @@ and
 .Ic as
 commands both in hexadecimal and decoded short tip strings.
 The codes, tips and short explanations are on the
-<a href="decode.html">Event Messages and Status Words</a> page.
+.Lk decode.html "Event Messages and Status Words"
+page.
 The page also includes a list of system and peer messages,
 the code for the latest of which is included in the status word.
+.Pp
 Information resulting from protocol machine state transitions
 is displayed using an informal set of ASCII strings called
-<a href="decode.html#kiss">kiss codes</a>.
+.Lk decode.html#kiss "kiss codes" .
 The original purpose was for kiss\-o'\-death (KoD) packets
 sent by the server to advise the client of an unusual condition.
 They are now displayed, when appropriate,
@@ -530,8 +532,7 @@ Not all variables are displayed in some configurations.
 .It Variable
 Description
 .It Ic status
-<a href="decode.html#sys">
-system status word
+.Lk decode.html#sys "system status word"
 .It Ic version
 NTP software version and build time
 .It Ic processor
@@ -558,7 +559,7 @@ minimum time constant (log2 s) (3\-10)
 date and time of day
 .It Ic refid
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .It Ic reftime
 reference time
 .It Ic offset
@@ -581,6 +582,7 @@ NTP seconds when the NIST leapseconds file expires
 The jitter and wander statistics are exponentially\-weighted RMS averages.
 The system jitter is defined in the NTPv4 specification;
 the clock jitter statistic is computed by the clock discipline module.
+.Pp
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional system variables are displayed,
 including some or all of the following,
@@ -616,7 +618,7 @@ Description
 .It Ic associd
 association ID
 .It Ic status
-<a href="decode.html#peer">peer status word
+.Lk decode.html#peer "peer status word"
 .It Ic srcadr
 source (remote) IP address
 .It Ic srcport
@@ -637,7 +639,7 @@ total roundtrip delay to the primary reference clock
 total root dispersion to the primary reference clock
 .It Ic refid
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .It Ic reftime
 reference time
 .It Ic reach
@@ -654,9 +656,9 @@ host poll exponent (log2 s) (3\-17)
 peer poll exponent (log2 s) (3\-17)
 .It Ic headway
 headway (see
-<a href="rate.html">Rate Management and the Kiss\-o'\-Death Packet )
+.Lk rate.html "Rate Management and the Kiss\-o'\-Death Packet" )
 .It Ic flash
-<a href="decode.html#flash">flash status word
+.Lk decode.html#flash "flash status word"
 .It Ic offset
 filter offset
 .It Ic delay
@@ -671,7 +673,7 @@ Autokey group name for this association
 unicast/broadcast bias
 .It Ic xleave
 interleave delay (see
-<a href="xleave.html">NTP Interleaved Modes</a> )
+.Lk xleave.html "NTP Interleaved Modes" )
 .El
 The
 .Ic bias
@@ -683,6 +685,7 @@ The
 variable appears only for the interleaved symmetric and interleaved modes.
 It represents the internal queuing, buffering and transmission delays
 for the preceding packet.
+.Pp
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional peer variables are displayed, including the following:
 .Bl -tag -width "something" -compact -offset indent
@@ -714,7 +717,7 @@ Description
 .It Ic associd
 association ID
 .It Ic status
-<a href="decode.html#clock">clock status word
+.Lk decode.html#clock "clock status word"
 .It Ic device
 device description
 .It Ic timecode
@@ -833,25 +836,6 @@ the configuration files.
 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.
-cvt_prog='/usr/local/gnu/share/autogen/texi2mdoc'
-cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
-         `/`basename "$cvt_prog"`
-cd $tmp_dir
-test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
-{
-    list='synopsis description options option\-presets'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list name
-    list='implementation\-notes environment files examples exit\-status errors
-        compatibility see\-also conforming\-to history authors copyright bugs
-        notes'
-    for f in $list ; do cat $f ; echo ; done > .end\-doc
-    rm \-f $list
-    list=`ls \-1 *`' .end\-doc'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list
-} 1>.doc 2>/dev/null
-/opt/csw/bin/ggrep \-E \-v '^[         ]*$' .doc | $cvt_prog
 .Sh "ENVIRONMENT"
 See \fBOPTION PRESETS\fP for configuration environment variables.
 .Sh "FILES"
index c09dcde481c768420ca68860f0af540675de7f8a..cef4ccbfea19dd91f10a0f38a0c522f5557ce0ac 100644 (file)
 .ds B-Font B
 .ds I-Font I
 .ds R-Font R
-.TH ntpq @NTPQ_MS@ "19 Jul 2014" "4.2.7p453" "User Commands"
+.TH ntpq @NTPQ_MS@ "20 Jul 2014" "4.2.7p453" "User Commands"
 .\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-psaWPR/ag-BsaWOR)
+.\" EDIT THIS FILE WITH CAUTION (in-mem file)
 .\"
-.\" It has been AutoGen-ed July 19, 2014 at 09:31:47 AM by AutoGen 5.18.3pre18
+.\" It has been AutoGen-ed July 20, 2014 at 09:28:59 AM by AutoGen 5.18.4pre9
 .\" From the definitions ntpq-opts.def
 .\" and the template file agman-cmd.tpl
 .SH NAME
@@ -273,12 +273,6 @@ when communicating with servers.
 .br
 .ns
 .TP 20
-.NOP \f\*[B-Font]quit\f[]
-Exit
-\f\*[B-Font]ntpq\fP
-.br
-.ns
-.TP 20
 .NOP \f\*[B-Font]passwd\f[]
 This command prompts you to type in a password (which will not
 be echoed) which will be used to authenticate configuration
@@ -289,6 +283,12 @@ successful.
 .br
 .ns
 .TP 20
+.NOP \f\*[B-Font]quit\f[]
+Exit
+\f\*[B-Font]ntpq\fP
+.br
+.ns
+.TP 20
 .NOP \f\*[B-Font]raw\f[]
 Causes all output from query commands is printed as received
 from the remote server.
@@ -330,7 +330,7 @@ Display a list of mobilized associations in the form:
 .IP \fB\(bu\fP 2 \f[C]status\f[] \f[C]Ta\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word\f[]
 .IP \fB\(bu\fP 2 \f[C]conf\f[] \f[C]Ta\f[] \f[C]yes\f[]: \f[C]persistent,\f[] \f[C]no\f[]: \f[C]ephemeral\f[]
 .IP \fB\(bu\fP 2 \f[C]reach\f[] \f[C]Ta\f[] \f[C]yes\f[]: \f[C]reachable,\f[] \f[C]no\f[]: \f[C]unreachable\f[]
-.IP \fB\(bu\fP 2 \f[C]auth\f[] \f[C]Ta\f[] \f[C]ok\f[], \f[C]Liyes\f[], \f[C]bad\f[] \f[C]and\f[] \f[C]none\f[]
+.IP \fB\(bu\fP 2 \f[C]auth\f[] \f[C]Ta\f[] \f[C]ok\f[], \f[C]yes\f[], \f[C]bad\f[] \f[C]and\f[] \f[C]none\f[]
 .IP \fB\(bu\fP 2 \f[C]condition\f[] \f[C]Ta\f[] \f[C]selection\f[] \f[C]status\f[] \f[C](see\f[] \f[C]the\f[] \f[C]select\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
 .IP \fB\(bu\fP 2 \f[C]last_event\f[] \f[C]Ta\f[] \f[C]event\f[] \f[C]report\f[] \f[C](see\f[] \f[C]the\f[] \f[C]event\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
 .IP \fB\(bu\fP 2 \f[C]cnt\f[] \f[C]Ta\f[] \f[C]event\f[] \f[C]count\f[] \f[C](see\f[] \f[C]the\f[] \f[C]count\f[] \f[C]field\f[] \f[C]of\f[] \f[C]the\f[] \f[C]peer\f[] \f[C]status\f[] \f[C]word)\f[]
@@ -347,12 +347,12 @@ Display a list of clock variables for those associations supporting a reference
 .br
 .ns
 .TP 10
-.NOP \f[C]:config\f[] [...]
+.NOP \f\*[B-Font]:config\f[] [...]
 Send the remainder of the command line, including whitespace, to the server as a run-time configuration command in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is of course required.
 .br
 .ns
 .TP 10
-.NOP \f[C]config-from-file\f[] \f\*[I-Font]filename\f[]
+.NOP \f\*[B-Font]config-from-file\f[] \f\*[I-Font]filename\f[]
 Send the each line of
 \f\*[I-Font]filename\f[]
 to the server as run-time configuration commands in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is required.
@@ -509,7 +509,7 @@ except that it uses previously stored data rather than making a new query.
 .TP 10
 .NOP \f\*[B-Font]peers\f[]
 Display a list of peers in the form:
-\f\*[B-Font][tally]remote\f[] \f\*[B-Font]refid\f[] \f\*[B-Font]st\f[] \f\*[B-Font]t\f[] \f\*[B-Font]when\f[] \f\*[B-Font]pool\f[] \f\*[B-Font]reach\f[] \f\*[B-Font]delay\f[] \f\*[B-Font]offset\f[] \f\*[B-Font]jitter\f[]
+.Dl [tally]remote refid st t when pool reach delay offset jitter
 .RS
 .TP 10
 .NOP Variable
@@ -521,7 +521,7 @@ Description
 single-character code indicating current value of the
 \f\*[B-Font]select\f[]
 field of the
-<a href="decode.html#peer">peer status word</a>
+.Lk decode.html#peer "peer status word"
 .br
 .ns
 .TP 10
@@ -532,7 +532,7 @@ host name (or IP number) of peer
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 association ID or
-<a href="decode.html#kiss">kiss code</a>
+.Lk decode.html#kiss "'kiss code"
 .br
 .ns
 .TP 10
@@ -599,9 +599,9 @@ Display the specified variables.
 If
 \f\*[I-Font]assocID\f[]
 is zero, the variables are from the
-<a href="#system">system variables</a>
+\fISystem\f[] \fIVariables\f[]
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+\fIPeer\f[] \fIVariables\f[]
 name space.
 The
 \f\*[I-Font]assocID\f[]
@@ -633,7 +633,7 @@ or
 to the ntpd host's file
 \f\*[I-Font]filename\f[].
 This command will be rejected by the server unless
-<a href="miscopt.html#saveconfigdir">saveconfigdir</a>
+.Lk miscopt.html#saveconfigdir "saveconfigdir"
 appears in the
 \f\*[B-Font]ntpd\f[]
 configuration file.
@@ -653,9 +653,9 @@ Write the specified variables.
 If the
 \f\*[I-Font]assocID\f[]
 is zero, the variables are from the
-<a href="#system">system variables</a>
+\fISystem\f[] \fIVariables\f[]
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+\fIPeer\f[] \fIVariables\f[]
 name space.
 The
 \f\*[I-Font]assocID\f[]
@@ -679,12 +679,16 @@ and
 \f\*[B-Font]as\f[]
 commands both in hexadecimal and decoded short tip strings.
 The codes, tips and short explanations are on the
-<a href="decode.html">Event Messages and Status Words</a> page.
+.Lk decode.html "Event Messages and Status Words"
+page.
 The page also includes a list of system and peer messages,
 the code for the latest of which is included in the status word.
+.sp \n(Ppu
+.ne 2
+
 Information resulting from protocol machine state transitions
 is displayed using an informal set of ASCII strings called
-<a href="decode.html#kiss">kiss codes</a>.
+.Lk decode.html#kiss "kiss codes" .
 The original purpose was for kiss-o'-death (KoD) packets
 sent by the server to advise the client of an unusual condition.
 They are now displayed, when appropriate,
@@ -701,8 +705,7 @@ Description
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#sys">
-system status word
+.Lk decode.html#sys "system status word"
 .br
 .ns
 .TP 10
@@ -768,7 +771,7 @@ date and time of day
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .br
 .ns
 .TP 10
@@ -818,6 +821,9 @@ NTP seconds when the NIST leapseconds file expires
 The jitter and wander statistics are exponentially-weighted RMS averages.
 The system jitter is defined in the NTPv4 specification;
 the clock jitter statistic is computed by the clock discipline module.
+.sp \n(Ppu
+.ne 2
+
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional system variables are displayed,
 including some or all of the following,
@@ -883,7 +889,7 @@ association ID
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#peer">peer status word
+.Lk decode.html#peer "peer status word"
 .br
 .ns
 .TP 10
@@ -934,7 +940,7 @@ total root dispersion to the primary reference clock
 .TP 10
 .NOP \f\*[B-Font]refid\f[]
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .br
 .ns
 .TP 10
@@ -975,12 +981,12 @@ peer poll exponent (log2 s) (3-17)
 .TP 10
 .NOP \f\*[B-Font]headway\f[]
 headway (see
-<a href="rate.html">Rate Management and the Kiss-o'-Death Packet )
+.Lk rate.html "Rate Management and the Kiss-o'-Death Packet" )
 .br
 .ns
 .TP 10
 .NOP \f\*[B-Font]flash\f[]
-<a href="decode.html#flash">flash status word
+.Lk decode.html#flash "flash status word"
 .br
 .ns
 .TP 10
@@ -1016,7 +1022,7 @@ unicast/broadcast bias
 .TP 10
 .NOP \f\*[B-Font]xleave\f[]
 interleave delay (see
-<a href="xleave.html">NTP Interleaved Modes</a> )
+.Lk xleave.html "NTP Interleaved Modes" )
 .PP
 The
 \f\*[B-Font]bias\f[]
@@ -1028,6 +1034,9 @@ The
 variable appears only for the interleaved symmetric and interleaved modes.
 It represents the internal queuing, buffering and transmission delays
 for the preceding packet.
+.sp \n(Ppu
+.ne 2
+
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional peer variables are displayed, including the following:
 .TP 10
@@ -1086,7 +1095,7 @@ association ID
 .ns
 .TP 10
 .NOP \f\*[B-Font]status\f[]
-<a href="decode.html#clock">clock status word
+.Lk decode.html#clock "clock status word"
 .br
 .ns
 .TP 10
@@ -1251,35 +1260,6 @@ the configuration files.
 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.
-.TH ntpq @NTPQ_MS@ "19 Jul 2014" "4.2.7p453" "User Commands"
-.\"
-.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-psaWPR/ag-BsaWOR)
-.\"
-.\" It has been AutoGen-ed July 19, 2014 at 09:31:47 AM by AutoGen 5.18.3pre18
-.\" From the definitions ntpq-opts.def
-.\" and the template file agman-cmd.tpl
-.SH NAME
-\f\*[B-Font]ntpq\fP ntpq
-\- standard NTP query program
-cvt_prog='/usr/local/gnu/share/autogen/texi2man'
-cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
-         `/`basename "$cvt_prog"`
-cd $tmp_dir
-test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
-{
-    list='synopsis description options option-presets'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list name
-    list='implementation-notes environment files examples exit-status errors
-        compatibility see-also conforming-to history authors copyright bugs
-        notes'
-    for f in $list ; do cat $f ; echo ; done > .end-doc
-    rm \-f $list
-    list=`ls \-1 *`' .end-doc'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list
-} 1>.doc 2>/dev/null
-/opt/csw/bin/ggrep \-E \-v '^[         ]*$' .doc | $cvt_prog
 .SH "ENVIRONMENT"
 See \fBOPTION PRESETS\fP for configuration environment variables.
 .SH "FILES"
index 7e19417687aa263ff943956e7627c676166f8b33..17c0d5a129a3d46ddd1c9d3d075cb9f341b74377 100644 (file)
@@ -1,9 +1,9 @@
-.Dd July 19 2014
+.Dd July 20 2014
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"
-.\"  It has been AutoGen-ed  July 19, 2014 at 09:31:53 AM by AutoGen 5.18.3pre18
+.\"  It has been AutoGen-ed  July 20, 2014 at 09:28:49 AM by AutoGen 5.18.4pre9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
@@ -236,9 +236,6 @@ There appear
 to be no servers left which demand version 1.
 With no argument, displays the current NTP version that will be used
 when communicating with servers.
-.It Ic quit
-Exit
-.Nm
 .It Ic passwd
 This command prompts you to type in a password (which will not
 be echoed) which will be used to authenticate configuration
@@ -246,6 +243,9 @@ requests.
 The password must correspond to the key configured for
 use by the NTP server for this purpose if such requests are to be
 successful.
+.It Ic quit
+Exit
+.Nm
 .It Ic raw
 Causes all output from query commands is printed as received
 from the remote server.
@@ -284,7 +284,7 @@ Display a list of mobilized associations in the form:
 .It Li status Ta peer status word
 .It Li conf Ta Li yes : persistent, Li no : ephemeral
 .It Li reach Ta Li yes : reachable, Li no : unreachable
-.It Li auth Ta Li ok , Liyes , Li bad and Li none
+.It Li auth Ta Li ok , Li yes , Li bad and Li none
 .It Li condition Ta selection status (see the Li select field of the peer status word)
 .It Li last_event Ta event report (see the Li event field of the peer status word)
 .It Li cnt Ta event count (see the Li count field of the peer status word)
@@ -292,9 +292,9 @@ Display a list of mobilized associations in the form:
 .It Cm clockvar Ar assocID Oo Ar name Oo Cm = Ar value Op ... Oc Oc Op ...
 .It Cm cv Ar assocID Oo Ar name Oo Cm = Ar value Op ... Oc Oc Op ...
 Display a list of clock variables for those associations supporting a reference clock.
-.It Li :config Op ...
+.It Cm :config Op ...
 Send the remainder of the command line, including whitespace, to the server as a run\-time configuration command in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is of course required.
-.It Li config\-from\-file Ar filename
+.It Cm config\-from\-file Ar filename
 Send the each line of
 .Ar filename
 to the server as run\-time configuration commands in the same format as a line in the configuration file. This command is experimental until further notice and clarification. Authentication is required.
@@ -393,7 +393,7 @@ Perform the same function as the
 except that it uses previously stored data rather than making a new query.
 .It Ic peers
 Display a list of peers in the form:
-.Ic [tally]remote refid st t when pool reach delay offset jitter
+.Dl [tally]remote refid st t when pool reach delay offset jitter
 .Bl -tag -width "something" -compact -offset indent
 .It Variable
 Description
@@ -401,12 +401,12 @@ Description
 single\-character code indicating current value of the
 .Ic select
 field of the
-<a href="decode.html#peer">peer status word</a>
+.Lk decode.html#peer "peer status word"
 .It Ic remote
 host name (or IP number) of peer
 .It Ic refid
 association ID or
-<a href="decode.html#kiss">kiss code</a>
+.Lk decode.html#kiss "'kiss code"
 .It Ic st
 stratum
 .It Ic t
@@ -443,9 +443,9 @@ Display the specified variables.
 If
 .Ar assocID
 is zero, the variables are from the
-<a href="#system">system variables</a>
+.Sx System Variables
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+.Sx Peer Variables
 name space.
 The
 .Ar assocID
@@ -474,7 +474,7 @@ or
 to the ntpd host's file
 .Ar filename .
 This command will be rejected by the server unless
-<a href="miscopt.html#saveconfigdir">saveconfigdir</a>
+.Lk miscopt.html#saveconfigdir "saveconfigdir"
 appears in the
 .Ic ntpd
 configuration file.
@@ -491,9 +491,9 @@ Write the specified variables.
 If the
 .Ar assocID
 is zero, the variables are from the
-<a href="#system">system variables</a>
+.Sx System Variables
 name space, otherwise they are from the
-<a href="#peer">peer variables</a>
+.Sx Peer Variables
 name space.
 The
 .Ar assocID
@@ -503,7 +503,7 @@ Display operational summary.
 .It Ic sysstats
 Print statistics counters maintained in the protocol module.
 .El
-.SS Status Words and Kiss Codes
+.Ss Status Words and Kiss Codes
 The current state of the operating program is shown in a set of status words maintained by the system and each association separately.
 These words are displayed in the
 .Ic rv
@@ -511,12 +511,14 @@ and
 .Ic as
 commands both in hexadecimal and decoded short tip strings.
 The codes, tips and short explanations are on the
-<a href="decode.html">Event Messages and Status Words</a> page.
+.Lk decode.html "Event Messages and Status Words"
+page.
 The page also includes a list of system and peer messages,
 the code for the latest of which is included in the status word.
+.Pp
 Information resulting from protocol machine state transitions
 is displayed using an informal set of ASCII strings called
-<a href="decode.html#kiss">kiss codes</a>.
+.Lk decode.html#kiss "kiss codes" .
 The original purpose was for kiss\-o'\-death (KoD) packets
 sent by the server to advise the client of an unusual condition.
 They are now displayed, when appropriate,
@@ -530,8 +532,7 @@ Not all variables are displayed in some configurations.
 .It Variable
 Description
 .It Ic status
-<a href="decode.html#sys">
-system status word
+.Lk decode.html#sys "system status word"
 .It Ic version
 NTP software version and build time
 .It Ic processor
@@ -558,7 +559,7 @@ minimum time constant (log2 s) (3\-10)
 date and time of day
 .It Ic refid
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .It Ic reftime
 reference time
 .It Ic offset
@@ -581,6 +582,7 @@ NTP seconds when the NIST leapseconds file expires
 The jitter and wander statistics are exponentially\-weighted RMS averages.
 The system jitter is defined in the NTPv4 specification;
 the clock jitter statistic is computed by the clock discipline module.
+.Pp
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional system variables are displayed,
 including some or all of the following,
@@ -616,7 +618,7 @@ Description
 .It Ic associd
 association ID
 .It Ic status
-<a href="decode.html#peer">peer status word
+.Lk decode.html#peer "peer status word"
 .It Ic srcadr
 source (remote) IP address
 .It Ic srcport
@@ -637,7 +639,7 @@ total roundtrip delay to the primary reference clock
 total root dispersion to the primary reference clock
 .It Ic refid
 reference ID or
-<a href="decode.html#kiss">kiss code
+.Lk decode.html#kiss "kiss code"
 .It Ic reftime
 reference time
 .It Ic reach
@@ -654,9 +656,9 @@ host poll exponent (log2 s) (3\-17)
 peer poll exponent (log2 s) (3\-17)
 .It Ic headway
 headway (see
-<a href="rate.html">Rate Management and the Kiss\-o'\-Death Packet )
+.Lk rate.html "Rate Management and the Kiss\-o'\-Death Packet" )
 .It Ic flash
-<a href="decode.html#flash">flash status word
+.Lk decode.html#flash "flash status word"
 .It Ic offset
 filter offset
 .It Ic delay
@@ -671,7 +673,7 @@ Autokey group name for this association
 unicast/broadcast bias
 .It Ic xleave
 interleave delay (see
-<a href="xleave.html">NTP Interleaved Modes</a> )
+.Lk xleave.html "NTP Interleaved Modes" )
 .El
 The
 .Ic bias
@@ -683,6 +685,7 @@ The
 variable appears only for the interleaved symmetric and interleaved modes.
 It represents the internal queuing, buffering and transmission delays
 for the preceding packet.
+.Pp
 When the NTPv4 daemon is compiled with the OpenSSL software library,
 additional peer variables are displayed, including the following:
 .Bl -tag -width "something" -compact -offset indent
@@ -714,7 +717,7 @@ Description
 .It Ic associd
 association ID
 .It Ic status
-<a href="decode.html#clock">clock status word
+.Lk decode.html#clock "clock status word"
 .It Ic device
 device description
 .It Ic timecode
@@ -833,25 +836,6 @@ the configuration files.
 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.
-cvt_prog='/usr/local/gnu/share/autogen/texi2mdoc'
-cvt_prog=`cd \`dirname "$cvt_prog"\` >/dev/null && pwd
-         `/`basename "$cvt_prog"`
-cd $tmp_dir
-test \-x "$cvt_prog" || die "'$cvt_prog' is not executable"
-{
-    list='synopsis description options option\-presets'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list name
-    list='implementation\-notes environment files examples exit\-status errors
-        compatibility see\-also conforming\-to history authors copyright bugs
-        notes'
-    for f in $list ; do cat $f ; echo ; done > .end\-doc
-    rm \-f $list
-    list=`ls \-1 *`' .end\-doc'
-    for f in $list ; do cat $f ; echo ; done
-    rm \-f $list
-} 1>.doc 2>/dev/null
-/opt/csw/bin/ggrep \-E \-v '^[         ]*$' .doc | $cvt_prog
 .Sh "ENVIRONMENT"
 See \fBOPTION PRESETS\fP for configuration environment variables.
 .Sh "FILES"
index a72c55ce9a512b2e38a9b4b272ef41fc89668af1..eb5c521498122b0cec49874f222282dbb84414dc 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:31:55 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:39 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index 3e5b99928e499aea9b94eb07b1df64d2b47fc4ff..e03894ab85650b444f45dd4e4f354c90d4572e1c 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:31:55 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:38 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -156,15 +156,15 @@ typedef enum {
 #define VALUE_OPT_NOFORK         'n'
 #define VALUE_OPT_SYSLOG         'p'
 #define VALUE_OPT_AGENTXSOCKET   0x1001
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1002
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -201,11 +201,11 @@ extern tOptions ntpsnmpdOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 69aa4395ca6c45bd155e0a793ed8ee1e1c5e8bf1..f23907c90784ffd03bc30357927c8193fffc72ee 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (calc_tickadj-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
+# From the definitions    calc_tickadj-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -38,13 +39,13 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p435
+calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p453
 USAGE: calc_tickadj [ -<flag> [<val>] | --<name>[{=| }<val>] ]... 
 
     -d, --drift-file=str         Ntp drift file to use
     -t, --tick=num               Tick value of this host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -57,4 +58,3 @@ USAGE
 }
 
 END { close STDOUT };
-
index c777e2125ece47b02e15c938aa263fdf80da4c14..3690616bb2de2021a017d6845b179738132487c8 100644 (file)
@@ -3,7 +3,7 @@
 <title>calc_tickadj User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="calc_tickadj User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.13">
 <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">calc_tickadj User's Manual</h1>
 <div class="node">
+<a name="Top"></a>
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-Description">calc_tickadj Description</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-Description">calc_tickadj 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">calc_tickadj User's Manual</h2>
@@ -46,10 +48,12 @@ This document applies to version 4.2.7p453 of <code>calc_tickadj</code>.
 </ul>
 
 <div class="node">
+<a name="calc_tickadj-Invocation"></a>
+<a name="calc_005ftickadj-Invocation"></a>
 <p><hr>
-<a name="calc_005ftickadj-Invocation"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-Description">calc_tickadj Description</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-Description">calc_tickadj Description</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
-<br>
+
 </div>
 
 <h3 class="section">Invoking calc_tickadj</h3>
@@ -82,49 +86,53 @@ current tick manually on command line.
 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>calc_tickadj</code> program.
 
 <ul class="menu">
-<li><a accesskey="1" href="#calc_005ftickadj-usage">calc_tickadj usage</a>:                   calc_tickadj help/usage (<span class="option">--help</span>)
+<li><a accesskey="1" href="#calc_005ftickadj-usage">calc_tickadj usage</a>:                   calc_tickadj help/usage (<samp><span class="option">--help</span></samp>)
 <li><a accesskey="2" href="#calc_005ftickadj-drift_002dfile">calc_tickadj drift-file</a>:              drift-file option (-d)
 <li><a accesskey="3" href="#calc_005ftickadj-tick">calc_tickadj tick</a>:                    tick option (-t)
 <li><a accesskey="4" href="#calc_005ftickadj-exit-status">calc_tickadj exit status</a>:             exit status
 </ul>
 
 <div class="node">
+<a name="calc_tickadj-usage"></a>
+<a name="calc_005ftickadj-usage"></a>
 <p><hr>
-<a name="calc_005ftickadj-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-drift_002dfile">calc_tickadj drift-file</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-drift_002dfile">calc_tickadj drift-file</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#calc_005ftickadj-Invocation">calc_tickadj Invocation</a>
-<br>
+
 </div>
 
-<h4 class="subsection">calc_tickadj help/usage (<span class="option">--help</span>)</h4>
+<h4 class="subsection">calc_tickadj help/usage (<samp><span class="option">--help</span></samp>)</h4>
 
 <p><a name="index-calc_005ftickadj-help-3"></a>
 This is the automatically generated usage text for calc_tickadj.
 
   <p>The text printed is the same whether selected with the <code>help</code> option
-(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
+(<samp><span class="option">--help</span></samp>) or the <code>more-help</code> option (<samp><span class="option">--more-help</span></samp>).  <code>more-help</code> will print
 the usage text by passing it through a pager program. 
 <code>more-help</code> is disabled on platforms without a working
 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
-used to select the program, defaulting to <span class="file">more</span>.  Both will exit
+used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
 with a status code of 0.
 
-<pre class="example">calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p435
+<pre class="example">calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p453
 USAGE: calc_tickadj [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
 
     -d, --drift-file=str         Ntp drift file to use
     -t, --tick=num               Tick value of this host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 </pre>
   <div class="node">
+<a name="calc_tickadj-drift-file"></a>
+<a name="calc_005ftickadj-drift_002dfile"></a>
 <p><hr>
-<a name="calc_005ftickadj-drift_002dfile"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-tick">calc_tickadj tick</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-tick">calc_tickadj tick</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-usage">calc_tickadj usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#calc_005ftickadj-Invocation">calc_tickadj Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">drift-file option (-d)</h4>
@@ -134,11 +142,13 @@ This is the &ldquo;ntp drift file to use&rdquo; option.
 This option takes a string argument. 
 Use the specified drift file for calculations
 <div class="node">
+<a name="calc_tickadj-tick"></a>
+<a name="calc_005ftickadj-tick"></a>
 <p><hr>
-<a name="calc_005ftickadj-tick"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-exit-status">calc_tickadj exit status</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#calc_005ftickadj-exit-status">calc_tickadj exit status</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-drift_002dfile">calc_tickadj drift-file</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#calc_005ftickadj-Invocation">calc_tickadj Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">tick option (-t)</h4>
@@ -148,18 +158,20 @@ This is the &ldquo;tick value of this host&rdquo; option.
 This option takes a number argument. 
 The current tick which to adjustment will be calculated
 <div class="node">
+<a name="calc_tickadj-exit-status"></a>
+<a name="calc_005ftickadj-exit-status"></a>
 <p><hr>
-<a name="calc_005ftickadj-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-tick">calc_tickadj tick</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#calc_005ftickadj-tick">calc_tickadj tick</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#calc_005ftickadj-Invocation">calc_tickadj Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">calc_tickadj exit status</h4>
 
 <p>One of the following exit values will be returned:
      <dl>
-<dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
-<br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
+<dt>&lsquo;<samp><span class="samp">0 (EXIT_SUCCESS)</span></samp>&rsquo;<dd>Successful program execution. 
+<br><dt>&lsquo;<samp><span class="samp">1 (EXIT_FAILURE)</span></samp>&rsquo;<dd>The operation failed or the command syntax was not valid. 
 </dl>
 
 </body></html>
index cd074bebb011aef2222422ca83f8b74f5978364e..1904eaa62338ab59d1d3a9ef8335516e57317e3b 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-calc_tickadj.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:26:05 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 08:27:19 AM by AutoGen 5.18.4pre9
 # From the definitions    calc_tickadj-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -63,13 +63,13 @@ with a status code of 0.
 
 @exampleindent 0
 @example
-calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p435
+calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.7p453
 USAGE: calc_tickadj [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... 
 
     -d, --drift-file=str         Ntp drift file to use
     -t, --tick=num               Tick value of this host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
index c8694fc1a4a5ff06b8a24533c7b55ecb1c6c5e1d..cdd399ce0bb50acfd40a9c7517287368d4219e3d 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-plot_summary.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:26:30 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 08:27:33 AM by AutoGen 5.18.4pre9
 # From the definitions    plot_summary-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -41,19 +41,19 @@ with a status code of 0.
 
 @exampleindent 0
 @example
-plot_summary - plot statistics generated by summary script - Ver. 4.2.7p435
+plot_summary - plot statistics generated by summary script - Ver. 4.2.7p453
 USAGE: plot_summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... 
 
-      , --directory=str          Where the summary files are
-      , --identifier=str         Origin of the data
-      , --offset-limit=float     Limit of absolute offset
-      , --peer=str               Peers to generate plots for
+        --directory=str          Where the summary files are
+        --identifier=str         Origin of the data
+        --offset-limit=float     Limit of absolute offset
+        --peer=str               Peers to generate plots for
                                    - may appear multiple times
-      , --plot-term=str          Gnuplot terminal
-      , --output-file=str        Output file
-      , --dont-wait              Don't wait for keystroke between plots
+        --plot-term=str          Gnuplot terminal
+        --output-file=str        Output file
+        --dont-wait              Don't wait for keystroke between plots
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
index 87fe92dab82a67b24f9ab18fb6a79ffb90333280..e525b70c86e0757249110dc8ab2b395a6ae15123 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-summary.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:26:35 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 08:27:35 AM by AutoGen 5.18.4pre9
 # From the definitions    summary-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -42,17 +42,17 @@ with a status code of 0.
 
 @exampleindent 0
 @example
-summary - compute various stastics from NTP stat files - Ver. 4.2.7p435
+summary - compute various stastics from NTP stat files - Ver. 4.2.7p453
 USAGE: summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... 
 
-      , --directory=str          Directory containing stat files
-      , --end-date=num           End date
-      , --output-directory=str   Output directory
-      , --peer-dist-limit=float  Peer dist limit
-      , --skip-time-steps=float  Ignore time offsets larger that this
-      , --start-date=num         Start date
+        --directory=str          Directory containing stat files
+        --end-date=num           End date
+        --output-directory=str   Output directory
+        --peer-dist-limit=float  Peer dist limit
+        --skip-time-steps=float  Ignore time offsets larger that this
+        --start-date=num         Start date
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
index fc0559477e8e818047e7525bfecd26b7f1c6cc49..75089e0e9be0583225b2a3f3332d8d8caf8ea2f4 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (ntp-wait-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July  3, 2014 at 09:22:03 AM by AutoGen 5.18.4pre8
+# From the definitions    ntp-wait-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -39,14 +40,14 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.7p411
+ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.7p446
 USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]... 
 
     -n, --tries=num              Number of times to check ntpd
     -s, --sleep=num              How long to sleep between tries
     -v, --verbose                Be verbose
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -59,4 +60,3 @@ USAGE
 }
 
 END { close STDOUT };
-
index 8313b6579524d93fd86c52233bc3fdbef2471aee..ccaf788b055e16273602c0d3b6912c707f4ed8d4 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-ntpsweep.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:26:14 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 08:27:25 AM by AutoGen 5.18.4pre9
 # From the definitions    ntpsweep-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -45,7 +45,7 @@ with a status code of 0.
 
 @exampleindent 0
 @example
-ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p435
+ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p453
 USAGE: ntpsweep [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostfile]
 
     -l, --host-list=str          Host to execute actions on
@@ -54,7 +54,7 @@ USAGE: ntpsweep [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostfile]
     -m, --maxlevel=num           Traverse peers up to this level (4 is a reasonable number)
     -s, --strip=str              Strip this string from hostnames
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
index 91e9d9e32b45930f0dfbff69a5f60bd9962adcde..fae87c7c6e4430deb01a6a777ba6b4b0541a828b 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (ntpsweep-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
+# From the definitions    ntpsweep-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -42,7 +43,7 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p435
+ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p453
 USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
 
     -l, --host-list=str          Host to execute actions on
@@ -51,7 +52,7 @@ USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile]
     -m, --maxlevel=num           Traverse peers up to this level (4 is a reasonable number)
     -s, --strip=str              Strip this string from hostnames
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -59,14 +60,8 @@ USAGE
 
     usage(0)       if $opts->{'help'};
     paged_usage(0) if $opts->{'more-help'};
-
-    if ($argument && $argument =~ /^[^\[]/ && !@$args) {
-        print STDERR "Not enough arguments supplied (See --help/-?)\n";
-        exit 1;
-    }
     $_[0] = $opts;
     return $ret;
 }
 
 END { close STDOUT };
-
index 8d192faa6c2708d7d700fe140a77deb3caeb2726..c0e0cbb882079a81031f2d409677cb7bc980c68a 100644 (file)
@@ -3,7 +3,7 @@
 <title>ntpsweep User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="ntpsweep User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.13">
 <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">ntpsweep User's Manual</h1>
 <div class="node">
+<a name="Top"></a>
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-Description">ntpsweep Description</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-Description">ntpsweep 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>
 
   <p>This document describes the use of the NTP Project's <code>ntpsweep</code> program.
@@ -44,9 +46,10 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
 </ul>
 
 <div class="node">
-<p><hr>
 <a name="ntpsweep-Invocation"></a>
-<br>
+<p><hr>
+
+
 </div>
 
 <h3 class="section">0.1 Invoking ntpsweep</h3>
@@ -61,7 +64,7 @@ all peers.
 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>ntpsweep</code> program.
 
 <ul class="menu">
-<li><a accesskey="1" href="#ntpsweep-usage">ntpsweep usage</a>:                   ntpsweep help/usage (<span class="option">--help</span>)
+<li><a accesskey="1" href="#ntpsweep-usage">ntpsweep usage</a>:                   ntpsweep help/usage (<samp><span class="option">--help</span></samp>)
 <li><a accesskey="2" href="#ntpsweep-host_002dlist">ntpsweep host-list</a>:               host-list option (-l)
 <li><a accesskey="3" href="#ntpsweep-peers">ntpsweep peers</a>:                   peers option (-p)
 <li><a accesskey="4" href="#ntpsweep-maxlevel">ntpsweep maxlevel</a>:                maxlevel option (-m)
@@ -71,26 +74,27 @@ using the <code>agtexi-cmd</code> template and the option descriptions for the <
 </ul>
 
 <div class="node">
+<a name="ntpsweep-usage"></a>
 <p><hr>
-<a name="ntpsweep-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-host_002dlist">ntpsweep host-list</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-host_002dlist">ntpsweep host-list</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
-<h4 class="subsection">0.1.1 ntpsweep help/usage (<span class="option">--help</span>)</h4>
+<h4 class="subsection">0.1.1 ntpsweep help/usage (<samp><span class="option">--help</span></samp>)</h4>
 
 <p><a name="index-ntpsweep-help-3"></a>
 This is the automatically generated usage text for ntpsweep.
 
   <p>The text printed is the same whether selected with the <code>help</code> option
-(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
+(<samp><span class="option">--help</span></samp>) or the <code>more-help</code> option (<samp><span class="option">--more-help</span></samp>).  <code>more-help</code> will print
 the usage text by passing it through a pager program. 
 <code>more-help</code> is disabled on platforms without a working
 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
-used to select the program, defaulting to <span class="file">more</span>.  Both will exit
+used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
 with a status code of 0.
 
-<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p435
+<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.7p453
 USAGE: ntpsweep [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [hostfile]
 
     -l, --host-list=str          Host to execute actions on
@@ -99,17 +103,19 @@ USAGE: ntpsweep [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;]
     -m, --maxlevel=num           Traverse peers up to this level (4 is a reasonable number)
     -s, --strip=str              Strip this string from hostnames
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 </pre>
   <div class="node">
+<a name="ntpsweep-host-list"></a>
+<a name="ntpsweep-host_002dlist"></a>
 <p><hr>
-<a name="ntpsweep-host_002dlist"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-peers">ntpsweep peers</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-peers">ntpsweep peers</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-usage">ntpsweep usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.2 host-list option (-l)</h4>
@@ -126,24 +132,26 @@ This option takes a string argument.
   <p>Use this option to specify the host on which this script operates. 
             May appear multiple times. 
 <div class="node">
+<a name="ntpsweep-peers"></a>
 <p><hr>
-<a name="ntpsweep-peers"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-maxlevel">ntpsweep maxlevel</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-maxlevel">ntpsweep maxlevel</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-host_002dlist">ntpsweep host-list</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.3 peers option (-p)</h4>
 
 <p><a name="index-ntpsweep_002dpeers-5"></a>
 This is the &ldquo;recursively list all peers a host synchronizes to&rdquo; option. 
-This option has no <span class="samp">doc</span> documentation. 
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation. 
 <div class="node">
+<a name="ntpsweep-maxlevel"></a>
 <p><hr>
-<a name="ntpsweep-maxlevel"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-strip">ntpsweep strip</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-strip">ntpsweep strip</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-peers">ntpsweep peers</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.4 maxlevel option (-m)</h4>
@@ -151,13 +159,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocati
 <p><a name="index-ntpsweep_002dmaxlevel-6"></a>
 This is the &ldquo;traverse peers up to this level (4 is a reasonable number)&rdquo; option. 
 This option takes a number argument. 
-This option has no <span class="samp">doc</span> documentation. 
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation. 
 <div class="node">
+<a name="ntpsweep-strip"></a>
 <p><hr>
-<a name="ntpsweep-strip"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-host">ntpsweep host</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-host">ntpsweep host</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-maxlevel">ntpsweep maxlevel</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.5 strip option (-s)</h4>
@@ -165,13 +174,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocati
 <p><a name="index-ntpsweep_002dstrip-7"></a>
 This is the &ldquo;strip this string from hostnames&rdquo; option. 
 This option takes a string argument. 
-This option has no <span class="samp">doc</span> documentation. 
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation. 
 <div class="node">
+<a name="ntpsweep-host"></a>
 <p><hr>
-<a name="ntpsweep-host"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-exit-status">ntpsweep exit status</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntpsweep-exit-status">ntpsweep exit status</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-strip">ntpsweep strip</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.6 host option (-h)</h4>
@@ -179,22 +189,23 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocati
 <p><a name="index-ntpsweep_002dhost-8"></a>
 This is the &ldquo;specify a single host&rdquo; option. 
 This option takes a string argument. 
-This option has no <span class="samp">doc</span> documentation.
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation.
 
   <p><strong>NOTE</strong><strong>: THIS OPTION IS DEPRECATED</strong>
 <div class="node">
+<a name="ntpsweep-exit-status"></a>
 <p><hr>
-<a name="ntpsweep-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-host">ntpsweep host</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpsweep-host">ntpsweep host</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpsweep-Invocation">ntpsweep Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">0.1.7 ntpsweep exit status</h4>
 
 <p>One of the following exit values will be returned:
      <dl>
-<dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
-<br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
+<dt>&lsquo;<samp><span class="samp">0 (EXIT_SUCCESS)</span></samp>&rsquo;<dd>Successful program execution. 
+<br><dt>&lsquo;<samp><span class="samp">1 (EXIT_FAILURE)</span></samp>&rsquo;<dd>The operation failed or the command syntax was not valid. 
 </dl>
 
 </body></html>
index 701237db69e8c17cf440c8149cecdb8f59131c25..b5202673d1a165ac293e394493c6c897067adcb0 100644 (file)
@@ -6,7 +6,7 @@
 #
 # EDIT THIS FILE WITH CAUTION  (invoke-ntptrace.texi)
 #
-# It has been AutoGen-ed  July 19, 2014 at 09:26:26 AM by AutoGen 5.18.3pre18
+# It has been AutoGen-ed  July 20, 2014 at 08:27:31 AM by AutoGen 5.18.4pre9
 # From the definitions    ntptrace-opts.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -62,14 +62,14 @@ with a status code of 0.
 
 @exampleindent 0
 @example
-ntptrace - Trace peers of an NTP server - Ver. 4.2.7p435
+ntptrace - Trace peers of an NTP server - Ver. 4.2.7p453
 USAGE: ntptrace [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [host]
 
     -n, --numeric                Print IP addresses instead of hostnames
     -m, --max-hosts=num          Maximum number of peers to trace
     -r, --host=str               Single remote host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
index 19aaf0999e25728476de033f800d446718b7175b..702f4dd408b5c41e9fc4c5f456f12299eb88056f 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (ntptrace-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
+# From the definitions    ntptrace-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -39,14 +40,14 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-ntptrace - Trace peers of an NTP server - Ver. 4.2.7p435
+ntptrace - Trace peers of an NTP server - Ver. 4.2.7p453
 USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
 
     -n, --numeric                Print IP addresses instead of hostnames
     -m, --max-hosts=num          Maximum number of peers to trace
     -r, --host=str               Single remote host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -54,14 +55,8 @@ USAGE
 
     usage(0)       if $opts->{'help'};
     paged_usage(0) if $opts->{'more-help'};
-
-    if ($argument && $argument =~ /^[^\[]/ && !@$args) {
-        print STDERR "Not enough arguments supplied (See --help/-?)\n";
-        exit 1;
-    }
     $_[0] = $opts;
     return $ret;
 }
 
 END { close STDOUT };
-
index ae8d06290ae87f641860d537b9743e0b54caa2c1..1a6ac47ffc7508620ffc63adc746b6808009dcb8 100644 (file)
@@ -3,7 +3,7 @@
 <title>Ntptrace User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="Ntptrace User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.13">
 <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">Ntptrace User's Manual</h1>
 <div class="node">
+<a name="Top"></a>
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-Description">ntptrace Description</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-Description">ntptrace 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>
@@ -46,10 +48,11 @@ This document applies to version 4.2.7p453 of <code>ntptrace</code>.
 </ul>
 
 <div class="node">
+<a name="ntptrace-Invocation"></a>
 <p><hr>
-<a name="ntptrace-Invocation"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-Description">ntptrace Description</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-Description">ntptrace Description</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
-<br>
+
 </div>
 
 <h3 class="section">Invoking ntptrace</h3>
@@ -80,7 +83,7 @@ defined in RFC-1305.
 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>ntptrace</code> program.
 
 <ul class="menu">
-<li><a accesskey="1" href="#ntptrace-usage">ntptrace usage</a>:                   ntptrace help/usage (<span class="option">--help</span>)
+<li><a accesskey="1" href="#ntptrace-usage">ntptrace usage</a>:                   ntptrace help/usage (<samp><span class="option">--help</span></samp>)
 <li><a accesskey="2" href="#ntptrace-numeric">ntptrace numeric</a>:                 numeric option (-n)
 <li><a accesskey="3" href="#ntptrace-max_002dhosts">ntptrace max-hosts</a>:               max-hosts option (-m)
 <li><a accesskey="4" href="#ntptrace-host">ntptrace host</a>:                    host option (-r)
@@ -88,43 +91,45 @@ using the <code>agtexi-cmd</code> template and the option descriptions for the <
 </ul>
 
 <div class="node">
+<a name="ntptrace-usage"></a>
 <p><hr>
-<a name="ntptrace-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-numeric">ntptrace numeric</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-numeric">ntptrace numeric</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocation</a>
-<br>
+
 </div>
 
-<h4 class="subsection">ntptrace help/usage (<span class="option">--help</span>)</h4>
+<h4 class="subsection">ntptrace help/usage (<samp><span class="option">--help</span></samp>)</h4>
 
 <p><a name="index-ntptrace-help-3"></a>
 This is the automatically generated usage text for ntptrace.
 
   <p>The text printed is the same whether selected with the <code>help</code> option
-(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
+(<samp><span class="option">--help</span></samp>) or the <code>more-help</code> option (<samp><span class="option">--more-help</span></samp>).  <code>more-help</code> will print
 the usage text by passing it through a pager program. 
 <code>more-help</code> is disabled on platforms without a working
 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
-used to select the program, defaulting to <span class="file">more</span>.  Both will exit
+used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
 with a status code of 0.
 
-<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.7p435
+<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.7p453
 USAGE: ntptrace [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [host]
 
     -n, --numeric                Print IP addresses instead of hostnames
     -m, --max-hosts=num          Maximum number of peers to trace
     -r, --host=str               Single remote host
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 </pre>
   <div class="node">
+<a name="ntptrace-numeric"></a>
 <p><hr>
-<a name="ntptrace-numeric"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-max_002dhosts">ntptrace max-hosts</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-max_002dhosts">ntptrace max-hosts</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-usage">ntptrace usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">numeric option (-n)</h4>
@@ -134,11 +139,13 @@ This is the &ldquo;print ip addresses instead of hostnames&rdquo; option.
 Output hosts as dotted-quad numeric format rather than converting to
 the canonical host names. 
 <div class="node">
+<a name="ntptrace-max-hosts"></a>
+<a name="ntptrace-max_002dhosts"></a>
 <p><hr>
-<a name="ntptrace-max_002dhosts"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-host">ntptrace host</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-host">ntptrace host</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-numeric">ntptrace numeric</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">max-hosts option (-m)</h4>
@@ -146,13 +153,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocati
 <p><a name="index-ntptrace_002dmax_002dhosts-5"></a>
 This is the &ldquo;maximum number of peers to trace&rdquo; option. 
 This option takes a number argument. 
-This option has no <span class="samp">doc</span> documentation. 
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation. 
 <div class="node">
+<a name="ntptrace-host"></a>
 <p><hr>
-<a name="ntptrace-host"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-exit-status">ntptrace exit status</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#ntptrace-exit-status">ntptrace exit status</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-max_002dhosts">ntptrace max-hosts</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">host option (-r)</h4>
@@ -160,20 +168,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocati
 <p><a name="index-ntptrace_002dhost-6"></a>
 This is the &ldquo;single remote host&rdquo; option. 
 This option takes a string argument. 
-This option has no <span class="samp">doc</span> documentation. 
+This option has no &lsquo;<samp><span class="samp">doc</span></samp>&rsquo; documentation. 
 <div class="node">
+<a name="ntptrace-exit-status"></a>
 <p><hr>
-<a name="ntptrace-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-host">ntptrace host</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntptrace-host">ntptrace host</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#ntptrace-Invocation">ntptrace Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">ntptrace exit status</h4>
 
 <p>One of the following exit values will be returned:
      <dl>
-<dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
-<br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
+<dt>&lsquo;<samp><span class="samp">0 (EXIT_SUCCESS)</span></samp>&rsquo;<dd>Successful program execution. 
+<br><dt>&lsquo;<samp><span class="samp">1 (EXIT_FAILURE)</span></samp>&rsquo;<dd>The operation failed or the command syntax was not valid. 
 </dl>
 
 </body></html>
index e82cdf95852b9c162da59f062b21dd1189d901a9..2556b02a0dbdadc77f07ab6e1aad08c03a462192 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (plot_summary-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
+# From the definitions    plot_summary-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -45,19 +46,19 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-plot_summary - plot statistics generated by summary script - Ver. 4.2.7p435
+plot_summary - plot statistics generated by summary script - Ver. 4.2.7p453
 USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... 
 
-      , --directory=str          Where the summary files are
-      , --identifier=str         Origin of the data
-      , --offset-limit=float     Limit of absolute offset
-      , --peer=str               Peers to generate plots for
+        --directory=str          Where the summary files are
+        --identifier=str         Origin of the data
+        --offset-limit=float     Limit of absolute offset
+        --peer=str               Peers to generate plots for
                                    - may appear multiple times
-      , --plot-term=str          Gnuplot terminal
-      , --output-file=str        Output file
-      , --dont-wait              Don't wait for keystroke between plots
+        --plot-term=str          Gnuplot terminal
+        --output-file=str        Output file
+        --dont-wait              Don't wait for keystroke between plots
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -70,4 +71,3 @@ USAGE
 }
 
 END { close STDOUT };
-
index f4290a864999006b82f32d99249bda64f91f42a7..20492b23571ea38e65730a01dc217977d73a5d7c 100644 (file)
@@ -3,7 +3,7 @@
 <title>Plot_summary User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="Plot_summary User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.13">
 <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">Plot_summary User's Manual</h1>
 <div class="node">
+<a name="Top"></a>
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-Description">plot_summary Description</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-Description">plot_summary 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">Plot_summary User Manual</h2>
@@ -46,10 +48,12 @@ This document applies to version 4.2.7p453 of <code>plot_summary</code>.
 </ul>
 
 <div class="node">
+<a name="plot_summary-Invocation"></a>
+<a name="plot_005fsummary-Invocation"></a>
 <p><hr>
-<a name="plot_005fsummary-Invocation"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-Description">plot_summary Description</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-Description">plot_summary Description</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
-<br>
+
 </div>
 
 <h3 class="section">Invoking plot_summary</h3>
@@ -60,7 +64,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>plot_summary</code> program.
 
 <ul class="menu">
-<li><a accesskey="1" href="#plot_005fsummary-usage">plot_summary usage</a>:                   plot_summary help/usage (<span class="option">--help</span>)
+<li><a accesskey="1" href="#plot_005fsummary-usage">plot_summary usage</a>:                   plot_summary help/usage (<samp><span class="option">--help</span></samp>)
 <li><a accesskey="2" href="#plot_005fsummary-directory">plot_summary directory</a>:               directory option
 <li><a accesskey="3" href="#plot_005fsummary-identifier">plot_summary identifier</a>:              identifier option
 <li><a accesskey="4" href="#plot_005fsummary-peer">plot_summary peer</a>:                    peer option
@@ -70,48 +74,52 @@ using the <code>agtexi-cmd</code> template and the option descriptions for the <
 </ul>
 
 <div class="node">
+<a name="plot_summary-usage"></a>
+<a name="plot_005fsummary-usage"></a>
 <p><hr>
-<a name="plot_005fsummary-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-directory">plot_summary directory</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-directory">plot_summary directory</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
-<h4 class="subsection">plot_summary help/usage (<span class="option">--help</span>)</h4>
+<h4 class="subsection">plot_summary help/usage (<samp><span class="option">--help</span></samp>)</h4>
 
 <p><a name="index-plot_005fsummary-help-3"></a>
 This is the automatically generated usage text for plot_summary.
 
   <p>The text printed is the same whether selected with the <code>help</code> option
-(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
+(<samp><span class="option">--help</span></samp>) or the <code>more-help</code> option (<samp><span class="option">--more-help</span></samp>).  <code>more-help</code> will print
 the usage text by passing it through a pager program. 
 <code>more-help</code> is disabled on platforms without a working
 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
-used to select the program, defaulting to <span class="file">more</span>.  Both will exit
+used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
 with a status code of 0.
 
-<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.7p435
+<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.7p453
 USAGE: plot_summary [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
 
-      , --directory=str          Where the summary files are
-      , --identifier=str         Origin of the data
-      , --offset-limit=float     Limit of absolute offset
-      , --peer=str               Peers to generate plots for
+        --directory=str          Where the summary files are
+        --identifier=str         Origin of the data
+        --offset-limit=float     Limit of absolute offset
+        --peer=str               Peers to generate plots for
                                    - may appear multiple times
-      , --plot-term=str          Gnuplot terminal
-      , --output-file=str        Output file
-      , --dont-wait              Don't wait for keystroke between plots
+        --plot-term=str          Gnuplot terminal
+        --output-file=str        Output file
+        --dont-wait              Don't wait for keystroke between plots
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 </pre>
   <div class="node">
+<a name="plot_summary-directory"></a>
+<a name="plot_005fsummary-directory"></a>
 <p><hr>
-<a name="plot_005fsummary-directory"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-identifier">plot_summary identifier</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-identifier">plot_summary identifier</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-usage">plot_summary usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">directory option</h4>
@@ -122,11 +130,13 @@ This option takes a string argument.
         The directory where the <code>plot_summary</code> will search for the
         *_summary files generated by <code>summary</code> script. 
 <div class="node">
+<a name="plot_summary-identifier"></a>
+<a name="plot_005fsummary-identifier"></a>
 <p><hr>
-<a name="plot_005fsummary-identifier"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-peer">plot_summary peer</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-peer">plot_summary peer</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-directory">plot_summary directory</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">identifier option</h4>
@@ -137,11 +147,13 @@ This option takes a string argument.
         Where does the plotted data come from, default to string "host" plus
         current hostname
 <div class="node">
+<a name="plot_summary-peer"></a>
+<a name="plot_005fsummary-peer"></a>
 <p><hr>
-<a name="plot_005fsummary-peer"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-plot_002dterm">plot_summary plot-term</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-plot_002dterm">plot_summary plot-term</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-identifier">plot_summary identifier</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">peer option</h4>
@@ -158,11 +170,13 @@ This option takes a string argument.
   <p>By default the peer_summary plots are not generated. Use this option to
         specify list of peers if you want to generate plots for them. 
 <div class="node">
+<a name="plot_summary-plot-term"></a>
+<a name="plot_005fsummary-plot_002dterm"></a>
 <p><hr>
-<a name="plot_005fsummary-plot_002dterm"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-output_002dfile">plot_summary output-file</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-output_002dfile">plot_summary output-file</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-peer">plot_summary peer</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">plot-term option</h4>
@@ -175,11 +189,13 @@ This option takes a string argument.
         <code>dumb</code> is it's not'. See output from  -e "set
         terminal") for the list of avalaible options. 
 <div class="node">
+<a name="plot_summary-output-file"></a>
+<a name="plot_005fsummary-output_002dfile"></a>
 <p><hr>
-<a name="plot_005fsummary-output_002dfile"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-exit-status">plot_summary exit status</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#plot_005fsummary-exit-status">plot_summary exit status</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-plot_002dterm">plot_summary plot-term</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">output-file option</h4>
@@ -189,18 +205,20 @@ This is the &ldquo;output file&rdquo; option.
 This option takes a str argument. 
         Output file for <code>gnuplot</code>, default to stdout. 
 <div class="node">
+<a name="plot_summary-exit-status"></a>
+<a name="plot_005fsummary-exit-status"></a>
 <p><hr>
-<a name="plot_005fsummary-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-output_002dfile">plot_summary output-file</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#plot_005fsummary-output_002dfile">plot_summary output-file</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#plot_005fsummary-Invocation">plot_summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">plot_summary exit status</h4>
 
 <p>One of the following exit values will be returned:
      <dl>
-<dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
-<br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
+<dt>&lsquo;<samp><span class="samp">0 (EXIT_SUCCESS)</span></samp>&rsquo;<dd>Successful program execution. 
+<br><dt>&lsquo;<samp><span class="samp">1 (EXIT_FAILURE)</span></samp>&rsquo;<dd>The operation failed or the command syntax was not valid. 
 </dl>
 
 </body></html>
index 86ca0b6f5a425d55b5d438adb279ec1efe2e533e..2e7cb842929240b4ff2d1109456da4ec01d04cbf 100644 (file)
@@ -1,7 +1,8 @@
-
-# DO NOT EDIT THE FOLLOWING
+# EDIT THIS FILE WITH CAUTION  (summary-opts)
 #
-# It's auto generated option handling code  
+# It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
+# From the definitions    summary-opts.def
+# and the template file   perlopt
 
 use Getopt::Long qw(GetOptionsFromArray);
 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
@@ -43,17 +44,17 @@ sub processOptions {
         'help|?', 'more-help'));
 
     $usage = <<'USAGE';
-summary - compute various stastics from NTP stat files - Ver. 4.2.7p435
+summary - compute various stastics from NTP stat files - Ver. 4.2.7p453
 USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... 
 
-      , --directory=str          Directory containing stat files
-      , --end-date=num           End date
-      , --output-directory=str   Output directory
-      , --peer-dist-limit=float  Peer dist limit
-      , --skip-time-steps=float  Ignore time offsets larger that this
-      , --start-date=num         Start date
+        --directory=str          Directory containing stat files
+        --end-date=num           End date
+        --output-directory=str   Output directory
+        --peer-dist-limit=float  Peer dist limit
+        --skip-time-steps=float  Ignore time offsets larger that this
+        --start-date=num         Start date
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
@@ -66,4 +67,3 @@ USAGE
 }
 
 END { close STDOUT };
-
index fd126fdd2cf2e3d9664231f5a4fc6a3394e2284b..671441f8dfc36dee6c570e251b8b803e0308dae9 100644 (file)
@@ -3,7 +3,7 @@
 <title>Summary User's Manual</title>
 <meta http-equiv="Content-Type" content="text/html">
 <meta name="description" content="Summary User's Manual">
-<meta name="generator" content="makeinfo 4.7">
+<meta name="generator" content="makeinfo 4.13">
 <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">Summary User's Manual</h1>
 <div class="node">
+<a name="Top"></a>
 <p><hr>
-<a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-Description">summary Description</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-Description">summary 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">Summary User Manual</h2>
@@ -46,10 +48,11 @@ This document applies to version 4.2.7p453 of <code>summary</code>.
 </ul>
 
 <div class="node">
+<a name="summary-Invocation"></a>
 <p><hr>
-<a name="summary-Invocation"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-Description">summary Description</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-Description">summary Description</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
-<br>
+
 </div>
 
 <h3 class="section">Invoking summary</h3>
@@ -60,7 +63,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>summary</code> program.
 
 <ul class="menu">
-<li><a accesskey="1" href="#summary-usage">summary usage</a>:                   summary help/usage (<span class="option">--help</span>)
+<li><a accesskey="1" href="#summary-usage">summary usage</a>:                   summary help/usage (<samp><span class="option">--help</span></samp>)
 <li><a accesskey="2" href="#summary-directory">summary directory</a>:               directory option
 <li><a accesskey="3" href="#summary-end_002ddate">summary end-date</a>:                end-date option
 <li><a accesskey="4" href="#summary-output_002ddirectory">summary output-directory</a>:        output-directory option
@@ -69,46 +72,48 @@ using the <code>agtexi-cmd</code> template and the option descriptions for the <
 </ul>
 
 <div class="node">
+<a name="summary-usage"></a>
 <p><hr>
-<a name="summary-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-directory">summary directory</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-directory">summary directory</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
-<h4 class="subsection">summary help/usage (<span class="option">--help</span>)</h4>
+<h4 class="subsection">summary help/usage (<samp><span class="option">--help</span></samp>)</h4>
 
 <p><a name="index-summary-help-3"></a>
 This is the automatically generated usage text for summary.
 
   <p>The text printed is the same whether selected with the <code>help</code> option
-(<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
+(<samp><span class="option">--help</span></samp>) or the <code>more-help</code> option (<samp><span class="option">--more-help</span></samp>).  <code>more-help</code> will print
 the usage text by passing it through a pager program. 
 <code>more-help</code> is disabled on platforms without a working
 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
-used to select the program, defaulting to <span class="file">more</span>.  Both will exit
+used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
 with a status code of 0.
 
-<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.7p435
+<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.7p453
 USAGE: summary [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
 
-      , --directory=str          Directory containing stat files
-      , --end-date=num           End date
-      , --output-directory=str   Output directory
-      , --peer-dist-limit=float  Peer dist limit
-      , --skip-time-steps=float  Ignore time offsets larger that this
-      , --start-date=num         Start date
+        --directory=str          Directory containing stat files
+        --end-date=num           End date
+        --output-directory=str   Output directory
+        --peer-dist-limit=float  Peer dist limit
+        --skip-time-steps=float  Ignore time offsets larger that this
+        --start-date=num         Start date
     -?, --help                   Display usage information and exit
-      , --more-help              Pass the extended usage information through a pager
+        --more-help              Pass the extended usage information through a pager
 
 Options are specified by doubled hyphens and their name or by a single
 hyphen and the flag character.
 </pre>
   <div class="node">
+<a name="summary-directory"></a>
 <p><hr>
-<a name="summary-directory"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-end_002ddate">summary end-date</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-end_002ddate">summary end-date</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-usage">summary usage</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">directory option</h4>
@@ -119,11 +124,13 @@ This option takes a string argument.
         The directory where <code>ntpd</code> will search for .stat files generated
         by <code>ntpd</code>. 
 <div class="node">
+<a name="summary-end-date"></a>
+<a name="summary-end_002ddate"></a>
 <p><hr>
-<a name="summary-end_002ddate"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-output_002ddirectory">summary output-directory</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-output_002ddirectory">summary output-directory</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-directory">summary directory</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">end-date option</h4>
@@ -135,11 +142,13 @@ This option takes a number argument.
         option.  Defaults to today minus one day (Use <code>date -u +%Y%m%d</code>)
         to get the timestamp. 
 <div class="node">
+<a name="summary-output-directory"></a>
+<a name="summary-output_002ddirectory"></a>
 <p><hr>
-<a name="summary-output_002ddirectory"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-start_002ddate">summary start-date</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-start_002ddate">summary start-date</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-end_002ddate">summary end-date</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">output-directory option</h4>
@@ -149,11 +158,13 @@ This is the &ldquo;output directory&rdquo; option.
 This option takes a str argument. 
         The output directory <code>summary</code> will write all output files to. 
 <div class="node">
+<a name="summary-start-date"></a>
+<a name="summary-start_002ddate"></a>
 <p><hr>
-<a name="summary-start_002ddate"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#summary-exit-status">summary exit status</a>,
+Next:&nbsp;<a rel="next" accesskey="n" href="#summary-exit-status">summary exit status</a>,
 Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-output_002ddirectory">summary output-directory</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">start-date option</h4>
@@ -164,18 +175,19 @@ This option takes a num argument.
         Process all files with the date suffix more or equal to value of
         this option.  Defaults to 197000101. 
 <div class="node">
+<a name="summary-exit-status"></a>
 <p><hr>
-<a name="summary-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-start_002ddate">summary start-date</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" href="#summary-start_002ddate">summary start-date</a>,
 Up:&nbsp;<a rel="up" accesskey="u" href="#summary-Invocation">summary Invocation</a>
-<br>
+
 </div>
 
 <h4 class="subsection">summary exit status</h4>
 
 <p>One of the following exit values will be returned:
      <dl>
-<dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
-<br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
+<dt>&lsquo;<samp><span class="samp">0 (EXIT_SUCCESS)</span></samp>&rsquo;<dd>Successful program execution. 
+<br><dt>&lsquo;<samp><span class="samp">1 (EXIT_FAILURE)</span></samp>&rsquo;<dd>The operation failed or the command syntax was not valid. 
 </dl>
 
 </body></html>
index 1526ca5ea11a5ae47785f65892318fb39231d2ae..cf7c41c62c5269fe0b4bbd3e5ada2ed1ea1f044e 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:23:14 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:41 AM by AutoGen 5.18.4pre9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index 8e91b3c92446c0a759ab6e725a226c7a5ec8f0be..f867ddacf1457ba4d9e41e8d2a5340dfb40c9d27 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:23:14 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:40 AM by AutoGen 5.18.4pre9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -283,15 +283,15 @@ typedef enum {
         DESC(WAIT).fOptState &= OPTST_PERSISTENT_MASK; \
         DESC(WAIT).fOptState |= OPTST_SET | OPTST_DISABLED; \
         DESC(WAIT).optArg.argString = NULL )
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1002
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -328,11 +328,11 @@ extern tOptions sntpOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);
index 7b66747b76e5cf885e1c0891ba13b97b81ea0f51..1b1793ce08e91cf8dc1bc0bfc2c5de2ae1b937a5 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:32:14 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:43 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This source file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
index da77ce2c449e53fedc74156cf65e5ddcabf35f7b..68e90cb93764bbeba4da67395c06f05c799f1aef 100644 (file)
@@ -1,11 +1,11 @@
 /*
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *
- *  It has been AutoGen-ed  July 19, 2014 at 09:32:13 AM by AutoGen 5.18.3pre18
+ *  It has been AutoGen-ed  July 20, 2014 at 08:20:43 AM by AutoGen 5.18.4pre9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
- * Generated from AutoOpts 40:2:15 templates.
+ * Generated from AutoOpts 41:0:16 templates.
  *
  *  AutoOpts is a copyrighted work.  This header file is not encumbered
  *  by AutoOpts licensing, but is provided under the licensing terms chosen
@@ -53,7 +53,7 @@
  *  tolerable version is at least as old as what was current when the header
  *  template was released.
  */
-#define AO_TEMPLATE_VERSION 163842
+#define AO_TEMPLATE_VERSION 167936
 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
  || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
 # error option template version mismatches autoopts/options.h header
@@ -299,15 +299,15 @@ typedef enum {
 #ifdef AUTOKEY
 #define OPT_VALUE_MV_KEYS        (DESC(MV_KEYS).optArg.argInt)
 #endif /* AUTOKEY */
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for help-value option */
 #define VALUE_OPT_HELP          '?'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for more-help-value option */
 #define VALUE_OPT_MORE_HELP     '!'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for version-value option */
 #define VALUE_OPT_VERSION       0x1001
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for save-opts-value option */
 #define VALUE_OPT_SAVE_OPTS     '>'
-/** option flag (value) for " (get "val-name") " option */
+/** option flag (value) for load-opts-value option */
 #define VALUE_OPT_LOAD_OPTS     '<'
 #define SET_OPT_SAVE_OPTS(a)   STMTS( \
         DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
@@ -344,11 +344,11 @@ extern tOptions ntp_keygenOptions;
 #     include <libintl.h>
 #   endif
 
-# ifndef __attribute__
-#   define __attribute__(_a)
+# ifndef ATTRIBUTE_FORMAT_ARG
+#   define ATTRIBUTE_FORMAT_ARG(_a)
 # endif
 
-static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
+static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
 static inline char* aoGetsText(char const* pz) {
     if (pz == NULL) return NULL;
     return (char*)gettext(pz);