diff options
author | 2013-03-27 16:21:22 +0000 | |
---|---|---|
committer | 2013-03-27 16:21:22 +0000 | |
commit | b110bbbf89881466a876c19b3c2a29519fdd8c38 (patch) | |
tree | 6f7a02306d0aaffe63cb7d1f467467cf3210412f /lib/libc | |
parent | Move soidle() into the big #ifdef SOCKET_SPLICE block to have it (diff) | |
download | wireguard-openbsd-b110bbbf89881466a876c19b3c2a29519fdd8c38.tar.xz wireguard-openbsd-b110bbbf89881466a876c19b3c2a29519fdd8c38.zip |
explicitely -> explicitly;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/asr/async_resolver.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/async_resolver.3 b/lib/libc/asr/async_resolver.3 index 0dca4d45f29..202346fe7f3 100644 --- a/lib/libc/asr/async_resolver.3 +++ b/lib/libc/asr/async_resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: async_resolver.3,v 1.7 2013/03/27 07:40:41 eric Exp $ +.\" $OpenBSD: async_resolver.3,v 1.8 2013/03/27 16:21:22 jmc Exp $ .\" .\" Copyright (c) 2012, Eric Faurot <eric@openbsd.org> .\" @@ -356,7 +356,7 @@ It is generally not a problem since the main point of the asynchronous resolver is to multiplex queries within a single thread of control, so sharing a resolver among threads is not useful. .Pp -Note that this restriction only applies to resolver contexts explicitely +Note that this restriction only applies to resolver contexts explicitly created by the caller, as a thread-local context is used by default. .Sh SEE ALSO .Xr getaddrinfo 3 , |