[Groonga-commit] groonga/groonga at d655228 [master] doc: add execution examples for document_unmap

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 14 17:43:28 JST 2015


Kouhei Sutou	2015-08-14 17:43:28 +0900 (Fri, 14 Aug 2015)

  New Revision: d655228ec93f91849666eacb55efe6e1026dda9e
  https://github.com/groonga/groonga/commit/d655228ec93f91849666eacb55efe6e1026dda9e

  Message:
    doc: add execution examples for document_unmap

  Added files:
    doc/source/example/reference/commands/database_unmap/usage_failure.log
    doc/source/example/reference/commands/database_unmap/usage_success.log

  Added: doc/source/example/reference/commands/database_unmap/usage_failure.log (+21 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/commands/database_unmap/usage_failure.log    2015-08-14 17:43:28 +0900 (a93897c)
@@ -0,0 +1,21 @@
+Execution example::
+
+  thread_count --new_count 2
+  # [[0, 1337566253.89858, 0.000355720520019531], 1]
+  database_unmap
+  # [
+  #   [
+  #     -2, 
+  #     1337566253.89858, 
+  #     0.000355720520019531, 
+  #     "[database_unmap] the number of threads must be 1: <2>", 
+  #     [
+  #       [
+  #         "proc_database_unmap", 
+  #         "proc.c", 
+  #         6932
+  #       ]
+  #     ]
+  #   ], 
+  #   false
+  # ]

  Added: doc/source/example/reference/commands/database_unmap/usage_success.log (+6 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/example/reference/commands/database_unmap/usage_success.log    2015-08-14 17:43:28 +0900 (bfa0c4f)
@@ -0,0 +1,6 @@
+Execution example::
+
+  thread_count --new_count 1
+  # [[0, 1337566253.89858, 0.000355720520019531], 2]
+  database_unmap
+  # [[0, 1337566253.89858, 0.000355720520019531], true]
-------------- next part --------------
HTML����������������������������...
Download 



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