[Groonga-commit] groonga/groonga.org at 60b3b01 [gh-pages] Update Groonga document

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri May 8 13:09:54 JST 2015


Masafumi Yokoyama	2015-05-08 13:09:54 +0900 (Fri, 08 May 2015)

  New Revision: 60b3b0133e6d11e88cd013298dd841176fe66548
  https://github.com/groonga/groonga.org/commit/60b3b0133e6d11e88cd013298dd841176fe66548

  Message:
    Update Groonga document
    
    GitHub: fix #17
    
    Reported by Hiroyuki Sato. Thanks!!!

  Modified files:
    docs/reference/output.html
    docs/sources/reference/output.txt
    ja/docs/reference/output.html
    ja/docs/sources/reference/output.txt

  Modified: docs/reference/output.html (+2 -2)
===================================================================
--- docs/reference/output.html    2015-05-07 18:37:00 +0900 (e453b17)
+++ docs/reference/output.html    2015-05-08 13:09:54 +0900 (6c91234)
@@ -111,8 +111,8 @@
 <h3>7.2.1.1. Command line<a class="headerlink" href="#command-line" title="Permalink to this headline">¶</a></h3>
 <p>You can use command line query interface by <tt class="docutils literal"><span class="pre">groonga</span>
 <span class="pre">DB_PATH</span></tt> or <tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">-c</span></tt>. Those groonga commands shows
-<tt class="docutils literal"><span class="pre">&gt;</span> <span class="pre">``</span> <span class="pre">prompt.</span> <span class="pre">In</span> <span class="pre">this</span> <span class="pre">query</span> <span class="pre">interface,</span> <span class="pre">you</span> <span class="pre">can</span> <span class="pre">specify</span>
-<span class="pre">output</span> <span class="pre">format</span> <span class="pre">type</span> <span class="pre">by</span> <span class="pre">``output_type</span></tt> option.</p>
+<tt class="docutils literal"><span class="pre">&gt;</span></tt> prompt. In this query interface, you can specify
+output format type by <tt class="docutils literal"><span class="pre">output_type</span></tt> option.</p>
 <p>If you don't specify <tt class="docutils literal"><span class="pre">output_type</span></tt> option, you will get
 a result in JSON format:</p>
 <div class="highlight-none"><div class="highlight"><pre>&gt; status

  Modified: docs/sources/reference/output.txt (+1 -1)
===================================================================
--- docs/sources/reference/output.txt    2015-05-07 18:37:00 +0900 (0cf40e9)
+++ docs/sources/reference/output.txt    2015-05-08 13:09:54 +0900 (e8117aa)
@@ -29,7 +29,7 @@ Command line
 
 You can use command line query interface by ``groonga
 DB_PATH`` or ``groonga -c``. Those groonga commands shows
-``> `` prompt. In this query interface, you can specify
+``>`` prompt. In this query interface, you can specify
 output format type by ``output_type`` option.
 
 If you don't specify ``output_type`` option, you will get

  Modified: ja/docs/reference/output.html (+1 -1)
===================================================================
--- ja/docs/reference/output.html    2015-05-07 18:37:00 +0900 (7e889a3)
+++ ja/docs/reference/output.html    2015-05-08 13:09:54 +0900 (9514297)
@@ -113,7 +113,7 @@
 <p>それぞれのインターフェイスで出力形式を変更する方法は異なります。</p>
 <div class="section" id="command-line">
 <h3>7.2.1.1. コマンドライン<a class="headerlink" href="#command-line" title="このヘッドラインへのパーマリンク">¶</a></h3>
-<p><tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">DB_PATH</span></tt> または <tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">-c</span></tt> でコマンドラインクエリーインターフェイスを使うことができます。これらのgroongaコマンドでは <tt class="docutils literal"><span class="pre">&gt;</span> <span class="pre">``</span> <span class="pre">というプロンプトが表示されます。クエリーインターフェイスでは</span> <span class="pre">``output_type</span></tt> オプションで出力形式を指定できます。</p>
+<p><tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">DB_PATH</span></tt> または <tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">-c</span></tt> でコマンドラインクエリーインターフェイスを使うことができます。これらのgroongaコマンドでは <tt class="docutils literal"><span class="pre">&gt;</span></tt> というプロンプトが表示されます。クエリーインターフェイスでは <tt class="docutils literal"><span class="pre">output_type</span></tt> オプションで出力形式を指定できます。</p>
 <p><tt class="docutils literal"><span class="pre">output_type</span></tt> オプションを指定しない場合はJSON形式の出力になります:</p>
 <div class="highlight-none"><div class="highlight"><pre>&gt; status
 [[0,1327721628.10738,0.000131845474243164],{&quot;alloc_count&quot;:142,&quot;starttime&quot;:1327721626,&quot;uptime&quot;:2,&quot;version&quot;:&quot;1.2.9-92-gb87d9f8&quot;,&quot;n_queries&quot;:0,&quot;cache_hit_rate&quot;:0.0,&quot;command_version&quot;:1,&quot;default_command_version&quot;:1,&quot;max_command_version&quot;:2}]

  Modified: ja/docs/sources/reference/output.txt (+1 -1)
===================================================================
--- ja/docs/sources/reference/output.txt    2015-05-07 18:37:00 +0900 (0cf40e9)
+++ ja/docs/sources/reference/output.txt    2015-05-08 13:09:54 +0900 (e8117aa)
@@ -29,7 +29,7 @@ Command line
 
 You can use command line query interface by ``groonga
 DB_PATH`` or ``groonga -c``. Those groonga commands shows
-``> `` prompt. In this query interface, you can specify
+``>`` prompt. In this query interface, you can specify
 output format type by ``output_type`` option.
 
 If you don't specify ``output_type`` option, you will get
-------------- next part --------------
HTML����������������������������...
Download 



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