mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- For PR #93: man page spelling reference fix.
This commit is contained in:
parent
a77ebed550
commit
a238f35d7d
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
a couple cases.
|
a couple cases.
|
||||||
- For PR #93: checkconf allows python dynlib in module-config, for
|
- For PR #93: checkconf allows python dynlib in module-config, for
|
||||||
a couple cases.
|
a couple cases.
|
||||||
|
- For PR #93: man page spelling reference fix.
|
||||||
|
|
||||||
15 May 2020: Wouter
|
15 May 2020: Wouter
|
||||||
- Merge PR #93: Add dynamic library support.
|
- Merge PR #93: Add dynamic library support.
|
||||||
|
|
|
||||||
|
|
@ -1836,7 +1836,7 @@ added to the \fBmodule\-config:\fR option.
|
||||||
.LP
|
.LP
|
||||||
The
|
The
|
||||||
.B dynlib:
|
.B dynlib:
|
||||||
clause gives the settings for the \fIdynlib\fR(1) module. This module is only
|
clause gives the settings for the \fIdynlib\fR module. This module is only
|
||||||
a very small wrapper that allows dynamic modules to be loaded on runtime
|
a very small wrapper that allows dynamic modules to be loaded on runtime
|
||||||
instead of being compiled into the application. To enable the dynlib module it
|
instead of being compiled into the application. To enable the dynlib module it
|
||||||
has to be compiled into the daemon, and the word "dynlib" has to be put in the
|
has to be compiled into the daemon, and the word "dynlib" has to be put in the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue