Navigation Menu

Skip to content

Commit

Permalink
Update name of target process
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent 6273d4c commit 58554b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _po/ja/tutorial/basic/index.po
Expand Up @@ -385,8 +385,8 @@ msgstr "### droonga-engine を終了する"
msgid "First, you need to know how to stop droonga-engine."
msgstr "最初にdroonga-engineを終了する方法を知っておきましょう。"

msgid "Send SIGTERM to fluentd:"
msgstr "fluentdにSIGTERMを送ります。"
msgid "Send SIGTERM to droonga-engine:"
msgstr "droonga-engineにSIGTERMを送ります。"

msgid " # kill $(cat droonga-engine.pid)"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/basic/index.md
Expand Up @@ -228,7 +228,7 @@ catalog.json:

最初にdroonga-engineを終了する方法を知っておきましょう。

fluentdにSIGTERMを送ります
droonga-engineにSIGTERMを送ります

# kill $(cat droonga-engine.pid)

Expand Down
2 changes: 1 addition & 1 deletion tutorial/basic/index.md
Expand Up @@ -220,7 +220,7 @@ Start a Droonga engine, you can start it with the command `droonga-engine`, like

First, you need to know how to stop droonga-engine.

Send SIGTERM to fluentd:
Send SIGTERM to droonga-engine:

# kill $(cat droonga-engine.pid)

Expand Down

0 comments on commit 58554b6

Please sign in to comment.