From: Willy Tarreau Date: Fri, 19 Dec 2025 10:19:22 +0000 (+0100) Subject: DOC: config: fix number of values for "cpu-affinity" X-Git-Tag: v3.4-dev2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd92f34f0266378c89d87c23a968d593daac5449;p=thirdparty%2Fhaproxy.git DOC: config: fix number of values for "cpu-affinity" 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 73fe093c9..4b0074d08 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2227,7 +2227,7 @@ cpu-map [auto:][/] [,...] [...] cpu-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.