diff options
-rw-r--r-- | sbin/unwind/unwind.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/unwind/unwind.8 b/sbin/unwind/unwind.8 index ea81ffa9c57..40d120437f5 100644 --- a/sbin/unwind/unwind.8 +++ b/sbin/unwind/unwind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.8,v 1.2 2019/01/25 09:12:02 florian Exp $ +.\" $OpenBSD: unwind.8,v 1.3 2019/01/26 15:59:05 florian Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2016 Kenneth R Westerback <kwesterback@gmail.com> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2019 $ +.Dd $Mdocdate: January 26 2019 $ .Dt UNWIND 8 .Os .Sh NAME @@ -90,17 +90,17 @@ Multiple options increase the verbosity. .El .Sh FILES -.Bl -tag -width "/var/unwind/db/root.keyXXX" -compact +.Bl -tag -width "/etc/unwind/trustanchor/root.keyXXX" -compact .It Pa /etc/unwind.conf Default .Nm configuration file. +.It Pa /etc/unwind/trustanchor/root.key +Trust anchor for DNSSEC validation. .It Pa /var/run/unwind.sock .Ux Ns -domain socket used for communication with .Xr unwindctl 8 . -.It Pa /var/unwind/db/root.key -Trust anchor for DNSSEC validation. .El .Sh SEE ALSO .Xr unwind.conf 5 , |