From: Willy Tarreau Date: Tue, 5 Dec 2023 03:04:50 +0000 (+0100) Subject: DOC: management: fix two latest typos (optionally, exception) X-Git-Tag: v2.9.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89807a76d6d73c62e18e1a2b4804371f06268933;p=thirdparty%2Fhaproxy.git DOC: management: fix two latest typos (optionally, exception) No backport needed, these were introduced by latest commits 3dd55fa13 ("MINOR: mworker/cli: implement hard-reload over the master CLI") and cef29d370 ("MINOR: trace: define simple -dt argument"). --- diff --git a/doc/management.txt b/doc/management.txt index 1308253f7e..8b22672d8d 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -406,8 +406,8 @@ list of options is : enables all trace sources on error level. This can notably be useful to detect protocol violations from clients or servers. An optional argument can be used to specify a list of various trace configurations using ',' as - separator. Each element activates one or all trace sources. Additionnaly, - level and verbosity can be optionaly specified on each element using ':' as + separator. Each element activates one or all trace sources. Additionally, + level and verbosity can be optionally specified on each element using ':' as inner separator with trace name. -m : limit the total allocatable memory to megabytes across @@ -4078,7 +4078,7 @@ experimental-mode [on|off] hard-reload This command does the same as the "reload" command over the master CLI with - the expection that it does a hard-stop (-st) instead of a stop-stop (-sf) of + the exception that it does a hard-stop (-st) instead of a stop-stop (-sf) of the previous process. This means the previous process does not wait to achieve anything before exiting, so all connections will be closed.