summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-03-27 16:21:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-03-27 16:21:23 +0000
commit7d0360a8770f7e619bff8ffbabe9a904af70c79e (patch)
tree562177b18ff3a5650246450d67695b36641273cb /lib
parentedd2c9d4440d2d4e5967e88033fecb58e8c71fd6 (diff)
explicitely -> explicitly;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/asr/async_resolver.34
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 ,