diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-11 01:11:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-11 01:11:52 +0000 |
commit | ec5c17180cd7b167e90c003babc6b5e0ab3b38f1 (patch) | |
tree | 47e2a6b4dbc571cf686c79aba162cbb1974ae66d /lib/libc/net | |
parent | 82176e48e9dc2747afef9b1c51dbac8f38d2fd18 (diff) |
doc RES_USE_INET6; lukem
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/resolver.3 | 6 |
1 files 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 |