diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-14 13:23:55 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-14 13:23:55 +0000 |
commit | f3c96b961ce4055f3c73d27c64b9504432ce1023 (patch) | |
tree | c6b9578f492169c04f44751838012d04a65a198a /share | |
parent | 5b572996fd86bc51d9fd52512fc2c39d7c3cf3ee (diff) |
add BUGS section about getaddrinfo(3) search order.
NetBSD PR: 9413
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/resolv.conf.5 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index 78915ea935b..e44011e261d 100644 --- a/share/man/man5/resolv.conf.5 +++ b/share/man/man5/resolv.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolv.conf.5,v 1.10 2000/01/03 11:51:08 itojun Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.11 2000/02/14 13:23:54 itojun Exp $ .\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -233,3 +233,14 @@ The .Nm file format appeared in .Bx 4.3 . +.Sh BUGS +Due to resolver internal issues, +.Xr getaddrinfo 3 +may not behave as +.Sy lookup +suggests. +Consequently, userland programs that use +.Xr getaddrinfo 3 +may behave differently from what +.Sy lookup +says. |