From: Peter Eisentraut Date: Thu, 8 Mar 2018 22:18:13 +0000 (-0500) Subject: doc: Improve signals documentation X-Git-Tag: pgbouncer_1_9_0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e70f4931983441de84ccdb823b3efd53be575d;p=pgbouncer doc: Improve signals documentation Add SIGUSR1 and SIGUSR2. Fix grammar a bit. --- diff --git a/doc/usage.rst b/doc/usage.rst index 26b3096..e71f41b 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -569,13 +569,19 @@ Signals ~~~~~~~ SIGHUP - Reload config. Same as issuing command **RELOAD;** on console. + Reload config. Same as issuing the command **RELOAD;** on the console. SIGINT - Safe shutdown. Same as issuing **PAUSE;** and **SHUTDOWN;** on console. + Safe shutdown. Same as issuing **PAUSE;** and **SHUTDOWN;** on the console. SIGTERM - Immediate shutdown. Same as issuing **SHUTDOWN;** on console. + Immediate shutdown. Same as issuing **SHUTDOWN;** on the console. + +SIGUSR1 + Same as issuing **PAUSE;** on the console. + +SIGUSR2 + Same as issuing **RESUME;** on the console. Libevent settings ~~~~~~~~~~~~~~~~~