null+****@clear*****
null+****@clear*****
2011年 11月 25日 (金) 15:01:51 JST
yoshihara haruka 2011-11-25 06:01:51 +0000 (Fri, 25 Nov 2011)
New Revision: e8982eaf67ad224582f8c680d0478416c08263a5
Log:
[doc] fix incorrect sentences.
Modified files:
doc/source/tutorial/introduction.txt
Modified: doc/source/tutorial/introduction.txt (+7 -7)
===================================================================
--- doc/source/tutorial/introduction.txt 2011-11-25 05:33:44 +0000 (21d1f30)
+++ doc/source/tutorial/introduction.txt 2011-11-25 06:01:51 +0000 (95713ce)
@@ -43,11 +43,11 @@ Form ::
DB_PATH_NAME specifies full-path of existing database.
If COMMAND is specified, result of COMMAND is returned.
-With no COMMAND, this command starts interactive-mode.
-Groonga reads command from standardd evaluates it repeatedly in this mode.
-Interactive-mode is used in this tutorial.
+With no COMMAND, this command starts groonga as interactive-mode.
+Groonga of this mode reads a command from standard input evaluates it repeatedly.
+This tutorial uses interactive-mode mainly.
-For example, we explain to run the "status" command.
+For example, we will run the `status` command.
This command returns status of groonga's execution.
.. groonga-command
@@ -55,9 +55,9 @@ This command returns status of groonga's execution.
.. .. % groonga -n /tmp/groonga-databases/introduction.db
.. status
-The mentioned above, result of executed command is json-style.
-The 0 place of json array has information of error-code and execution time, and so on.
-The 1 place of json array has reslt of exectuted command.
+The mentioned above, results of executed commands are generally JSON style.
+The first element in a array of JSON has information of error-code, execution time, and so on.
+The second element has a result of exectuted command.
Commands
--------