From: Daniel Kahn Gillmor Date: Fri, 23 Feb 2018 05:37:55 +0000 (-0800) Subject: fix spelling errors in manpages X-Git-Tag: v2.7.0~199^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b366c847ade1d1e32f2d101b4d6cdd2ed549c8b0;p=thirdparty%2Fknot-dns.git fix spelling errors in manpages --- diff --git a/doc/man/keymgr.8in b/doc/man/keymgr.8in index a4d3ed73a0..745a3e4f03 100644 --- a/doc/man/keymgr.8in +++ b/doc/man/keymgr.8in @@ -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 diff --git a/doc/man/knot.conf.5in b/doc/man/knot.conf.5in index 1abbaa68ae..5e6fc39919 100644 --- a/doc/man/knot.conf.5in +++ b/doc/man/knot.conf.5in @@ -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 diff --git a/doc/man/pykeymgr.8in b/doc/man/pykeymgr.8in index 55a0a4a6ec..41de7e0695 100644 --- a/doc/man/pykeymgr.8in +++ b/doc/man/pykeymgr.8in @@ -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 diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index 5d680dda4d..7a4c593957 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -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 .......... diff --git a/doc/man_pykeymgr.rst b/doc/man_pykeymgr.rst index ae97b6e830..af320ecefc 100644 --- a/doc/man_pykeymgr.rst +++ b/doc/man_pykeymgr.rst @@ -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:: diff --git a/doc/reference.rst b/doc/reference.rst index bc9e805921..06148add9c 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -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::