[Groonga-commit] groonga/groonga [master] doc: re-arrange the order of sections in "load" command document

Back to archive index

Haruka Yoshihara null+****@clear*****
Thu Feb 28 16:21:17 JST 2013


Haruka Yoshihara	2013-02-28 16:21:17 +0900 (Thu, 28 Feb 2013)

  New Revision: 80c10b3ff4ce9a454f0f89db2e6ad3c1a286cfa4
  https://github.com/groonga/groonga/commit/80c10b3ff4ce9a454f0f89db2e6ad3c1a286cfa4

  Log:
    doc: re-arrange the order of sections in "load" command document
    
    Before:          After:
      Syntax           Summary
      Summary          Syntax
      Parameters       Parameters
      Return value     Usage
      Usage            Return value
      See also         See also

  Modified files:
    doc/source/reference/commands/load.txt

  Modified: doc/source/reference/commands/load.txt (+19 -21)
===================================================================
--- doc/source/reference/commands/load.txt    2013-02-28 16:15:48 +0900 (5e6477e)
+++ doc/source/reference/commands/load.txt    2013-02-28 16:21:17 +0900 (44779db)
@@ -5,19 +5,17 @@
 load
 ====
 
+Summary
+-------
+
+loadは、使用しているデータベースのテーブルにレコードを登録し、カラムの値を更新します。
+
 Syntax
 ------
 ::
 
  load values table [columns [ifexists [input_type]]]
 
-Summary
--------
-
-groonga組込コマンドの一つであるloadについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
-
-loadは、使用しているデータベースのテーブルにレコードを登録し、カラムの値を更新します。
-
 Parameters
 ----------
 
@@ -57,20 +55,6 @@ Parameters
 
   入力形式を指定します。JSONのみに対応しています。
 
-Return value
-------------
-
-JSON形式
-^^^^^^^^
-
-::
-
- [登録件数]
-
-``登録件数``
-
-  テーブルに登録されたレコードの件数が返されます。
-
 Usage
 -----
 
@@ -89,6 +73,20 @@ Usage
 
  [1]
 
+Return value
+------------
+
+JSON形式
+^^^^^^^^
+
+::
+
+ [登録件数]
+
+``登録件数``
+
+  テーブルに登録されたレコードの件数が返されます。
+
 See also
 --------
 
-------------- next part --------------
HTML����������������������������...
Download 



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