DOC: Fix typo in description of -st parameter in man page

extra "wait".
This commit is contained in:
Jorrit Schippers 2016-04-09 20:30:38 +02:00 committed by Willy Tarreau
parent 17be45ebfa
commit 1458fdbe97

View File

@ -151,9 +151,9 @@ PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGUSR1\fP are sent.
.TP .TP
\fB\-st <pidlist>\fP \fB\-st <pidlist>\fP
Send TERMINATE signal to the pids in pidlist after startup. The processes Send TERMINATE signal to the pids in pidlist after startup. The processes
which receive this signal will wait immediately terminate, closing all which receive this signal will terminate immediately, closing all active
active sessions. This option must be specified last, followed by any number sessions. This option must be specified last, followed by any number of
of PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGTERM\fP are sent. PIDs. Technically speaking, \fBSIGTTOU\fP and \fBSIGTERM\fP are sent.
.SH LOGGING .SH LOGGING
Since HAProxy can run inside a chroot, it cannot reliably access /dev/log. Since HAProxy can run inside a chroot, it cannot reliably access /dev/log.