]> granicus.if.org Git - pdns/commitdiff
doc nit, thanks matje
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 23 Oct 2015 15:57:29 +0000 (17:57 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 23 Oct 2015 15:57:38 +0000 (17:57 +0200)
docs/markdown/authoritative/backend-generic-mypgsql.md

index c974594140bd660b436de90ef50dffe84a51eed4..00cdaaedfa0c639b7aa98d5e5b6d825f742b1acb 100644 (file)
@@ -206,7 +206,7 @@ Called during incoming AXFR. Default: `insert into records (content,ttl,prio,typ
 Called to update the last notified serial of a master domain. Default: `update domains set notified_serial=%d where id=%d`
 
 ### `update-lastcheck-query`
-Called to update the last time a slave domain was checked for freshness. Default: `update domains set last_check=%d where id=%d`
+Called to update the last time a slave domain was successfully checked for freshness. Default: `update domains set last_check=%d where id=%d`
 
 ### `info-all-master-query`
 Called to get data on all domains for which the server is master. Default: `select id,name,master,last_check,notified_serial,type from domains where type='MASTER'`