From: Kern Sibbald Date: Fri, 7 Sep 2012 16:16:51 +0000 (+0200) Subject: Fix doc typo bug #1929 X-Git-Tag: Release-5.2.13~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=69de76de360d4f78a304de82bd4d08ac84235a0f;p=bacula%2Fdocs Fix doc typo bug #1929 --- diff --git a/docs/manuals/en/main/fileset.tex b/docs/manuals/en/main/fileset.tex index 3bf78b63..248436d9 100644 --- a/docs/manuals/en/main/fileset.tex +++ b/docs/manuals/en/main/fileset.tex @@ -1835,7 +1835,7 @@ FileSet { Include { File = /home/xxx/test Options { - regex = ".*\.c$" + regex = ".*\\.c$" } } } @@ -1851,4 +1851,5 @@ estimate job= listing client= fileset=Test \end{verbatim} \normalsize -to give you a listing of all files that match. +to give you a listing of all files that match. In the above +example, it should be only files with names ending in \bf{.c}.