mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 18:10:47 -04:00
DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION()
REGISTER_CONFIG_POST_SECTION() was not named correctly.
This commit is contained in:
parent
6097938209
commit
0b47e5fa20
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <post> argument in REGISTER_CONFIG_SECTION(), the difference
|
||||
|
|
|
|||
Loading…
Reference in a new issue