fixup typos

git-svn-id: file:///svn/unbound/trunk@920 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-02-05 15:22:10 +00:00
parent d58327876f
commit 98552115d0
3 changed files with 2 additions and 2 deletions

View file

@ -228,6 +228,7 @@ endif
strip: strip:
strip unbound strip unbound
strip unbound-checkconf strip unbound-checkconf
strip unbound-host
install: install:
$(INSTALL) -m 755 -d $(bindir) $(INSTALL) -m 755 -d $(bindir)

View file

@ -2,6 +2,7 @@
- statistics-interval: seconds option added. - statistics-interval: seconds option added.
- test for statistics option - test for statistics option
- ignore errors making directories, these can occur in parallel builds - ignore errors making directories, these can occur in parallel builds
- fixup Makefile strip command and libunbound docs typo.
31 January 2008: Wouter 31 January 2008: Wouter
- bg thread/process reads and writes the pipe nonblocking all the time - bg thread/process reads and writes the pipe nonblocking all the time

View file

@ -242,8 +242,6 @@ information to the callback. The callback type is a function pointer to
a function declared as a function declared as
.IP .IP
void my_callback_function(void* my_arg, int err, void my_callback_function(void* my_arg, int err,
.br
int secure, int havedata,
.br .br
struct ub_val_result* result); struct ub_val_result* result);
.IP .IP