[Pdns-dev] [PATCH 1/3] Miscellaneous documentation changes
Peter Collingbourne
peter at pcc.me.uk
Sat Jan 2 20:49:39 CET 2010
Fixes a couple of errors in the documentation.
---
pdns/docs/pdns.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pdns/docs/pdns.sgml b/pdns/docs/pdns.sgml
index c9b04a1..36bca51 100644
--- a/pdns/docs/pdns.sgml
+++ b/pdns/docs/pdns.sgml
@@ -10543,7 +10543,7 @@ end
</para>
<para>
Furthermore, your pdns_server executable must be dynamically linked. The default .rpm PDNS contains a static binary so you need to retrieve the
- dynamic rpm or the dynamic tar.gz or the Debian unstable ('Woody') deb. FreeBSD dynamic releases are forthcoming.
+ dynamic rpm or the dynamic tar.gz or the Debian unstable ('sid') deb. FreeBSD dynamic releases are forthcoming.
</para>
<variablelist>
<varlistentry>
@@ -13509,7 +13509,7 @@ static RandomLoader randomloader;
<term>bool get(DNSResourceRecord &rr)</term>
<listitem>
<para>
- Request a DNSResourceRecord from a query started by <function>get()</function> of <function>list()</function>. If this functions returns
+ Request a DNSResourceRecord from a query started by <function>lookup()</function> or <function>list()</function>. If this functions returns
<command>true</command>, <command>rr</command> has been filled with data. When it returns false, no more data is available,
and <command>rr</command> does not contain new data. A backend should make sure that it either fills out all fields of the
DNSResourceRecord or resets them to their default values.
--
1.6.5
More information about the Pdns-dev
mailing list