]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix number of values for "cpu-affinity"
authorWilly Tarreau <w@1wt.eu>
Fri, 19 Dec 2025 10:19:22 +0000 (11:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Dec 2025 10:21:09 +0000 (11:21 +0100)
It said "accepts 2 values" then goes on enumerating 5 since more were
added one at a time. Let's fix it by removing the number. No backport
is needed.

doc/configuration.txt

index 73fe093c9d62077f48c33de58993ff8c3f33577b..4b0074d0805686fc591a22ff7f30d4a81b64f491 100644 (file)
@@ -2227,7 +2227,7 @@ cpu-map [auto:]<thread-group>[/<thread-set>] <cpu-set>[,...] [...]
 
 cpu-affinity <affinity>
   Defines how you want threads to be bound to cpus.
-  It currently accepts 2 values :
+  It currently accepts the following values :
   - per-core, each thread will be bound to all the hardware threads of one core.
   - per-group, each thread will be bound to all the hardware threads of the
     group. This is the default unless threads-per-core 1 is used in cpu-policy.