[Git][NTPsec/ntpsec][master] strip header trailers 6
Matt Selsky
gitlab at mg.gitlab.com
Mon Feb 4 15:25:36 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
c1c494b4 by James Browning at 2019-02-04T15:21:56Z
strip header trailers 6
- - - - -
19 changed files:
- docs/ntp_conf.adoc
- docs/ntp_config.adoc
- docs/ntp_keys.adoc
- docs/ntpd.adoc
- docs/ntpdig.adoc
- docs/ntpfrob.adoc
- docs/ntpkeygen.adoc
- docs/ntpleapfetch.adoc
- docs/ntploggps.adoc
- docs/ntplogtemp.adoc
- docs/ntpmon.adoc
- docs/ntpq.adoc
- docs/ntpsnmpd.adoc
- docs/ntpsweep.adoc
- docs/ntptime.adoc
- docs/ntptrace.adoc
- docs/ntpviz.adoc
- docs/ntpwait.adoc
- docs/ntsd.adoc
Changes:
=====================================
docs/ntp_conf.adoc
=====================================
@@ -10,11 +10,11 @@ Racoon is shooting configuration bugs.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntp_config.adoc
=====================================
@@ -1,4 +1,4 @@
-= Configuration File Definition (Advanced) =
+= Configuration File Definition (Advanced)
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,7 +10,7 @@ Racoon is shooting configuration bugs.
|==============================
-== Table of Contents ==
+== Table of Contents
* link:#synopsis[Synopsis]
* link:#files[Files]
@@ -21,7 +21,7 @@ Racoon is shooting configuration bugs.
'''''
[[synopsis]]
-== Synopsis ==
+== Synopsis
The NTP configuration process is driven by a phrase-structure grammar
which is used to specify the format of the configuration commands and
@@ -41,7 +41,7 @@ contains a description of the files used in the configuration process as
well as guidelines on how to construct them.
[[files]]
-== Files ==
+== Files
A brief description of the files used by the configuration code is given
below:
@@ -57,7 +57,7 @@ below:
|==============================================================================
[[high-level]]
-== High-Level Description ==
+== High-Level Description
A high-level description of the configuration process showing where all
the files fit in is given below:
@@ -71,7 +71,7 @@ configure parts of NTP on the basis of what is on the tree. A more
detailed description of these parts and the files used is given below:
[[detailed]]
-== Detailed Description ==
+== Detailed Description
*ntp_scanner.c*::
This file contains the scanner. The scanner is a small program that
@@ -128,7 +128,7 @@ traditionally used to code the support functions needed to build the
ASTs. Since we have moved all the support functions to *ntp_config.c*,
this section is left empty.
-== Prologue and Bison Declarations ==
+== Prologue and Bison Declarations
All the terminal symbols (also known as tokens) have to be declared in
the prologue section. Note that terminals and non-terminals may have
@@ -194,7 +194,7 @@ with a +%type+ declaration as shown below:
The +%type+ declaration may be omitted for non-terminals that do not
return any value and do not have type information associated with them.
-== The Rules Section ==
+== The Rules Section
The rule section only consists of phrase-structure grammar rules. Each
rule typically has the following format:
@@ -231,7 +231,7 @@ rule. +$$+ is used to refer to the value of the LHS terminal symbol - it
is used to return a value for the non-terminal symbol specified in the
LHS of the rule.
-== Invoking Bison ==
+== Invoking Bison
Bison needs to be invoked in order to convert the *ntp_config.y* file
into a C source file. To invoke Bison, simply enter the command:
@@ -273,7 +273,7 @@ traverse the AST and configure NTP according to the nodes present on the
tree.
[[guidelines]]
-== Guidelines for Adding Configuration Commands ==
+== Guidelines for Adding Configuration Commands
The following steps may be used to add a new configuration command to
the NTP reference implementation:
=====================================
docs/ntp_keys.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntp.keys - NTP symmetric key file format =
+= ntp.keys - NTP symmetric key file format
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ Three can keep a secret, if two are dead.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_description[DESCRIPTION]
* link:#_usage[USAGE]
@@ -27,7 +27,7 @@ include::includes/ntp.keys-body.adoc[]
'''''
-== SEE ALSO ==
+== SEE ALSO
link:ntp_conf.html[{ntpdconfman}],
link:ntpd.html[{ntpdman}],
=====================================
docs/ntpd.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpd - Network Time Protocol (NTP) Daemon =
+= ntpd - Network Time Protocol (NTP) Daemon
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ You need help from the monkeys.
|===============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntpdig.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpdig - Simple Network Time Protocol (SNTP) Client =
+= ntpdig - Simple Network Time Protocol (SNTP) Client
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ S is for snakeoil.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntpfrob.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpfrob - frob the local clock hardware =
+= ntpfrob - frob the local clock hardware
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ Assorted doohickeys for clock-frobbing are in the backpack.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
=====================================
docs/ntpkeygen.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpkeygen - generate public and private keys =
+= ntpkeygen - generate public and private keys
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ Alice holds the key.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
=====================================
docs/ntpleapfetch.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpleapfetch - fetch and manage local leapfile =
+= ntpleapfetch - fetch and manage local leapfile
include::html.include[]
//FIXME: Image duplicates the one used for ntpfrob
@@ -11,11 +11,11 @@ Occasionally, the leap second needs an update.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntploggps.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntploggps - log gpsd data for use by ntpviz =
+= ntploggps - log gpsd data for use by ntpviz
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,12 +10,12 @@ S is for snakeoil.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
'''''
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntplogtemp.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntplogtemp - log system temperature data for use by ntpviz =
+= ntplogtemp - log system temperature data for use by ntpviz
include::html.include[]
//FIXME: Image duplicates the one used for panda.adoc
@@ -11,11 +11,11 @@ P is for patching.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntpmon.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpmon - real-time NTP status monitor =
+= ntpmon - real-time NTP status monitor
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,12 +10,12 @@ Words of wisdom.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
'''''
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
@@ -26,7 +26,7 @@ include::includes/manual.adoc[]
include::includes/ntpmon-body.adoc[]
-== Mode 6 Protocol ==
+== Mode 6 Protocol
The Mode 6 protocol used by ntpmon to communicate with {ntpdman}
is described link:mode6.html[here].
=====================================
docs/ntpq.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpq - standard NTP query program =
+= ntpq - standard NTP query program
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,12 +10,12 @@ A typical NTP monitoring packet
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
'''''
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
@@ -33,7 +33,7 @@ include::includes/manual.adoc[]
include::includes/ntpq-body.adoc[]
-== Mode 6 Protocol ==
+== Mode 6 Protocol
The Mode 6 protocol used by ntpq to communicate with ntpd
is described link:mode6.html[here].
=====================================
docs/ntpsnmpd.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpsnmpd - NTP SNMP AgentX daemon =
+= ntpsnmpd - NTP SNMP AgentX daemon
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -8,7 +8,7 @@ include::html.include[]
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
@@ -16,7 +16,7 @@ include::includes/manual.adoc[]
include::includes/ntpsnmpd-body.adoc[]
-== Mode 6 Protocol ==
+== Mode 6 Protocol
The Mode 6 protocol used by ntpsnmpd to communicate with ntpd
is described link:mode6.html[here].
=====================================
docs/ntpsweep.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpsweep - print information about NTP servers =
+= ntpsweep - print information about NTP servers
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ A new broom sweeps clean.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
=====================================
docs/ntptime.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntptime - read and set kernel time variables =
+= ntptime - read and set kernel time variables
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ The turtle has been swimming in the kernel.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[Synopsis]
* link:#_description[Description]
=====================================
docs/ntptrace.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntptrace - trace a chain of NTP servers back to the primary source =
+= ntptrace - trace a chain of NTP servers back to the primary source
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ The rabbit knows the way back.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
@@ -25,7 +25,7 @@ include::includes/manual.adoc[]
include::includes/ntptrace-body.adoc[]
-== Bugs ==
+== Bugs
This program makes no attempt to improve accuracy by doing multiple
samples.
=====================================
docs/ntpviz.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntpviz - make data visualizations from statistics files =
+= ntpviz - make data visualizations from statistics files
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,13 +10,13 @@ You could have a butterfly on your head and not even know it.
|==============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
'''''
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntpwait.adoc
=====================================
@@ -1,11 +1,11 @@
-= ntpwait - wait until ntpd is in synchronized state =
+= ntpwait - wait until ntpd is in synchronized state
include::html.include[]
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
=====================================
docs/ntsd.adoc
=====================================
@@ -1,4 +1,4 @@
-= ntsd - Network Time Security (NTS) Daemon =
+= ntsd - Network Time Security (NTS) Daemon
include::html.include[]
[cols="10%,90%",frame="none",grid="none",style="verse"]
@@ -10,11 +10,11 @@ Security is hard.
|===============================
-== Manual Pages ==
+== Manual Pages
include::includes/manual.adoc[]
-== Table of Contents ==
+== Table of Contents
* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c1c494b401f78e6ca76bb39490fac44a961bb8ee
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c1c494b401f78e6ca76bb39490fac44a961bb8ee
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190204/5492a87c/attachment-0001.html>
More information about the vc
mailing list