From: Kern Sibbald Date: Fri, 7 Sep 2012 16:16:51 +0000 (+0200) Subject: Fix doc typo bug #1929 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e8855b147d13687f1836a419600c7c5f5263110;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 282b224d..fc8c5af1 100644 --- a/docs/manuals/en/main/fileset.tex +++ b/docs/manuals/en/main/fileset.tex @@ -1830,7 +1830,7 @@ FileSet { Include { File = /home/xxx/test Options { - regex = ".*\.c$" + regex = ".*\\.c$" } } } @@ -1846,4 +1846,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}.