diff options
author | 2012-09-06 08:38:15 +0000 | |
---|---|---|
committer | 2012-09-06 08:38:15 +0000 | |
commit | 752600b3145a11d907dfceb8bee74667797cd560 (patch) | |
tree | 0368156c573a6bb7498c07b7862a8b91c803e957 | |
parent | remove unused member, reorganize a bit and sync manpage. (diff) | |
download | wireguard-openbsd-752600b3145a11d907dfceb8bee74667797cd560.tar.xz wireguard-openbsd-752600b3145a11d907dfceb8bee74667797cd560.zip |
YP is now supported.
-rw-r--r-- | lib/libc/asr/async_resolver.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/asr/async_resolver.3 b/lib/libc/asr/async_resolver.3 index d52113a3d44..acb26781eeb 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.5 2012/09/06 08:36:52 eric Exp $ +.\" $OpenBSD: async_resolver.3,v 1.6 2012/09/06 08:38:15 eric Exp $ .\" .\" Copyright (c) 2012, Eric Faurot <eric@openbsd.org> .\" @@ -356,5 +356,3 @@ contains the number of elements in the list. .Sh CAVEATS This DNS resolver implementation doesn't support the EDNS0 protocol extension yet. -.Pp -The current implementation does not handle YP databases. |