]> git.sur5r.net Git - bacula/docs/commitdiff
Fix doc typo bug #1929
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2012 16:16:51 +0000 (18:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2012 16:17:57 +0000 (18:17 +0200)
docs/manuals/en/main/fileset.tex

index 282b224dc8169acc579e3e29db3b276034bffc52..fc8c5af1c7e9bb440e19551d84ed0e1eae5aa4fd 100644 (file)
@@ -1830,7 +1830,7 @@ FileSet {
   Include {
     File = /home/xxx/test
     Options {
-       regex = ".*\.c$"
+       regex = ".*\\.c$"
     }
   }
 }
@@ -1846,4 +1846,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}.