diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-09-03 19:33:47 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-09-03 19:33:47 +0200 |
commit | 86ecefafdfd0f66120ca8627a7b7155bc5e3979e (patch) | |
tree | 067c7e87800359b47e17bc6910d131857ee91fba /doc | |
parent | distro/deb: move python3-sphinx to Build-Depends for man pages generation (diff) | |
download | knot-86ecefafdfd0f66120ca8627a7b7155bc5e3979e.tar.xz knot-86ecefafdfd0f66120ca8627a7b7155bc5e3979e.zip |
doc: fix typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man_kxdpgun.rst | 2 | ||||
-rw-r--r-- | doc/reference.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man_kxdpgun.rst b/doc/man_kxdpgun.rst index bc26d125e..37863c81b 100644 --- a/doc/man_kxdpgun.rst +++ b/doc/man_kxdpgun.rst @@ -69,7 +69,7 @@ Options **-B**, **--binary** Specify that input file is in binary format. This format is similar to the - TCP DNS message format. The file contains records formated as 2-octet length + TCP DNS message format. The file contains records formatted as 2-octet length (network order) followed by a message in DNS wire format. **-I**, **--interface** *interface* diff --git a/doc/reference.rst b/doc/reference.rst index 1aefc575c..8a228072b 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -2725,7 +2725,7 @@ using the dynamic configuration. .. WARNING:: As changing this value can result in differently parsed zone file(s), the corresponding zone SOA serial(s) should be incremented before - reloading or commiting the configuration. Alternatively, setting + reloading or committing the configuration. Alternatively, setting :ref:`zonefile-load <zone_zonefile-load>` to ``difference-no-serial`` ensures the resulting zone(s) update is correct. |