[Groonga-commit] droonga/droonga.org at 4a044b4 [gh-pages] Break long lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon May 26 18:35:20 JST 2014


YUKI Hiroshi	2014-05-26 18:35:20 +0900 (Mon, 26 May 2014)

  New Revision: 4a044b4b8456d6327c7e9cc574d90e2dc7c2d275
  https://github.com/droonga/droonga.org/commit/4a044b4b8456d6327c7e9cc574d90e2dc7c2d275

  Message:
    Break long lines

  Modified files:
    tutorial/1.0.3/basic/index.md

  Modified: tutorial/1.0.3/basic/index.md (+8 -2)
===================================================================
--- tutorial/1.0.3/basic/index.md    2014-05-26 18:34:14 +0900 (15f43c7)
+++ tutorial/1.0.3/basic/index.md    2014-05-26 18:35:20 +0900 (2b3a224)
@@ -214,7 +214,10 @@ For more details of the configuration file `catalog.json`, see [the reference ma
 
 Start a Droonga engine, you can start it with the command `droonga-engine`, like:
 
-    # droonga-engine --host 192.168.0.10 --log-file=$PWD/droonga-engine.log --daemon --pid-file $PWD/droonga-engine.pid
+    # droonga-engine --host 192.168.0.10 \
+                     --log-file=$PWD/droonga-engine.log \
+                     --daemon \
+                     --pid-file $PWD/droonga-engine.pid
 
 ### Stop an instance of droonga-engine
 
@@ -228,7 +231,10 @@ This is the way to stop droonga-engine.
 
 Start droonga-engine again:
 
-    # droonga-engine --host 192.168.0.10 --log-file=$PWD/droonga-engine.log --daemon --pid-file $PWD/droonga-engine.pid
+    # droonga-engine --host 192.168.0.10 \
+                     --log-file=$PWD/droonga-engine.log \
+                     --daemon \
+                     --pid-file $PWD/droonga-engine.pid
 
 ### Create a database
 
-------------- next part --------------
HTML����������������������������...
下載 



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