mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: config: Fix a typo in the "term_events" definition
A space was missing before the colon.
This commit is contained in:
parent
a5de0e1595
commit
dcce02d6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -23399,7 +23399,7 @@ table_cnt([<table>]) : integer
|
|||
stick-table or in the designated stick-table. See also "table_conn_cnt" and
|
||||
table_avl for other entry counting methods.
|
||||
|
||||
term_events: string
|
||||
term_events : string
|
||||
Returns all known termination events for all entities attached a stream, on
|
||||
client and server sides. A tuple of seven elements is returned with following info:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue