From d4c6fbe87e92168531730491c23b86f1bb52eaac Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 16 Jan 2023 12:07:12 +0100 Subject: [PATCH] DOC: config: fix wrong section number for "protocol prefixes" The socket type prefixes used to reference section "11.5.3" instead of "11.3" for "protocol prefixes". --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 7a22216e3..3bd7066d6 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -24079,7 +24079,7 @@ This is the case for "log" statement where the default is syslog over UDP but we could force to use syslog over TCP. Those prefixes were designed for internal purpose and users should -instead use aliases of the next section "11.5.3 Protocol prefixes". +instead use aliases of the next section "11.3 Protocol prefixes". If users need one those prefixes to perform what they expect because they can not configure the same using the protocol prefixes, they should -- 2.47.3