From 3d2b076dca9a8d2650522550073c89a2cc265479 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Mon, 10 Feb 2020 06:56:20 +0100 Subject: [PATCH] Fixed docs rendering of --query-timeout When using single backticks, the documentation generator tries to create automatic links (As explained in README). This goes horribly wrong somehow, and so after looking at other parts of the docs, it seems we usually use triple backticks for command line options, to prevent automatic linking. Changelog: None Ticket: CFE-3254 Signed-off-by: Ole Herman Schumacher Elgesem --- reference/components/cf-hub.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/components/cf-hub.markdown b/reference/components/cf-hub.markdown index d510790eb..a528f629f 100644 --- a/reference/components/cf-hub.markdown +++ b/reference/components/cf-hub.markdown @@ -119,7 +119,7 @@ The total time it uses for one host before giving up can be up to 10 times the c Also note that this value is passed to the underlying OS code (`select()`), there is no guarantee that it will wait for that long. -This parameter can also be set using the command line option, `--query-timeout`. +This parameter can also be set using the command line option, ```--query-timeout```. If specified in both policy and command line, the command line option takes precedence. If one of the options (command line or policy) specifies `0`, the other one is used. If both are not specified (or `0`), the default is used.