[Groonga-commit] groonga/groonga at 1c28220 [master] doc: add missing markups

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 20 14:41:09 JST 2015


Kouhei Sutou	2015-08-20 14:41:09 +0900 (Thu, 20 Aug 2015)

  New Revision: 1c2822032d136a39c9c1cc1098ccd99a9403ec9d
  https://github.com/groonga/groonga/commit/1c2822032d136a39c9c1cc1098ccd99a9403ec9d

  Message:
    doc: add missing markups

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/executables/groonga-httpd.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+4 -4)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2015-08-20 14:37:20 +0900 (fae4d89)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2015-08-20 14:41:09 +0900 (6dc5d80)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2015-08-20 14:36+0900\n"
+"PO-Revision-Date: 2015-08-20 14:40+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -11091,8 +11091,8 @@ msgid "You can load data by POST JSON data."
 msgstr "JSONデータをPOSTするとデータをロードできます。"
 
 msgid ""
-"Here is an example curl command line that loads two users alice and bob to "
-"Users table::"
+"Here is an example ``curl`` command line that loads two users ``alice`` and "
+"``bob`` to ``Users`` table::"
 msgstr ""
 "``Users`` テーブルに ``alice`` と ``bob`` ユーザーをロードする ``curl`` のコ"
 "マンドライン例は次の通りです::"
@@ -11102,7 +11102,7 @@ msgstr ""
 "JSONファイルからユーザーをロードする場合は、次のようなJSONファイルを準備しま"
 "す::"
 
-msgid "Then specify JSON file in curl command line::"
+msgid "Then specify JSON file in ``curl`` command line::"
 msgstr "それから ``curl`` のコマンドラインでJSONファイルを指定します::"
 
 msgid "Browse the administration tool"

  Modified: doc/source/reference/executables/groonga-httpd.rst (+3 -2)
===================================================================
--- doc/source/reference/executables/groonga-httpd.rst    2015-08-20 14:37:20 +0900 (0638d7f)
+++ doc/source/reference/executables/groonga-httpd.rst    2015-08-20 14:41:09 +0900 (e09d897)
@@ -74,7 +74,8 @@ Loading data by POST
 
 You can load data by POST JSON data.
 
-Here is an example curl command line that loads two users alice and bob to Users table::
+Here is an example ``curl`` command line that loads two users ``alice``
+and ``bob`` to ``Users`` table::
 
     % curl --data-binary '[{"_key": "alice"}, {"_key": "bob"}]' -H "Content-Type: application/json" "http://localhost:10041/d/load?table=Users"
 
@@ -85,7 +86,7 @@ If you loads users from JSON file, prepare JSON file like this::
     {"_key": "bob"}
     ]
 
-Then specify JSON file in curl command line::
+Then specify JSON file in ``curl`` command line::
 
     % curl -X POST 'http://localhost:10041/d/load?table=Users' -H 'Content-Type: application/json' -d****@users*****
 
-------------- next part --------------
HTML����������������������������...
Download 



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