]> 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:35:45 +0000 (10:35 +0200)
docs/manuals/en/main/fileset.tex

index 283df4d96af569b55db0410ac3895c856c7a551e..7ed8bae8d773c332bd6bc5182bfdef36dd563966 100644 (file)
@@ -1265,7 +1265,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
@@ -1298,11 +1298,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: