Navigation Menu

Skip to content

Commit

Permalink
doc: fix wrong reference to each mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 30, 2015
1 parent 5d4fe35 commit 3885d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/reference/executables/groonga.rst
Expand Up @@ -97,8 +97,8 @@ default protocol. This section describes only about HTTP protocol
usage.

In server mode, ``groonga`` executable file runs in the foreground. If
you want to run Groonga server in the background, see
:ref:`groonga-executable-file-server-mode`.
you want to run Groonga server in the background, see
:ref:`groonga-executable-file-daemon-mode`.

Here is the syntax to run Groonga server with temporary database::

Expand All @@ -119,8 +119,8 @@ Daemon mode
^^^^^^^^^^^

In daemon mode, ``groonga`` executable file runs as a daemon. Daemon
is similar to server but it runs in the background. See
:ref:`_groonga-executable-file-daemon-mode` about server.
is similar to server but it runs in the background. See
:ref:`_groonga-executable-file-server-mode` about server.

Here is the syntax to run Groonga daemon with temporary database::

Expand Down

0 comments on commit 3885d8e

Please sign in to comment.