]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
fix spelling errors in manpages
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 23 Feb 2018 05:37:55 +0000 (21:37 -0800)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 26 Feb 2018 15:57:31 +0000 (16:57 +0100)
doc/man/keymgr.8in
doc/man/knot.conf.5in
doc/man/pykeymgr.8in
doc/man_keymgr.rst
doc/man_pykeymgr.rst
doc/reference.rst

index a4d3ed73a025f26f723389342e1406a2da04c115..745a3e4f0369b9c9153d820bc8e411716b96eebd 100644 (file)
@@ -150,7 +150,7 @@ Timestamp for key to be activated.
 Timestamp for key to be de\-activated.
 .TP
 \fBremove\fP
-Timestamp for key ot be deleted.
+Timestamp for key to be deleted.
 .UNINDENT
 .SS Timestamps
 .INDENT 0.0
index 1abbaa68ae389f28767a267cae2cdfa8083329e1..5e6fc39919c1d56356b6be18495c614630dd0fbe 100644 (file)
@@ -883,7 +883,7 @@ Possible values:
 generally slower
 .IP \(bu 2
 \fBasynchronous\fP – The journal DB disk synchronization is optimized for
-better perfomance at the expense of lower DB durability; this mode is
+better performance at the expense of lower DB durability; this mode is
 recommended only on slave nodes with many zones
 .UNINDENT
 .sp
index 55a0a4a6ec0702ae46b53c95875f16afe88cc6b2..41de7e0695f568803d9db74afac0813b4cd27dfa 100644 (file)
@@ -41,7 +41,7 @@ Functions for DNSSEC keys and KASP (Key And Signature Policy)
 management are provided.
 .sp
 The DNSSEC and KASP configuration is stored in a so called KASP database.
-The databse is backed by LMDB.
+The database is backed by LMDB.
 .sp
 The utility requires installed python LMDB module, installed e.g. by:
 .INDENT 0.0
index 5d680dda4d9d126e33ce5d8d1724974aebd3fb35..7a4c59395777b9ce526f81cde712bc0852e0ec27 100644 (file)
@@ -127,7 +127,7 @@ Arguments are separated by space, each of them is in format 'name=value'.
   Timestamp for key to be de-activated.
 
 **remove**
-  Timestamp for key ot be deleted.
+  Timestamp for key to be deleted.
 
 Timestamps
 ..........
index ae97b6e830eb9b4a38277b6e1379bcd69551bb33..af320ecefc09d6ce0776ad4605456e25dd2c66c6 100644 (file)
@@ -17,7 +17,7 @@ Functions for DNSSEC keys and KASP (Key And Signature Policy)
 management are provided.
 
 The DNSSEC and KASP configuration is stored in a so called KASP database.
-The databse is backed by LMDB.
+The database is backed by LMDB.
 
 The utility requires installed python LMDB module, installed e.g. by::
 
index bc9e805921321c8ec1da803cd372768c57979095..06148add9cf3f0609fb27db7696f677a53ad9df3 100644 (file)
@@ -1013,7 +1013,7 @@ Possible values:
 - ``robust`` – The journal DB disk sychronization ensures DB durability but is
   generally slower
 - ``asynchronous`` – The journal DB disk synchronization is optimized for
-  better perfomance at the expense of lower DB durability; this mode is
+  better performance at the expense of lower DB durability; this mode is
   recommended only on slave nodes with many zones
 
 .. NOTE::