[Groonga-commit] groonga/groonga at 4d30bb7 [master] doc: add explain about a return code of a canceled request

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Thu Jan 24 16:22:59 JST 2019


Yasuhiro Horimoto	2019-01-24 16:22:59 +0900 (Thu, 24 Jan 2019)

  Revision: 4d30bb7881b7181cb71dfd9d70cbe9f09ffcc2ed
  https://github.com/groonga/groonga/commit/4d30bb7881b7181cb71dfd9d70cbe9f09ffcc2ed

  Message:
    doc: add explain about a return code of a canceled request

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/request_cancel.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+11 -4)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2019-01-23 16:33:27 +0900 (e13552e97)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2019-01-24 16:22:59 +0900 (e1c9be8f8)
@@ -11167,12 +11167,19 @@ msgstr ""
 "い。"
 
 msgid ""
-"If request is canceled, the canceled request has ``-5`` "
-"(``GRN_INTERRUPTED_FUNCTION_CALL``) as :doc:`/reference/command/return_code`."
+"If the request is canceled, a :doc:`/reference/command/return_code` of the "
+"canceled request as below."
 msgstr ""
 "リクエストがキャンセルされたら、キャンセルされたリクエストの :doc:`/"
-"reference/command/return_code` は ``-5`` "
-"( ``GRN_INTERRUPTED_FUNCTION_CALL`` )になります。"
+"reference/command/return_code` は、以下のようになります。"
+
+msgid ""
+"``-5`` (``GRN_INTERRUPTED_FUNCTION_CALL``) (Groonga version 6.0.1 before)"
+msgstr ""
+"``-5`` (``GRN_INTERRUPTED_FUNCTION_CALL``) (Groonga version 6.0.1 より前)"
+
+msgid "``-77`` (``GRN_CANCEL``) (Groonga version 6.0.1 or later)"
+msgstr "``-77`` (``GRN_CANCEL``) (Groonga version 6.0.1 以降)"
 
 msgid "Here is an example of ``request_cancel`` command::"
 msgstr "以下は ``request_cancel`` コマンドの使用例です::"

  Modified: doc/source/reference/commands/request_cancel.rst (+4 -3)
===================================================================
--- doc/source/reference/commands/request_cancel.rst    2019-01-23 16:33:27 +0900 (3316ba841)
+++ doc/source/reference/commands/request_cancel.rst    2019-01-24 16:22:59 +0900 (e2548f6e9)
@@ -24,9 +24,10 @@ There are some limitations:
 
 See :doc:`/reference/command/request_id` about request ID.
 
-If request is canceled, the canceled request has ``-5``
-(``GRN_INTERRUPTED_FUNCTION_CALL``) as
-:doc:`/reference/command/return_code`.
+If the request is canceled, a :doc:`/reference/command/return_code` of the canceled request as below.
+
+  * ``-5`` (``GRN_INTERRUPTED_FUNCTION_CALL``) (Groonga version 6.0.1 before)
+  * ``-77`` (``GRN_CANCEL``) (Groonga version 6.0.1 or later)
 
 Syntax
 ------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190124/93a07aa2/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index