]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
doxygen fixup.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Sep 2008 11:47:09 +0000 (11:47 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Sep 2008 11:47:09 +0000 (11:47 +0000)
git-svn-id: file:///svn/unbound/trunk@1267 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/control_proto_spec.txt
doc/plan
util/data/packed_rrset.c

index 0388acc44f0b65a04e9547ae26146c5f3f9f4910..9b3012326f4352aba44bc65b63174c05efc68d83 100644 (file)
@@ -40,6 +40,7 @@ load_cache
 flush_name <name>
        flushes some information regarding the name from the cache.
        removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR types.
+       Does not remote other types.
 flush_type <name> <RR type>
        removes rrtype entry from the cache.
 flush_zone <name>
index b2b3b5f596c504db69768fd48e53a5040f2937a0..bde157128d0e2fccb663cc241210da7d9dfda54f 100644 (file)
--- a/doc/plan
+++ b/doc/plan
@@ -58,7 +58,7 @@ not   stats on SIGUSR1. perhaps also see which slow auth servers cause >1sec value
 + remote control to start, stop, reload.
 * remote control to flush names or domains (all under a name) from the 
    cache. Include NSes. And the A, AAAA for its NSes.
-* remote control to see delegation; what servers would be used to get 
++ remote control to see delegation; what servers would be used to get 
   data for a name.
 
 *** Improvements
index 199bf01a29713def1d50a6c8edc0b88ab63a9d1f..74855c9c0a446e4a435331f89f1b3c0dc06ec2b6 100644 (file)
@@ -264,7 +264,6 @@ ub_packed_rrset_ttl(struct ub_packed_rrset_key* key)
        return d->ttl;
 }
 
-/** allocate rrset in region - no more locks needed */
 struct ub_packed_rrset_key*
 packed_rrset_copy_region(struct ub_packed_rrset_key* key, 
        struct regional* region, uint32_t now)