diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2016-08-05 07:54:16 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2016-08-05 07:54:16 +0000 |
commit | 4bc40349fcf0e416e1dd8ad442158e719e33b19d (patch) | |
tree | 410aa569d7282ada4188a2785d60f9326dc81175 /lib/libc | |
parent | b41f7fedcea117b1348f83e2b189ae9a36a44fe7 (diff) |
Make RES_OPTIONS point directly to resolv.conf(5) instead of going through
resolver(3).
OK jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/gethostbyname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index be6d7e99087..3f737b4e978 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.30 2015/12/19 18:59:10 tim Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.31 2016/08/05 07:54:15 martijn Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 19 2015 $ +.Dd $Mdocdate: August 5 2016 $ .Dt GETHOSTBYNAME 3 .Os .Sh NAME @@ -177,7 +177,7 @@ with argument .It RES_OPTIONS A list of options to override the resolver's internal defaults. See -.Xr resolver 3 +.Xr resolv.conf 5 for more information. .El .Sh FILES |