[Groonga-commit] droonga/droonga.org at e9a92a7 [gh-pages] Fix a typo

アーカイブの一覧に戻る

naoa null+****@clear*****
Tue May 6 15:37:51 JST 2014


naoa	2014-05-06 15:37:51 +0900 (Tue, 06 May 2014)

  New Revision: e9a92a7b954f833bd302e175edb6b123933f403d
  https://github.com/droonga/droonga.org/commit/e9a92a7b954f833bd302e175edb6b123933f403d

  Merged 0491b11: Merge pull request #14 from naoa/doc-fix-tutorial_groonga

  Message:
    Fix a typo

  Modified files:
    _po/ja/tutorial/groonga/index.po
    ja/tutorial/groonga/index.md
    tutorial/groonga/index.md

  Modified: _po/ja/tutorial/groonga/index.po (+2 -2)
===================================================================
--- _po/ja/tutorial/groonga/index.po    2014-04-29 15:52:28 +0900 (2a47d65)
+++ _po/ja/tutorial/groonga/index.po    2014-05-06 15:37:51 +0900 (91700ac)
@@ -179,7 +179,7 @@ msgstr ""
 msgid " 6. Share the generated `catalog.json` *to your all Droonga nodes*."
 msgstr ""
 
-msgid "        # scp ~/droonga/catalog.json 192.169.0.2:~/droonga/"
+msgid "        # scp ~/droonga/catalog.json 192.169.0.11:~/droonga/"
 msgstr ""
 
 msgid ""
@@ -217,7 +217,7 @@ msgid ""
 "    # cd ~/droonga\n"
 "    # droonga-engine --host=192.168.0.10 \\\n"
 "                     --daemon \\\n"
-"                     --pid-file-$PWD/droonga-engine.pid\n"
+"                     --pid-file $PWD/droonga-engine.pid\n"
 "    # droonga-http-server --port=3000 \\\n"
 "                          --receive-host-name=192.168.0.10 \\\n"
 "                          --droonga-engine-host-name=192.168.0.10 \\\n"

  Modified: ja/tutorial/groonga/index.md (+2 -2)
===================================================================
--- ja/tutorial/groonga/index.md    2014-04-29 15:52:28 +0900 (474d92d)
+++ ja/tutorial/groonga/index.md    2014-05-06 15:37:51 +0900 (ed92efe)
@@ -99,7 +99,7 @@ Assume that you have two computers: `192.168.0.10` and `192.168.0.11`.
     
  6. Share the generated `catalog.json` *to your all Droonga nodes*.
     
-        # scp ~/droonga/catalog.json 192.169.0.2:~/droonga/
+        # scp ~/droonga/catalog.json 192.169.0.11:~/droonga/
     
     (Or, of course, you can generate same `catalog.json` on each computer, instead of copying.)
 
@@ -121,7 +121,7 @@ To start them, run commands like following on each Droonga node:
     # cd ~/droonga
     # droonga-engine --host=192.168.0.10 \
                      --daemon \
-                     --pid-file-$PWD/droonga-engine.pid
+                     --pid-file $PWD/droonga-engine.pid
     # droonga-http-server --port=3000 \
                           --receive-host-name=192.168.0.10 \
                           --droonga-engine-host-name=192.168.0.10 \

  Modified: tutorial/groonga/index.md (+1 -1)
===================================================================
--- tutorial/groonga/index.md    2014-04-29 15:52:28 +0900 (6023f2d)
+++ tutorial/groonga/index.md    2014-05-06 15:37:51 +0900 (7217920)
@@ -112,7 +112,7 @@ To start them, run commands like following on each Droonga node:
     # cd ~/droonga
     # droonga-engine --host=192.168.0.10 \
                      --daemon \
-                     --pid-file-$PWD/droonga-engine.pid
+                     --pid-file $PWD/droonga-engine.pid
     # droonga-http-server --port=3000 \
                           --receive-host-name=192.168.0.10 \
                           --droonga-engine-host-name=192.168.0.10 \
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る