summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/grammar
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2021-06-22 19:40:13 +0200
committerTomek Mrugalski <tomek@isc.org>2021-06-23 12:04:18 +0200
commit386922fb83d8e03845e216d81884e94ee45a9e73 (patch)
tree58785a8abb90127a5ab4878c7413505cb72b7be0 /doc/sphinx/grammar
parent[#745] Swapped appendices order (diff)
downloadkea-386922fb83d8e03845e216d81884e94ee45a9e73.tar.xz
kea-386922fb83d8e03845e216d81884e94ee45a9e73.zip
[#745] extract_bnf script takes parameter for --markdown
Diffstat (limited to 'doc/sphinx/grammar')
-rw-r--r--doc/sphinx/grammar/grammar.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/sphinx/grammar/grammar.rst b/doc/sphinx/grammar/grammar.rst
index 6e8d55894f..565db0f505 100644
--- a/doc/sphinx/grammar/grammar.rst
+++ b/doc/sphinx/grammar/grammar.rst
@@ -13,7 +13,10 @@
BNF Grammar
===========
-Here's the Backus-Naur form (BNF) https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form notation
+Kea consists of several daemons, each with its own configuration syntax. The following sections
+provide a complete syntax of all possible parameters, written as Backus-Naur Form (BNF).
+See `wikipedia article on BNF <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ for
+background and explanation.
BNF Grammar for DHCPv4
----------------------
@@ -30,8 +33,8 @@ BNF Grammar for Control Agent
.. include:: grammar-ca-parser.rst
-BNF Grammar for D2 (DHCP-DDNS)
-------------------------------
+BNF Grammar for DHCP-DDNS
+-------------------------
.. include:: grammar-d2-parser.rst