diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-25 12:10:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-25 12:10:49 +0100 |
commit | 19d355c10ed14e42a6327c3a8445f666c16b0099 (patch) | |
tree | 724573d864be987dcd975ccd2043209f7c892dec /doc/en | |
parent | 6295d631b715fd7ca88d9e07954f1f2ef6010659 (diff) | |
download | weechat-19d355c10ed14e42a6327c3a8445f666c16b0099.zip |
Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index aa9efc917..1f9edead2 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6319,7 +6319,7 @@ Arguments: ** 'const char *command': command executed by child ** 'int return_code': return code: *** '>= 0': child command return code -*** '< 0': 'WEECHAT_HOOK_PROCESS_OK_RUNNING' (data available, but child still +*** '< 0': 'WEECHAT_HOOK_PROCESS_RUNNING' (data available, but child still running) or 'WEECHAT_HOOK_PROCESS_ERROR' (error when launching command) ** 'out': standard output of command (stdout) ** 'err': error output of command (stderr) |