mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
fixup typos
git-svn-id: file:///svn/unbound/trunk@920 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d58327876f
commit
98552115d0
3 changed files with 2 additions and 2 deletions
|
|
@ -228,6 +228,7 @@ endif
|
|||
strip:
|
||||
strip unbound
|
||||
strip unbound-checkconf
|
||||
strip unbound-host
|
||||
|
||||
install:
|
||||
$(INSTALL) -m 755 -d $(bindir)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue