From 9e8855b147d13687f1836a419600c7c5f5263110 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 7 Sep 2012 18:16:51 +0200 Subject: [PATCH] Fix doc typo bug #1929 --- docs/manuals/en/main/fileset.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}. -- 2.39.5