]> granicus.if.org Git - pdns/commitdiff
small doc fixes
authorsetharnold <seth.arnold@gmail.com>
Mon, 11 Jul 2016 17:51:26 +0000 (10:51 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2016 17:51:26 +0000 (10:51 -0700)
docs/markdown/recursor/stats.md

index dae1a9dc3001eef32817d8c68261dcecd3e54a42..3413cac384865a794fdf691cf4064470ee0ea7b4 100644 (file)
@@ -92,7 +92,7 @@ answers-slow + packetcache-hits + over-capacity-drops + policy-drops = questions
 Also note that unauthorized-tcp and unauthorized-udp packets do not end up in
 the 'questions' count.
 
-Every half our or so, the recursor outputs a line with statistics. More
+Every half hour or so, the recursor outputs a line with statistics. More
 infrastructure is planned so as to allow for Cricket or MRTG graphs. To force
 the output of statistics, send the process a SIGUSR1. A line of statistics looks
 like this:
@@ -112,4 +112,5 @@ answer a question. Initially this ratio may be well over 100% as additional
 queries may be needed to actually recurse the DNS and figure out the addresses
 of nameservers.
 
-Finally, 12% of queries were not performed because identical queries had gone out previously, saving load servers worldwide.
+Finally, 12% of queries were not performed because identical queries had gone out
+previously, saving load on servers worldwide.