]> 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:16:51 +0000 (18:16 +0200)
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}.