From 69de76de360d4f78a304de82bd4d08ac84235a0f 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 3bf78b63..248436d9 100644 --- a/docs/manuals/en/main/fileset.tex +++ b/docs/manuals/en/main/fileset.tex @@ -1835,7 +1835,7 @@ FileSet { Include { File = /home/xxx/test Options { - regex = ".*\.c$" + regex = ".*\\.c$" } } } @@ -1851,4 +1851,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