mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: fix typo in Unix Socket commands
Konstantin Romanenko reported a typo in the HTML documentation. The typo is already present in the raw text version : the "shutdown sessions" command should be "shutdown sessions server".
This commit is contained in:
parent
9e1382002a
commit
e63a1eb290
1 changed files with 1 additions and 1 deletions
|
|
@ -14114,7 +14114,7 @@ shutdown session <id>
|
|||
endless transfer is ongoing. Such terminated sessions are reported with a 'K'
|
||||
flag in the logs.
|
||||
|
||||
shutdown sessions <backend>/<server>
|
||||
shutdown sessions server <backend>/<server>
|
||||
Immediately terminate all the sessions attached to the specified server. This
|
||||
can be used to terminate long-running sessions after a server is put into
|
||||
maintenance mode, for instance. Such terminated sessions are reported with a
|
||||
|
|
|
|||
Loading…
Reference in a new issue