From: Eric Bollengier Date: Sun, 3 Feb 2013 08:58:18 +0000 (+0100) Subject: Fix typo reported by James X-Git-Tag: Release-5.2.13~2^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f7b478942801ec37742d255c6fe0d3326b21eb6;p=bacula%2Fdocs Fix typo reported by James --- diff --git a/docs/manuals/en/main/catmaintenance.tex b/docs/manuals/en/main/catmaintenance.tex index 3efa6d57..cf6acc53 100644 --- a/docs/manuals/en/main/catmaintenance.tex +++ b/docs/manuals/en/main/catmaintenance.tex @@ -416,7 +416,7 @@ create them with the following commands: \begin{verbatim} mysql bacula CREATE INDEX file_jobid_idx on File (JobId); -CREATE INDEX file_jpf_idx on File (JobId, FilenameId, PathId); +CREATE INDEX file_jpf_idx on File (JobId, PathId, FilenameId); \end{verbatim} \normalsize