From 0d8ced6c3284bea72ef78faa27e13ec698c520dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 23 Mar 2022 21:12:02 +0100 Subject: doc: use unicode symbol for greater-than or equal to --- doc/en/weechat_plugin_api.en.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/en/weechat_plugin_api.en.adoc') 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: -- cgit v1.2.3