[Git][NTPsec/ntpsec][master] asciidoc automatically creates anchors for "_section_title"
Matt Selsky
gitlab at mg.gitlab.com
Thu Apr 5 13:19:33 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
7acd363a by Matt Selsky at 2018-04-05T13:15:32Z
asciidoc automatically creates anchors for "_section_title"
- - - - -
12 changed files:
- docs/includes/ntp-conf-body.txt
- docs/includes/ntpd-body.txt
- docs/includes/ntpfrob-body.txt
- docs/includes/ntpkeygen-body.txt
- docs/includes/ntpleapfetch-body.txt
- docs/includes/ntpviz-body.txt
- docs/ntp_conf.txt
- docs/ntpd.txt
- docs/ntpfrob.txt
- docs/ntpkeygen.txt
- docs/ntpleapfetch.txt
- docs/ntpviz.txt
Changes:
=====================================
docs/includes/ntp-conf-body.txt
=====================================
--- a/docs/includes/ntp-conf-body.txt
+++ b/docs/includes/ntp-conf-body.txt
@@ -2,11 +2,9 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== SYNOPSIS ==
/etc/ntp.conf
-[[descr]]
== DESCRIPTION ==
The `ntp.conf` configuration file is read at initial startup by the
@@ -218,7 +216,6 @@ include::../includes/clock-options.txt[]
include::../includes/misc-options.txt[]
-[[files]]
== FILES ==
`/etc/ntp.conf`::
@@ -243,7 +240,6 @@ this documentation is available in HTML format in `/usr/share/doc/ntp`.
David L. Mills, _Network Time Protocol (Version 4)_, RFC 5905
-[[bugs]]
== BUGS ==
The syntax checking is not picky; some combinations of ridiculous and
=====================================
docs/includes/ntpd-body.txt
=====================================
--- a/docs/includes/ntpd-body.txt
+++ b/docs/includes/ntpd-body.txt
@@ -2,7 +2,6 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== SYNOPSIS ==
[verse]
ntpd
@@ -12,7 +11,6 @@ ntpd
[-u 'user'[:'group']] [-U 'interface_update_interval']
[-v 'variable'] [-V 'variable'] [server...]
-[[descr]]
== DESCRIPTION ==
The +ntpd+ utility is an operating system daemon which sets and
@@ -55,7 +53,6 @@ monitored using {ntpmonman}.
When +ntpd+ starts it looks at the value of umask(2), and if
zero +ntpd+ will set the umask(2) to 022.
-[[cmd]]
== OPTIONS ==
+-4+, +--ipv4+::
@@ -276,7 +273,6 @@ or hostnames, with the _iburst_ option implied. Associations with
these are formed before any associations implied by the configuration
file.
-[[usage]]
== USAGE ==
=== How NTP Operates ===
@@ -503,7 +499,6 @@ sign of the offset.
The filter is activated by the _tinker_ command and _huffpuff_ keyword,
as described in {ntpdconfman}.
-[[files]]
== FILES ==
[options="header"]
@@ -534,7 +529,6 @@ Configuration files are parsed according to the following rules:
of their pathnames. Files with other extensions or no extensions
are ignored.
-[[signals]]
== SIGNALS ==
SIGQUIT, SIGINT, and SIGTERM will cause ntpd to clean up and exit.
@@ -553,7 +547,6 @@ SIGUSR2 will decrease it by 1. This may be helpful if you are
running with +-n+, either just to see the logging on your screen
or with gdb.
-[[bugs]]
== BUGS ==
The '-V' option is not backward-compatible with its use (as the
=====================================
docs/includes/ntpfrob-body.txt
=====================================
--- a/docs/includes/ntpfrob-body.txt
+++ b/docs/includes/ntpfrob-body.txt
@@ -2,12 +2,10 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== Synopsis ==
+ntpfrob+ [+-A+] [+-b+ 'bump'] [+-a+ 'tick'] [+-p+ 'ppsdev'] [+-c+] [+-e+] [+-r+] [+-?+] [+-h+]
-[[descr]]
== Description ==
The ntpfrob program frobs the local clock hardware. It collects
=====================================
docs/includes/ntpkeygen-body.txt
=====================================
--- a/docs/includes/ntpkeygen-body.txt
+++ b/docs/includes/ntpkeygen-body.txt
@@ -2,12 +2,10 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== Synopsis ==
[verse]
+ntpkeygen+ [+-M+]
-[[descrip]]
== Description ==
This program generates a file containing keys that can be used
=====================================
docs/includes/ntpleapfetch-body.txt
=====================================
--- a/docs/includes/ntpleapfetch-body.txt
+++ b/docs/includes/ntpleapfetch-body.txt
@@ -2,7 +2,6 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== SYNOPSIS ==
[verse]
+ntpleapfetch+
=====================================
docs/includes/ntpviz-body.txt
=====================================
--- a/docs/includes/ntpviz-body.txt
+++ b/docs/includes/ntpviz-body.txt
@@ -2,7 +2,6 @@
// It's included in two places: once for the docs/ HTML
// tree, and once to make an individual man page.
-[[synop]]
== SYNOPSIS ==
[verse]
ntpviz [-d LOGDIR] [-g] [-n name] [-p DAYS]
=====================================
docs/ntp_conf.txt
=====================================
--- a/docs/ntp_conf.txt
+++ b/docs/ntp_conf.txt
@@ -15,8 +15,8 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[SYNOPSIS]
-* link:#descr[DESCRIPTION]
+* link:#_synopsis[SYNOPSIS]
+* link:#_description[DESCRIPTION]
* link:#_configuration_support[Configuration Support]
* link:#_authentication_commands[Authentication Commands]
* link:#monit[Monitoring Support]
@@ -26,9 +26,9 @@ include::includes/manual.txt[]
* link:#_reference_clock_support[Reference Clock Support]
* link:#_reference_clock_commands[Reference Clock Commands]
* link:#_miscellaneous_options[Miscellaneous Options]
-* link:#files[FILES]
+* link:#_files[FILES]
* link:#_see_also[SEE ALSO]
-* link:#bugs[BUGS]
+* link:#_bugs[BUGS]
'''''
=====================================
docs/ntpd.txt
=====================================
--- a/docs/ntpd.txt
+++ b/docs/ntpd.txt
@@ -15,13 +15,13 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[SYNOPSIS]
-* link:#descr[DESCRIPTION]
-* link:#cmd[OPTIONS]
-* link:#usage[USAGE]
-* link:#files[FILES]
-* link:#signals[SIGNALS]
-* link:#bugs[BUGS]
+* link:#_synopsis[SYNOPSIS]
+* link:#_description[DESCRIPTION]
+* link:#_options[OPTIONS]
+* link:#_usage[USAGE]
+* link:#_files[FILES]
+* link:#_signals[SIGNALS]
+* link:#_bugs[BUGS]
* link:#_standards[STANDARDS]
'''''
=====================================
docs/ntpfrob.txt
=====================================
--- a/docs/ntpfrob.txt
+++ b/docs/ntpfrob.txt
@@ -15,8 +15,8 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[Synopsis]
-* link:#descr[Description]
+* link:#_synopsis[Synopsis]
+* link:#_description[Description]
* link:#cmd[Command Line Options]
* link:#usage[Usage]
=====================================
docs/ntpkeygen.txt
=====================================
--- a/docs/ntpkeygen.txt
+++ b/docs/ntpkeygen.txt
@@ -15,8 +15,8 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[Synopsis]
-* link:#descrip[Description]
+* link:#_synopsis[Synopsis]
+* link:#_description[Description]
* link:#cmd[Command Line Options]
* link:#run[Running the program]
* link:#access[Key file access and location]
=====================================
docs/ntpleapfetch.txt
=====================================
--- a/docs/ntpleapfetch.txt
+++ b/docs/ntpleapfetch.txt
@@ -16,7 +16,7 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[SYNOPSIS]
+* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
* link:#_options[OPTIONS]
=====================================
docs/ntpviz.txt
=====================================
--- a/docs/ntpviz.txt
+++ b/docs/ntpviz.txt
@@ -17,7 +17,7 @@ include::includes/manual.txt[]
== Table of Contents ==
-* link:#synop[SYNOPSIS]
+* link:#_synopsis[SYNOPSIS]
* link:#_description[DESCRIPTION]
* link:#_requirements[REQUIREMENTS]
* link:#_authors[AUTHORS]
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7acd363a39ca4c0ddf1ce19efae217c793c1b636
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7acd363a39ca4c0ddf1ce19efae217c793c1b636
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/20180405/8534aa82/attachment.html>
More information about the vc
mailing list