diff options
author | 2020-10-23 20:37:11 +0000 | |
---|---|---|
committer | 2020-10-23 20:37:11 +0000 | |
commit | 6f78541c3651a12c7f01b57bda37c6cbbd1111c5 (patch) | |
tree | 5312c6dd49b0e40944a72f9ba1ab24ed49cdda0b | |
parent | sleep_setup_timeout(): always KASSERT that P_TIMEOUT is unset (diff) | |
download | wireguard-openbsd-6f78541c3651a12c7f01b57bda37c6cbbd1111c5.tar.xz wireguard-openbsd-6f78541c3651a12c7f01b57bda37c6cbbd1111c5.zip |
sort options list;
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 4e0c303332d..6585493deb5 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.31 2020/10/23 15:40:51 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.32 2020/10/23 20:37:11 jmc Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -100,12 +100,6 @@ If the and .Fl j options are not specified this is the default. -.It Fl T Ar table -For BIRD output generated with the -.Fl B -option use -.Ar table -as roa table name instead of the default 'ROAS'. .It Fl s Ar timeout Terminate after .Ar timeout @@ -113,6 +107,12 @@ seconds of runtime, because normal practice will restart from .Xr cron 8 . Disable by specifying 0. Defaults to 1 hour. +.It Fl T Ar table +For BIRD output generated with the +.Fl B +option use +.Ar table +as roa table name instead of the default 'ROAS'. .It Fl t Ar tal Specify a .Em Trust Anchor Location Pq TAL |