diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 | ||||
-rw-r--r-- | doc/it/weechat_scripting.it.adoc | 2 |
2 files changed, 5 insertions, 5 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: diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 6fe2a50b4..c2012528c 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -926,7 +926,7 @@ Esempi: weechat.prnt("", "hello") # visualizza "hello" sul buffer core, ma non salva sul file di log -# (solo versioni >= 0.3.3) +# (solo versioni ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "hello") # visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente |