From: Lukas Tribus Date: Mon, 1 Oct 2018 00:00:16 +0000 (+0200) Subject: DOC: clarify force-private-cache is an option X-Git-Tag: v1.9-dev4~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2793578eaf934bbf28f742a35f3a1ae656280324;p=thirdparty%2Fhaproxy.git DOC: clarify force-private-cache is an option "boolean" may confuse users into thinking they need to provide additional arguments, like false or true. This is a simple option like many others, so lets not confuse the users with internals. Also fixes an additional typo. Should be backported to 1.8 and 1.7. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 336ef1fd3f..d890b0b050 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1660,7 +1660,7 @@ tune.ssl.cachesize this value to 0 disables the SSL session cache. tune.ssl.force-private-cache - This boolean disables SSL session cache sharing between all processes. It + This option disables SSL session cache sharing between all processes. It should normally not be used since it will force many renegotiations due to clients hitting a random process. But it may be required on some operating systems where none of the SSL cache synchronization method may be used. In @@ -6592,7 +6592,7 @@ option smtpchk yes | no | yes | yes Arguments : is an optional argument. It is the "hello" command to use. It can - be either "HELO" (for SMTP) or "EHLO" (for ESTMP). All other + be either "HELO" (for SMTP) or "EHLO" (for ESMTP). All other values will be turned into the default command ("HELO"). is the domain name to present to the server. It may only be