summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-03-23 21:12:02 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-03-23 21:12:02 +0100
commit0d8ced6c3284bea72ef78faa27e13ec698c520dc (patch)
tree1820ccc5ad1828ec5791965edfb8cb1e7544ecfc /doc/en/weechat_plugin_api.en.adoc
parentdb28e2133d89962863737b935b9a855060441549 (diff)
downloadweechat-0d8ced6c3284bea72ef78faa27e13ec698c520dc.zip
doc: use unicode symbol for greater-than or equal to
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index e94a84537..ef2bf4c9c 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -5055,7 +5055,7 @@ Arguments:
Return value:
-* index of new item (>= 0), -1 if error.
+* index of new item (≥ 0), -1 if error.
C example:
@@ -5087,7 +5087,7 @@ Arguments:
Return value:
-* index of new item (>= 0), -1 if error.
+* index of new item (≥ 0), -1 if error.
C example:
@@ -9290,7 +9290,7 @@ Arguments:
** _void *data_: pointer
** _const char *command_: command executed by child
** _int return_code_: return code:
-*** _>= 0_: child return code for a command, and for URL possible values are:
+*** _≥ 0_: child return code for a command, and for URL possible values are:
**** _0_: transfer OK
**** _1_: invalid URL
**** _2_: transfer error
@@ -15572,7 +15572,7 @@ Arguments:
Return value:
-* socket number (>= 0) if connection is OK, -1 if an error occurred
+* socket number (≥ 0) if connection is OK, -1 if an error occurred
C example: