From 5f8b4cb24f7a4834eb378fc617cf8ff381756bf0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 11 Apr 2009 12:52:41 +0000 Subject: [PATCH] ebl Fix typo in directive name --- docs/manuals/en/concepts/newfeatures.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 1cb01fe4..46fbc5d5 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -639,9 +639,9 @@ obey this flag. The new directive is: The default value is {\bf no}. -\section{Exclude Dirs Containing = \lt{}filename-string\gt{}} +\section{Exclude Dir Containing = \lt{}filename-string\gt{}} \index[general]{IgnoreDir} -The {\bf ExcludeDirsContaining = \lt{}filename\gt{}} is a new directive that +The {\bf ExcludeDirContaining = \lt{}filename\gt{}} is a new directive that can be added to the Include section of the FileSet resource. If the specified filename ({\bf filename-string}) is found on the Client in any directory to be backed up, the whole directory will be ignored (not backed up). For example: @@ -655,7 +655,7 @@ backed up, the whole directory will be ignored (not backed up). For example: signature = MD5 } File = /home - Exclude Dirs Containing = .excludeme + Exclude Dir Containing = .excludeme } } \end{verbatim} -- 2.39.2