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:
|
||||||
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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue