diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index a6bef9eac..44869e167 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2822,7 +2822,7 @@ The following table lists all modules included in \ejabberd{}. You can see which database backend each module needs by looking at the suffix: \begin{itemize} \item No suffix, this means that the module uses Erlang's built-in database - Mnesia as backend, or a ODBC database in some cases (see~\ref{database}). + Mnesia as backend, Riak key-value store or ODBC database (see~\ref{database}). \item `\_ldap', this means that the module needs an LDAP server as backend. \end{itemize} |