summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt6
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt6
-rw-r--r--doc/it/weechat_plugin_api.it.txt7
-rw-r--r--doc/ja/weechat_plugin_api.ja.txt7
4 files changed, 26 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 45e33ef03..91631663d 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -7196,6 +7196,12 @@ available:
(not used) |
Create a pipe for writing data on standard input (stdin) of child process
(see function <<_weechat_hook_set,weechat_hook_set>>)
+
+| detached +
+ _(WeeChat ≥ 0.4.4)_ |
+ (not used) |
+ Run the process in a detached mode: stdout and stderr are redirected to
+ '/dev/null'
|===
For command "url:...", following options are available (see
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 4cb6eb10b..60cca1461 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -7320,6 +7320,12 @@ sont disponibles :
(non utilisée) |
Créer un tuyau pour écrire sur l'entrée standard (stdin) du processus fils
(voir la fonction <<_weechat_hook_set,weechat_hook_set>>)
+
+| detached +
+ _(WeeChat ≥ 0.4.4)_ |
+ (non utilisée) |
+ Lancer le process dans un mode détaché : stdout et stderr sont redirigés vers
+ '/dev/null'
|===
Pour la commande "url:...", les options suivantes sont disponibles (voir
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index fb42c79b3..62ae887e6 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -7313,6 +7313,13 @@ available:
(not used) |
Create a pipe for writing data on standard input (stdin) of child process
(see function <<_weechat_hook_set,weechat_hook_set>>)
+
+// TRANSLATION MISSING
+| detached +
+ _(WeeChat ≥ 0.4.4)_ |
+ (not used) |
+ Run the process in a detached mode: stdout and stderr are redirected to
+ '/dev/null'
|===
Per il comando "url:..." sono disponibili le seguenti opzioni (consultare
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:..." 型のコマンドでは、以下のコマンドを使うことができます