[Groonga-commit] droonga/droonga.org at 6ffafec [gh-pages] tutorial: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 9 15:55:19 JST 2014


Kouhei Sutou	2014-02-09 15:55:19 +0900 (Sun, 09 Feb 2014)

  New Revision: 6ffafecfb495f34709dad9db898f682504e430b7
  https://github.com/droonga/droonga.org/commit/6ffafecfb495f34709dad9db898f682504e430b7

  Message:
    tutorial: fix a typo
    
    fluetnd.pid ->
    fluentd.pid
        ^^

  Modified files:
    tutorial/basic/index.md
    tutorial/plugin-development/adapter/index.md

  Modified: tutorial/basic/index.md (+1 -1)
===================================================================
--- tutorial/basic/index.md    2014-02-09 15:52:09 +0900 (f2ae9c9)
+++ tutorial/basic/index.md    2014-02-09 15:55:19 +0900 (ce82b83)
@@ -188,7 +188,7 @@ First, you need to know how to stop fluent-plugin-droonga.
 
 Send SIGTERM to fluentd:
 
-    # kill $(cat fluetnd.pid)
+    # kill $(cat fluentd.pid)
 
 You will see the following message at `tail -F fluentd.log` terminal:
 

  Modified: tutorial/plugin-development/adapter/index.md (+7 -7)
===================================================================
--- tutorial/plugin-development/adapter/index.md    2014-02-09 15:52:09 +0900 (f5a5461)
+++ tutorial/plugin-development/adapter/index.md    2014-02-09 15:55:19 +0900 (2bc3060)
@@ -103,7 +103,7 @@ Let's Droonga get started.
 Note that you need to specify `./lib` directory in `RUBYLIB` environment variable in order to make ruby possible to find your plugin.
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -200,7 +200,7 @@ lib/droonga/plugins/sample-logger.rb:
 Restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -237,7 +237,7 @@ lib/droonga/plugins/sample-logger.rb:
 Restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -294,7 +294,7 @@ lib/droonga/plugins/sample-logger.rb:
 Let's restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -334,7 +334,7 @@ lib/droonga/plugins/sample-logger.rb:
 Restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -436,7 +436,7 @@ Remember, you must place your plugin `"store-search"` before the `"search"` beca
 Restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
@@ -510,7 +510,7 @@ Restart fluentd:
 Restart fluentd:
 
 ~~~
-# kill $(cat fluetnd.pid)
+# kill $(cat fluentd.pid)
 # RUBYLIB=./lib fluentd --config fluentd.conf --log fluentd.log --daemon fluentd.pid
 ~~~
 
-------------- next part --------------
HTML����������������������������...
Download 



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