diff options
author | 2020-04-20 11:15:14 +0000 | |
---|---|---|
committer | 2020-04-20 11:15:14 +0000 | |
commit | 9d0bdd40d1aafb4c837522e3c56b08adfb51ac13 (patch) | |
tree | c72f208efd3e2980bb0347738ee77882622a9018 | |
parent | Also redraw panes which aren't pane 0. Problem reported by tb@. (diff) | |
download | wireguard-openbsd-9d0bdd40d1aafb4c837522e3c56b08adfb51ac13.tar.xz wireguard-openbsd-9d0bdd40d1aafb4c837522e3c56b08adfb51ac13.zip |
Strip the 'in bgpd' in the title of the rpki-client man page.
rpki-client is not only for bgpd (especially in the portable version).
From Robert Scheck.
OK job@ benno@
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 34bb21cc038..891fcb122e1 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.23 2020/04/18 13:26:37 sthen Exp $ +.\" $OpenBSD: rpki-client.8,v 1.24 2020/04/20 11:15:14 claudio Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 18 2020 $ +.Dd $Mdocdate: April 20 2020 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME .Nm rpki-client -.Nd RPKI validator to support BGP Origin Validation in bgpd +.Nd RPKI validator to support BGP Origin Validation .Sh SYNOPSIS .Nm .Op Fl Bcfjnov |