diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-23 21:12:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-23 21:12:02 +0100 |
commit | 0d8ced6c3284bea72ef78faa27e13ec698c520dc (patch) | |
tree | 1820ccc5ad1828ec5791965edfb8cb1e7544ecfc /doc/it/weechat_plugin_api.it.adoc | |
parent | db28e2133d89962863737b935b9a855060441549 (diff) | |
download | weechat-0d8ced6c3284bea72ef78faa27e13ec698c520dc.zip |
doc: use unicode symbol for greater-than or equal to
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: |