From: Wouter Wijngaards Date: Tue, 5 Feb 2008 15:22:10 +0000 (+0000) Subject: fixup typos X-Git-Tag: release-0.9~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98552115d09d70d1507fabffbc961bd2bb87411f;p=thirdparty%2Funbound.git fixup typos git-svn-id: file:///svn/unbound/trunk@920 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 65507dfcc..98159922d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -228,6 +228,7 @@ endif strip: strip unbound strip unbound-checkconf + strip unbound-host install: $(INSTALL) -m 755 -d $(bindir) diff --git a/doc/Changelog b/doc/Changelog index fed8a98b5..084aae29f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/doc/libunbound.3 b/doc/libunbound.3 index 27d2bee42..3bee1e605 100644 --- a/doc/libunbound.3 +++ b/doc/libunbound.3 @@ -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