From: William Lallemand Date: Wed, 12 Feb 2025 12:27:44 +0000 (+0100) Subject: DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION() X-Git-Tag: v3.2-dev6~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b47e5fa20dfad7a25bd207d083b2a560c996604;p=thirdparty%2Fhaproxy.git DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION() REGISTER_CONFIG_POST_SECTION() was not named correctly. --- diff --git a/doc/internals/api/initcalls.txt b/doc/internals/api/initcalls.txt index c599640ef..e40db2832 100644 --- a/doc/internals/api/initcalls.txt +++ b/doc/internals/api/initcalls.txt @@ -315,9 +315,9 @@ alphanumerically ordered: STG_REGISTER. You can only register a section once, but you can register post callbacks - multiple time for this section with REGISTER_CONFIG_SECTION_POST(). + multiple time for this section with REGISTER_CONFIG_POST_SECTION(). -- REGISTER_CONFIG_SECTION_POST(name, post) +- REGISTER_CONFIG_POST_SECTION(name, post) Registers a function which will be called after a section is parsed. This is the same as the argument in REGISTER_CONFIG_SECTION(), the difference