[Midnightbsd-cvs] src [11700] trunk/share/man/man5/resolver.5: update resolver man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jul 9 08:46:00 EDT 2018


Revision: 11700
          http://svnweb.midnightbsd.org/src/?rev=11700
Author:   laffer1
Date:     2018-07-09 08:45:59 -0400 (Mon, 09 Jul 2018)
Log Message:
-----------
update resolver man page

Modified Paths:
--------------
    trunk/share/man/man5/resolver.5

Property Changed:
----------------
    trunk/share/man/man5/resolver.5

Modified: trunk/share/man/man5/resolver.5
===================================================================
--- trunk/share/man/man5/resolver.5	2018-07-09 12:44:53 UTC (rev 11699)
+++ trunk/share/man/man5/resolver.5	2018-07-09 12:45:59 UTC (rev 11700)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 1986, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -30,9 +31,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)resolver.5	8.1 (Berkeley) 6/5/93
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/share/man/man5/resolver.5 292462 2015-12-19 02:41:31Z vangyzen $
 .\"
-.Dd September 9, 2004
+.Dd October 12, 2015
 .Dt RESOLVER 5
 .Os
 .Sh NAME
@@ -179,6 +180,19 @@
 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 +209,7 @@
 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
@@ -210,8 +223,7 @@
 .Sh SEE ALSO
 .Xr gethostbyname 3 ,
 .Xr resolver 3 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
 .Rs
 .%T "Name Server Operations Guide for BIND"
 .Re


Property changes on: trunk/share/man/man5/resolver.5
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list