diff options
author | 2019-11-29 05:52:27 +0000 | |
---|---|---|
committer | 2019-11-29 05:52:27 +0000 | |
commit | 9287e9ef73654dec1be066e8a214583a95646961 (patch) | |
tree | 066b7edc818c7c0d00d5929124fa1dacd0fdc693 | |
parent | typo fix. (diff) | |
download | wireguard-openbsd-9287e9ef73654dec1be066e8a214583a95646961.tar.xz wireguard-openbsd-9287e9ef73654dec1be066e8a214583a95646961.zip |
document use of /var/db/rpki-client/ and /var/cache/rpki-client/
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index b9688e04511..146ced2805d 100644 --- a/usr.sbin/rpki-client/rpki-client.8 +++ b/usr.sbin/rpki-client/rpki-client.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpki-client.8,v 1.9 2019/11/29 04:04:08 deraadt Exp $ +.\" $OpenBSD: rpki-client.8,v 1.10 2019/11/29 05:52:27 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -104,11 +104,15 @@ statements as specified by .\" .Sh ENVIRONMENT .\" For sections 1, 6, 7, and 8 only. .Sh FILES -.Bl -tag -width "/etc/rpki/*.talXXX" -compact +.Bl -tag -width "/var/db/rpki-client/roaXXX" -compact .It Pa /etc/rpki/*.tal default TAL files used unless .Fl t Ar tal is specified. +.It Pa /var/cache/rpki-client +cached repository data. +.It Pa /var/db/rpki-client/roa +default roa-set output file. .El .Sh EXIT STATUS .Ex -std |