diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-01 08:33:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-01 08:33:52 +0200 |
commit | d8d44d6138f3cebf551e2c19710846905ce00cd9 (patch) | |
tree | babaf2d7cba38f70b288f08d0b668e1f01f3b440 /doc/it/weechat_plugin_api.it.asciidoc | |
parent | 71dd64678c4e206ca6b713a1323785124116f38d (diff) | |
download | weechat-d8d44d6138f3cebf551e2c19710846905ce00cd9.zip |
core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.asciidoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 827e485e4..ae8788ac3 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -8626,6 +8626,18 @@ List of signals sent by WeeChat and plugins: Comando `/quit` digitato dall'utente // TRANSLATION MISSING +| weechat | signal_sigquit + + _(WeeChat ≥ 1.2)_ | + - | + Signal SIGQUIT received (quit request with core dump) + +// TRANSLATION MISSING +| weechat | signal_sigterm + + _(WeeChat ≥ 1.2)_ | + - | + Signal SIGTERM received (graceful termination of WeeChat process) + +// TRANSLATION MISSING | weechat | signal_sigwinch + _(WeeChat ≥ 0.4.3)_ | - | |