]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
other docs nitpicks
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 25 May 2018 14:07:39 +0000 (16:07 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 28 May 2018 09:05:57 +0000 (11:05 +0200)
I don't think it's good to write that we "provide a library",
as it currently doesn't seem suitable for usage outside kresd.

daemon/README.rst
doc/index.rst

index 13e5cc0c3bf492a73ac689382a5da0aa458299eb..5c790abf337d1da5a97e4d7f1b61eb7e03c51dbd 100644 (file)
@@ -997,9 +997,9 @@ specified worker count and process rank.
    Return current worker ID (starting from `0` up to `worker.count - 1`)
 
 
-.. envvar:: pid (number)
+.. envvar:: worker.pid
 
-   Current worker process PID.
+   Current worker process PID (number).
 
 
 .. function:: worker.stats()
index b38d5de5d8b4941ecf7cbb20730ef9481a626763..c900e2ab0b7fb17c8b2368cfb9660112b81cf3d2 100644 (file)
@@ -2,9 +2,9 @@
 Knot DNS Resolver
 #################
 
-The Knot DNS Resolver is a minimalistic caching resolver implementation.
-The project provides both a resolver library and a small daemon.
-Modular architecture of the library keeps the core tiny and efficient, and provides a state-machine like API for extensions.
+Knot Resolver is a minimalistic implementation of a caching validating DNS resolver.
+Modular architecture keeps the core tiny and efficient,
+and it provides a state-machine like API for extensions.
 
 .. toctree::
    :maxdepth: 2