diff options
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 9d844fb9b..ee286dafe 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -5233,7 +5233,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. Esempio in C: @@ -5268,7 +5268,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* index of new item (>= 0), -1 if error. +* index of new item (≥ 0), -1 if error. Esempio in C: @@ -9578,7 +9578,7 @@ Argomenti: ** _void *data_: puntatore ** _const char *command_: comando eseguito dal processo figlio ** _int return_code_: codice restituito: -*** _>= 0_: codice ritorno figlio per un comando, e per un URL i valori +*** _≥ 0_: codice ritorno figlio per un comando, e per un URL i valori possibili sono: **** _0_: trasferimento riuscito **** _1_: URL non valido @@ -16219,7 +16219,7 @@ Argomenti: Valore restituito: // TRANSLATION MISSING -* socket number (>= 0) if connection is OK, -1 if an error occurred +* socket number (≥ 0) if connection is OK, -1 if an error occurred Esempio in C: |