summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-06-22 07:34:48 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-06-22 07:34:48 +0000
commitbc71041d49d717dda8d7da151e6a4fa2abfaff01 (patch)
tree6299133067334aa43db164d501bb0f166ddee174 /share
parent9d0165ee8d86f11f02e563a21c6144b96a2b60bc (diff)
mention IPv6 address can be put into nameserver line
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/resolv.conf.511
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index af28bc4872d..7ecdc8b19b8 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.12 2000/03/19 19:25:33 aaron Exp $
+.\" $OpenBSD: resolv.conf.5,v 1.13 2000/06/22 07:34:47 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.
@@ -60,8 +60,13 @@ and the domain search path is constructed from the domain name.
The different configuration options are:
.Bl -tag -width nameserver
.It Sy nameserver
-Internet address (in dot notation) of a name server
-that the resolver should query.
+IPv4 address (in dot notation)
+or IPv6 address (in hex-and-colon notation)
+of a name server that the resolver should query.
+Scoped IPv6 address notation is accepted as well
+(see
+.Xr inet6 4
+for details).
Up to
.Dv MAXNS
(currently 3) name servers may be listed,