Make RES_OPTIONS point directly to resolv.conf(5) instead of going through
authormartijn <martijn@openbsd.org>
Fri, 5 Aug 2016 07:54:15 +0000 (07:54 +0000)
committermartijn <martijn@openbsd.org>
Fri, 5 Aug 2016 07:54:15 +0000 (07:54 +0000)
resolver(3).

OK jmc@

lib/libc/net/gethostbyname.3

index be6d7e9..3f737b4 100644 (file)
@@ -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