From 9ce06f021908c7a4e22bf20aa58c8fba03ef6dbb Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 24 Oct 2019 17:39:14 +0200 Subject: [PATCH] Fix nroff warnings. --- doc/routinator.1 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/routinator.1 b/doc/routinator.1 index 933d3e0..9cc4419 100644 --- a/doc/routinator.1 +++ b/doc/routinator.1 @@ -425,7 +425,7 @@ Only output VRPs for the given ASN. The option can be given multiple times, in which case VRPs for all provided ASNs are provided. ASNs can be given with or without the prefix .IR AS . -.TP +.TP .BI \-p \ prefix\fR,\ \-\-filter\-prefix= prefix Only output VRPs with an address prefix that covers the given prefix, i.e., whose prefix is equal to or less specific than the given prefix. This will @@ -703,15 +703,18 @@ to 0 to turn the timeout off. An integer value that, if present, sets a separate timeout in seconds for RRDP connect requests only. -.TP rrdp-local-addr +.TP +.B rrdp-local-addr A string value that provides the local address to be used by RRDP connections. -.TP rrdp-root-certs +.TP +.B rrdp-root-certs A list of strings each providing a path to a file containing a trust anchor certificate for HTTPS authentication of RRDP connections. In addition to the certiciates provided via this option, the system's own trust store is used. -.TP rrdp-proxies +.TP +.B rrdp-proxies A list of string each providing the URI for a proxy for outgoing RRDP connections. The proxies are tried in order for each request. HTTP and SOCKS5 proxies are supported.