[Groonga-commit] groonga/groonga at 6509594 [master] doc: fix syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 17 12:49:59 JST 2016


Kouhei Sutou	2016-03-17 12:49:59 +0900 (Thu, 17 Mar 2016)

  New Revision: 650959480fc434825936c43c0b64d92616d95c71
  https://github.com/groonga/groonga/commit/650959480fc434825936c43c0b64d92616d95c71

  Message:
    doc: fix syntax

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/shutdown.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+7 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2016-03-17 12:32:14 +0900 (449dfd1)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2016-03-17 12:49:59 +0900 (2cf23d6)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-03-13 12:55+0900\n"
+"PO-Revision-Date: 2016-03-17 12:48+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -11206,19 +11206,19 @@ msgstr ""
 "shutdownを使います。たとえ実行中のコマンドがあってもGroongaサーバープロセスを"
 "すぐに終了します。"
 
-msgid "``shutdown`` use graceful shutdown by default::"
-msgstr "``shutdown`` はデフォルトではgraceful shutdownを使います。::"
+msgid "``shutdown`` use graceful shutdown by default:"
+msgstr "``shutdown`` はデフォルトではgraceful shutdownを使います。"
 
-msgid "You can specify ``graceful`` to ``mode`` parameter explicitly::"
+msgid "You can specify ``graceful`` to ``mode`` parameter explicitly:"
 msgstr ""
-"明示的に ``mode`` パラメーターに ``graceful`` を指定することもできます。::"
+"明示的に ``mode`` パラメーターに ``graceful`` を指定することもできます。"
 
 msgid ""
 "You can choose immediate shutdown by specifying ``immediate`` to ``mode`` "
-"parameter::"
+"parameter:"
 msgstr ""
 "``mode`` パラメーターに ``immediate`` を指定することでimmediate shutdownを使"
-"うことができます。::"
+"うことができます。"
 
 msgid ""
 "Immediate shutdown is useful when you don't have time for graceful shutdown. "

  Modified: doc/source/reference/commands/shutdown.rst (+3 -3)
===================================================================
--- doc/source/reference/commands/shutdown.rst    2016-03-17 12:32:14 +0900 (06d2e08)
+++ doc/source/reference/commands/shutdown.rst    2016-03-17 12:49:59 +0900 (2ac6795)
@@ -33,13 +33,13 @@ This command takes only one optional parameter::
 Usage
 -----
 
-``shutdown`` use graceful shutdown by default::
+``shutdown`` use graceful shutdown by default:
 
 .. groonga-command
 .. include:: ../../example/reference/commands/shutdown/default.log
 .. shutdown
 
-You can specify ``graceful`` to ``mode`` parameter explicitly::
+You can specify ``graceful`` to ``mode`` parameter explicitly:
 
 .. groonga-command
 .. database: commands_table_shutdown
@@ -47,7 +47,7 @@ You can specify ``graceful`` to ``mode`` parameter explicitly::
 .. shutdown --mode graceful
 
 You can choose immediate shutdown by specifying ``immediate`` to
-``mode`` parameter::
+``mode`` parameter:
 
 .. groonga-command
 .. database: commands_table_shutdown
-------------- next part --------------
HTML����������������������������...
Download 



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