[Groonga-commit] groonga/groonga at 600ac0b [master] doc shutdown: add missing metadata

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 17 12:50:07 JST 2016


Kouhei Sutou	2016-03-17 12:50:07 +0900 (Thu, 17 Mar 2016)

  New Revision: 600ac0b40a9640b3dacdaa4c36d01c5d12f4896a
  https://github.com/groonga/groonga/commit/600ac0b40a9640b3dacdaa4c36d01c5d12f4896a

  Message:
    doc shutdown: add missing metadata

  Modified files:
    doc/source/reference/commands/shutdown.rst

  Modified: doc/source/reference/commands/shutdown.rst (+8 -4)
===================================================================
--- doc/source/reference/commands/shutdown.rst    2016-03-17 12:49:59 +0900 (2ac6795)
+++ doc/source/reference/commands/shutdown.rst    2016-03-17 12:50:07 +0900 (592fc53)
@@ -18,9 +18,11 @@ running commands, the Groonga server process stops after these running
 commands are finished. New command requests aren't processed after
 ``shutdown`` command is executed.
 
-``shutdown`` uses immediate shutdown by specifying ``immediate`` to
-``mode`` parameter. The Groonga server process stops immediately even
-when there are some running commands.
+.. versionadded:: 6.0.1
+
+   ``shutdown`` uses immediate shutdown by specifying ``immediate`` to
+   ``mode`` parameter. The Groonga server process stops immediately
+   even when there are some running commands.
 
 
 Syntax
@@ -88,7 +90,9 @@ Specifies shutdown mode. Here are available shutdown modes:
 
        This is the default.
    * - ``immediate``
-     - Stops immediately even if there are some running commands.
+     - .. versionadded:: 6.0.1
+
+          Stops immediately even if there are some running commands.
 
 Return value
 ------------
-------------- next part --------------
HTML����������������������������...
Download 



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