From: Eric Bollengier Date: Sun, 3 Feb 2013 08:58:18 +0000 (+0100) Subject: Fix typo reported by James X-Git-Tag: Release-7.0.0~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3629105cbe559a348987c78e79f40a07f25d3bb4;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