]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup typos
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Feb 2008 15:22:10 +0000 (15:22 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Feb 2008 15:22:10 +0000 (15:22 +0000)
git-svn-id: file:///svn/unbound/trunk@920 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog
doc/libunbound.3

index 65507dfcc605c5f7155d3aaa3048854848862533..98159922dbe5d6023edf03962380ef606accc846 100644 (file)
@@ -228,6 +228,7 @@ endif
 strip:
        strip unbound
        strip unbound-checkconf
+       strip unbound-host
 
 install:
        $(INSTALL) -m 755 -d $(bindir)
index fed8a98b5ea2a71a6aa345531af32a51acbf8afa..084aae29f1c10d96fdce88ea1dc9348af9cd2c98 100644 (file)
@@ -2,6 +2,7 @@
        - statistics-interval: seconds option added.
        - test for statistics option
        - ignore errors making directories, these can occur in parallel builds
+       - fixup Makefile strip command and libunbound docs typo.
 
 31 January 2008: Wouter
        - bg thread/process reads and writes the pipe nonblocking all the time
index 27d2bee423dfd8d9f2a8e559d543e28d2a78db3a..3bee1e60592ef30d10e9e2ce3321f5c89ec55de0 100644 (file)
@@ -242,8 +242,6 @@ information to the callback. The callback type is a function pointer to
 a function declared as
 .IP
 void my_callback_function(void* my_arg, int err, 
-.br
-                  int secure, int havedata, 
 .br
                   struct ub_val_result* result);
 .IP