diff options
author | deraadt <> | 1997-06-11 01:11:51 +0000 |
---|---|---|
committer | deraadt <> | 1997-06-11 01:11:51 +0000 |
commit | 2a231c2e558aa75fda9cc249a4ee5dbe1090124d (patch) | |
tree | 159eb529fb3075ddf2b2797949f8a490a4c1d5ba /src | |
parent | 161d8df7af682a13bd4d1308df77eb4cb43aacdc (diff) | |
download | openbsd-2a231c2e558aa75fda9cc249a4ee5dbe1090124d.tar.gz openbsd-2a231c2e558aa75fda9cc249a4ee5dbe1090124d.tar.bz2 openbsd-2a231c2e558aa75fda9cc249a4ee5dbe1090124d.zip |
doc RES_USE_INET6; lukem
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index dc79e6dab6..8b2ae62456 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.3 1996/08/19 08:29:50 tholo Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.4 1997/06/11 01:11:51 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -110,7 +110,7 @@ are defined in | |||
110 | and are as follows. | 110 | and are as follows. |
111 | Options are stored as a simple bit mask containing the bitwise ``or'' | 111 | Options are stored as a simple bit mask containing the bitwise ``or'' |
112 | of the options enabled. | 112 | of the options enabled. |
113 | .Bl -tag -width RES_DEFNAMES | 113 | .Bl -tag -width RES_USE_INET6 |
114 | .It Dv RES_INIT | 114 | .It Dv RES_INIT |
115 | True if the initial name server address and default domain name are | 115 | True if the initial name server address and default domain name are |
116 | initialized (i.e., | 116 | initialized (i.e., |
@@ -163,6 +163,8 @@ will search for host names in the current domain and in parent domains; see | |||
163 | This is used by the standard host lookup routine | 163 | This is used by the standard host lookup routine |
164 | .Xr gethostbyname 3 . | 164 | .Xr gethostbyname 3 . |
165 | This option is enabled by default. | 165 | This option is enabled by default. |
166 | .It Dv RES_USE_INET6 | ||
167 | Enable support for IPv6 addresses. | ||
166 | .El | 168 | .El |
167 | .Pp | 169 | .Pp |
168 | The | 170 | The |