mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
DOC: Fix typo in description of -st parameter in man page
extra "wait".
This commit is contained in:
parent
17be45ebfa
commit
1458fdbe97
1 changed files with 3 additions and 3 deletions
|
|
@ -151,9 +151,9 @@ PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGUSR1\fP are sent.
|
|||
.TP
|
||||
\fB\-st <pidlist>\fP
|
||||
Send TERMINATE signal to the pids in pidlist after startup. The processes
|
||||
which receive this signal will wait immediately terminate, closing all
|
||||
active sessions. This option must be specified last, followed by any number
|
||||
of PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGTERM\fP are sent.
|
||||
which receive this signal will terminate immediately, closing all active
|
||||
sessions. This option must be specified last, followed by any number of
|
||||
PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGTERM\fP are sent.
|
||||
|
||||
.SH LOGGING
|
||||
Since HAProxy can run inside a chroot, it cannot reliably access /dev/log.
|
||||
|
|
|
|||
Loading…
Reference in a new issue