svn commit: r292520 - stable/9/share/man/man5

Eric van Gyzen vangyzen at FreeBSD.org
Sun Dec 20 20:58:50 UTC 2015


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 at 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


More information about the svn-src-all mailing list