Date: Sun, 20 Dec 2015 20:58:49 +0000 (UTC) From: Eric van Gyzen <vangyzen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r292520 - stable/9/share/man/man5 Message-ID: <201512202058.tBKKwnc3070738@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vangyzen Date: Sun Dec 20 20:58:49 2015 New Revision: 292520 URL: https://svnweb.freebsd.org/changeset/base/292520 Log: MFC r289315 (reprise) MFC the man page change from r289315. Thanks for the attention to detail, Jeremy. Pointed out by: Jeremy Chadwick <jdc@koitsu.org> Sponsored by: Dell Inc. Modified: stable/9/share/man/man5/resolver.5 Directory Properties: stable/9/share/man/man5/ (props changed) Modified: stable/9/share/man/man5/resolver.5 ============================================================================== --- stable/9/share/man/man5/resolver.5 Sun Dec 20 19:09:12 2015 (r292519) +++ stable/9/share/man/man5/resolver.5 Sun Dec 20 20:58:49 2015 (r292520) @@ -32,7 +32,7 @@ .\" @(#)resolver.5 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd September 9, 2004 +.Dd October 12, 2015 .Dt RESOLVER 5 .Os .Sh NAME @@ -179,6 +179,19 @@ the resolver from obeying the standard and .Sy search rules with the given name. +.It Sy reload-period: Ns Ar n +The resolver checks the modification time of +.Pa /etc/resolv.conf +every +.Ar n +seconds. +If +.Pa /etc/resolv.conf +has changed, it is automatically reloaded. +The default for +.Ar n +is two seconds. +Setting it to zero disables the file check. .El .Pp Options may also be specified as a space or tab separated list using the @@ -195,8 +208,7 @@ If more than one instance of these keywo the last instance will override. .Pp The keyword and value must appear on a single line, and the keyword -(e.g.\& -.Sy nameserver ) +.Pq for example, Sy nameserver must start the line. The value follows the keyword, separated by white space. .Sh FILES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512202058.tBKKwnc3070738>