From: Willy Tarreau Date: Sat, 25 Jan 2014 17:19:32 +0000 (+0100) Subject: DOC: fix misleading information about SIGQUIT X-Git-Tag: v1.5-dev22~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d153b3b09615d850dbced3ff6362b3117182821d;p=thirdparty%2Fhaproxy.git DOC: fix misleading information about SIGQUIT SIGQUIT dumps the pools state to stderr, not to the logs. Thanks to Jim Freeman for reporting this. --- diff --git a/doc/haproxy.1 b/doc/haproxy.1 index c9f159a60d..ee29c036e4 100644 --- a/doc/haproxy.1 +++ b/doc/haproxy.1 @@ -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.