]> git.sur5r.net Git - bacula/docs/commitdiff
Tweak doc text
authorKern Sibbald <kern@sibbald.com>
Sun, 12 May 2013 08:35:45 +0000 (10:35 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 12 May 2013 08:36:56 +0000 (10:36 +0200)
Conflicts:

docs/manuals/en/main/fileset.tex

docs/manuals/en/main/fileset.tex

index cd9df3c71cb2c8ca096f5b1002431de256446953..7eea8e740bac73452b1fd6c701104d521d756e16 100644 (file)
@@ -1274,7 +1274,7 @@ without any options, but all files in those directories with the extensions
 {\bf .o} and {\bf .exe} will be excluded. 
 
 Let's say that you now want to exclude the directory /tmp. The simplest way
-to do so is to add an exclude directive that lists /tmp.  The example
+to do so is to add an Exclude directive that lists /tmp.  The example
 above would then become:
 
 \footnotesize 
@@ -1307,11 +1307,11 @@ FileSet {
 
 
 You can add wild-cards to the File directives listed in the Exclude
-directory, but you need to take care because if you exclude a directory,
+directive, but you need to take care because if you exclude a directory,
 it and all files and directories below it will also be excluded.
 
-Now lets take a slight variation on the above and suppose
-you want to save all your whole filesystem except {\bf /tmp}. 
+Now let's make a slight variation on the above and suppose
+you want to save all your filesystems except {\bf /tmp}.
 The problem that comes up is that Bacula will not normally
 cross from one filesystem to another.
 Doing a {\bf df} command, you get the following output: