]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/fileset.tex
Fix doc typo bug #1929
[bacula/docs] / docs / manuals / en / main / fileset.tex
index 3bf78b6304341d7a3c6dfc222ad2a1d999953103..248436d9dc782e193725ed91cfbd435be87edd10 100644 (file)
@@ -1835,7 +1835,7 @@ FileSet {
   Include {
     File = /home/xxx/test
     Options {
-       regex = ".*\.c$"
+       regex = ".*\\.c$"
     }
   }
 }
@@ -1851,4 +1851,5 @@ estimate job=<any-job-name> listing client=<desired-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}.