summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-01-03 11:51:09 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-01-03 11:51:09 +0000
commitd101875ddccff8712266e64ada956b3f22fd1504 (patch)
tree506b84757310ac76bb8a824e03dd78471d630837 /share
parentaa0e773bf0c0f3ed1c1d845871dd24874cc9650d (diff)
always enable IPv6 address in /etc/hosts (via _gethtent()).
clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel).
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/resolv.conf.56
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index f4537e7dc4b..78915ea935b 100644
--- a/share/man/man5/resolv.conf.5
+++ b/share/man/man5/resolv.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolv.conf.5,v 1.9 1999/05/23 14:11:05 aaron Exp $
+.\" $OpenBSD: resolv.conf.5,v 1.10 2000/01/03 11:51:08 itojun Exp $
.\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
@@ -166,9 +166,11 @@ where option is one of the following:
.It Sy debug
Sets RES_DEBUG in _res.options.
.It Sy inet6
-Enables support for IPv6 addresses, by setting RES_USE_INET6 in
+Enables support for IPv6-only applications, by setting RES_USE_INET6 in
_res.options (see
.Xr resolver 3 ) .
+Use of this option is discouraged, and meaningless on
+.Ox .
.It Sy ndots:n
Sets a threshold for the number of dots which
must appear in a name given to res_query (see