From ec5c17180cd7b167e90c003babc6b5e0ab3b38f1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 11 Jun 1997 01:11:52 +0000 Subject: doc RES_USE_INET6; lukem --- lib/libc/net/resolver.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index dc79e6dab67..8b2ae624566 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.3 1996/08/19 08:29:50 tholo Exp $ +.\" $OpenBSD: resolver.3,v 1.4 1997/06/11 01:11:51 deraadt Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -110,7 +110,7 @@ are defined in and are as follows. Options are stored as a simple bit mask containing the bitwise ``or'' of the options enabled. -.Bl -tag -width RES_DEFNAMES +.Bl -tag -width RES_USE_INET6 .It Dv RES_INIT True if the initial name server address and default domain name are initialized (i.e., @@ -163,6 +163,8 @@ will search for host names in the current domain and in parent domains; see This is used by the standard host lookup routine .Xr gethostbyname 3 . This option is enabled by default. +.It Dv RES_USE_INET6 +Enable support for IPv6 addresses. .El .Pp The -- cgit v1.2.3