From a6aa339870e380ef37f569b80c064b91f36e4fe2 Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 29 Jul 2016 17:38:41 +0000 Subject: [PATCH] max name servers is currently 5, not 3, apparently; from remi locherer --- share/man/man5/resolv.conf.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index 0723fa886e6..ef78f6c6fb0 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.48 2015/11/23 18:04:53 deraadt Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.49 2016/07/29 17:38:41 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: November 23 2015 $ +.Dd $Mdocdate: July 29 2016 $ .Dt RESOLV.CONF 5 .Os .Sh NAME @@ -118,8 +118,8 @@ Scoped IPv6 address notation is accepted as well for details). .Pp Up to -.Dv MAXNS -(currently 3) name servers may be listed, one per line. +.Dv ASR_MAXNS +(currently 5) name servers may be listed, one per line. If there are multiple servers, the resolver library queries them in the order listed. If no -- 2.20.1