]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: fix two latest typos (optionally, exception)
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 03:04:50 +0000 (04:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 03:04:50 +0000 (04:04 +0100)
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").

doc/management.txt

index 1308253f7efedd48b197b9fcd5e3529d884e9ad7..8b22672d8d3f6e282d66c774375de43f5e205298 100644 (file)
@@ -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> : limit the total allocatable memory to <limit> 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.