diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2018-02-07 04:23:05 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2018-02-07 04:23:05 +0000 |
commit | 38cd652c52f2e87c00e63c1876003827abd58f29 (patch) | |
tree | 07006d53a4e5b30935aa97d9fe14a5a690c67b47 /usr.sbin | |
parent | df52b0871ee2d82488ca82e821f15fc38869ffd1 (diff) |
clarify a bit about config
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rebound/rebound.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/rebound/rebound.8 b/usr.sbin/rebound/rebound.8 index 381000e2076..cd21898b5cb 100644 --- a/usr.sbin/rebound/rebound.8 +++ b/usr.sbin/rebound/rebound.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rebound.8,v 1.10 2018/02/07 01:02:46 tedu Exp $ +.\" $OpenBSD: rebound.8,v 1.11 2018/02/07 04:23:04 tedu Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -34,7 +34,7 @@ If sent a .Dv SIGUSR1 signal, .Nm -logs statistics about the running daemon to +logs statistics to .Pa /var/log/daemon . .Pp The options are as follows: @@ -43,7 +43,10 @@ The options are as follows: Specify an alternative configuration file, instead of the default .Pa /etc/resolv.conf . .Nm -will reload the configuration file when sent a SIGHUP signal. +will reload the configuration file when sent a SIGHUP signal or when the file +changes. +Only the nameserver option is used to indicate the next server to contact. +Localhost entries will be skipped. .It Fl d Debug mode. .Nm |