summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index f57ecd464..bded6904b 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -9468,9 +9468,9 @@ Arguments:
**** _3_: not enough memory
**** _4_: error with a file
*** _< 0_:
-**** _WEECHAT_HOOK_PROCESS_RUNNING_: data available, but child still running
-**** _WEECHAT_HOOK_PROCESS_ERROR_: error when launching command
-**** _WEECHAT_HOOK_PROCESS_CHILD_: callback is called in the child process
+**** _WEECHAT_HOOK_PROCESS_RUNNING_ (-1): data available, but child still running
+**** _WEECHAT_HOOK_PROCESS_ERROR_ (-2): error when launching command
+**** _WEECHAT_HOOK_PROCESS_CHILD_ (-3): callback is called in the child process
(used only in C API, not scripting API)
** _out_: standard output of command (stdout)
** _err_: error output of command (stderr)