From: martijn Date: Fri, 5 Aug 2016 07:54:15 +0000 (+0000) Subject: Make RES_OPTIONS point directly to resolv.conf(5) instead of going through X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f3dac246cc7a5a2f3839f26f494094ab27891511;p=openbsd Make RES_OPTIONS point directly to resolv.conf(5) instead of going through resolver(3). OK jmc@ --- 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