]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix misleading information about SIGQUIT
authorWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 17:19:32 +0000 (18:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 17:19:32 +0000 (18:19 +0100)
SIGQUIT dumps the pools state to stderr, not to the logs. Thanks to
Jim Freeman for reporting this.

doc/haproxy.1

index c9f159a60d6fc4cfdfb2b296a48dec4406ba8614..ee29c036e4484200cc84e32f4f38866a08ddad89 100644 (file)
@@ -181,7 +181,7 @@ Both signals can be used to quickly stop the daemon.
 Dumps the status of all proxies and servers into the logs. Mostly used for trouble-shooting purposes.
 .TP
 \- \fBSIGQUIT\fP
-Dumps information about memory pools into the logs. Mostly used for debugging purposes.
+Dumps information about memory pools on stderr. Mostly used for debugging purposes.
 .TP
 \- \fBSIGPIPE\fP
 This signal is intercepted and ignored on systems without \fBMSG_NOSIGNAL\fP.