diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/exec_options.adoc | 6 | ||||
-rw-r--r-- | doc/en/autogen/user/exec_options.adoc | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/exec_options.adoc | 6 | ||||
-rw-r--r-- | doc/it/autogen/user/exec_options.adoc | 6 | ||||
-rw-r--r-- | doc/ja/autogen/user/exec_options.adoc | 6 | ||||
-rw-r--r-- | doc/pl/autogen/user/exec_options.adoc | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/doc/de/autogen/user/exec_options.adoc b/doc/de/autogen/user/exec_options.adoc index 9cd96c348..c79d6e784 100644 --- a/doc/de/autogen/user/exec_options.adoc +++ b/doc/de/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** Typ: integer ** Werte: -1 .. 25920000 ** Standardwert: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** Beschreibung: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette +** Standardwert: `+"sh"+` diff --git a/doc/en/autogen/user/exec_options.adoc b/doc/en/autogen/user/exec_options.adoc index 5d8555678..4ca387283 100644 --- a/doc/en/autogen/user/exec_options.adoc +++ b/doc/en/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** type: integer ** values: -1 .. 25920000 ** default value: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** description: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** type: string +** values: any string +** default value: `+"sh"+` diff --git a/doc/fr/autogen/user/exec_options.adoc b/doc/fr/autogen/user/exec_options.adoc index d3cac1f23..185c7b073 100644 --- a/doc/fr/autogen/user/exec_options.adoc +++ b/doc/fr/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** type: entier ** valeurs: -1 .. 25920000 ** valeur par défaut: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** description: pass:none[shell à utiliser avec la commande "/exec -sh" ; cela peut être seulement le nom du shell s'il est dans le PATH (par exemple "bash") ou le chemin absolu vers le shell (par exemple "/bin/bash")] +** type: chaîne +** valeurs: toute chaîne +** valeur par défaut: `+"sh"+` diff --git a/doc/it/autogen/user/exec_options.adoc b/doc/it/autogen/user/exec_options.adoc index 7f8519ca9..e65192aae 100644 --- a/doc/it/autogen/user/exec_options.adoc +++ b/doc/it/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** tipo: intero ** valori: -1 .. 25920000 ** valore predefinito: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** descrizione: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+"sh"+` diff --git a/doc/ja/autogen/user/exec_options.adoc b/doc/ja/autogen/user/exec_options.adoc index 28d1b16b9..077251563 100644 --- a/doc/ja/autogen/user/exec_options.adoc +++ b/doc/ja/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** タイプ: 整数 ** 値: -1 .. 25920000 ** デフォルト値: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** 説明: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"sh"+` diff --git a/doc/pl/autogen/user/exec_options.adoc b/doc/pl/autogen/user/exec_options.adoc index 69bc4bf1f..3248ca098 100644 --- a/doc/pl/autogen/user/exec_options.adoc +++ b/doc/pl/autogen/user/exec_options.adoc @@ -25,3 +25,9 @@ ** typ: liczba ** wartości: -1 .. 25920000 ** domyślna wartość: `+0+` + +* [[option_exec.command.shell]] *exec.command.shell* +** opis: pass:none[shell to use with command "/exec -sh"; it can be just the name of shell if it is in PATH (for example "bash") or the absolute path to the shell (for example "/bin/bash")] +** typ: ciąg +** wartości: dowolny ciąg +** domyślna wartość: `+"sh"+` |