diff options
| author | 2000-02-14 13:23:54 +0000 | |
|---|---|---|
| committer | 2000-02-14 13:23:54 +0000 | |
| commit | c35ac737c4bb5c9c51e477d241c56034f1056c4f (patch) | |
| tree | 63a923a4fced62cc5e6321eb9d0feab787ba8f53 /lib/libc | |
| parent | Yet another brain-dead `feature'. (diff) | |
| download | wireguard-openbsd-c35ac737c4bb5c9c51e477d241c56034f1056c4f.tar.xz wireguard-openbsd-c35ac737c4bb5c9c51e477d241c56034f1056c4f.zip | |
add BUGS section about getaddrinfo(3) search order.
NetBSD PR: 9413
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/getaddrinfo.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index 7cf1f1a017a..15d322c5dd8 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getaddrinfo.3,v 1.6 2000/01/17 08:20:27 deraadt Exp $ +.\" $OpenBSD: getaddrinfo.3,v 1.7 2000/02/14 13:23:54 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -515,3 +515,8 @@ and documented in .\" .Sh BUGS The text was shamelessly copied from RFC2553. +.Pp +.Nm +can mistakingly query databases in different order than +.Xr resolv.conf 5 +suggests. |
