diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-12-09 18:23:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-12-09 18:23:23 +0000 |
commit | 8644b0ff65180a0817cb9ec4424a314a72c5e1b9 (patch) | |
tree | e2fd74a74885a90e7880688749427ae6e4da9914 | |
parent | 987565bbe1496b1b5e497511bc378b5e1885c24d (diff) |
when only one "family" argument is given, only that family is tried;
confirmed by pyr
-rw-r--r-- | share/man/man5/resolv.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index 92c392497bc..771a7c899f0 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.41 2012/12/05 17:17:48 jmc Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.42 2012/12/09 18:23:22 jmc 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. @@ -30,7 +30,7 @@ .\" .\" @(#)resolver.5 5.12 (Berkeley) 5/10/91 .\" -.Dd $Mdocdate: December 5 2012 $ +.Dd $Mdocdate: December 9 2012 $ .Dt RESOLV.CONF 5 .Os .Sh NAME @@ -238,6 +238,9 @@ IPv4 queries. .It inet6 IPv6 queries. .El +.Pp +If only one family is specified, +only that family is tried. .It Cm options Allows certain internal resolver variables to be modified. The syntax is: |