From: Wouter Wijngaards Date: Thu, 2 Nov 2017 09:44:27 +0000 (+0000) Subject: Typing error fix up. X-Git-Tag: release-1.7.0rc1~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e59d5eb528a1434a6be57ba28aff94cde2c5022;p=thirdparty%2Funbound.git Typing error fix up. git-svn-id: file:///svn/unbound/trunk@4394 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index e570b5932..2745724cb 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -203,7 +203,7 @@ without trailing ':'. The returned value must be free(2)d by the caller. A power\-user interface that lets you specify an unbound config file, see \fIunbound.conf\fR(5), which is read for configuration. Not all options are relevant. For some specific options, such as adding trust anchors, special -routines exist. This function is thread-save only if a single instance of +routines exist. This function is thread\-safe only if a single instance of ub_ctx* exists in the application, If several instances exist the application has to ensure that ub_ctx_config is not called in parallel by the different instances.