diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 17:48:52 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 17:48:52 +0100 |
commit | 4f48c7a56650596863bac9d50049c601896ddcaa (patch) | |
tree | 9f8820b4dc412415ab2d3841133b80004ededce8 /doc/ja | |
parent | cd66b459de7722291c4c08070563ce2605295f48 (diff) | |
download | weechat-4f48c7a56650596863bac9d50049c601896ddcaa.zip |
api: add option "detached" in function hook_process_hashtable
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 7dc2513b5..42032beef 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -7200,6 +7200,13 @@ struct t_hook *weechat_hook_process_hashtable (const char *command, (非使用) | データを書き込むためのパイプを子プロセスの標準入力 (stdin) に作成します (関数 <<_weechat_hook_set,weechat_hook_set>> を参照) + +// TRANSLATION MISSING +| detached + + _(WeeChat バージョン 0.4.4 以上で利用可)_ | + (非使用) | + Run the process in a detached mode: stdout and stderr are redirected to + '/dev/null' |=== "url:..." 型のコマンドでは、以下のコマンドを使うことができます |