]> git.sur5r.net Git - bacula/docs/commitdiff
Fix a couple of typos
authorKern Sibbald <kern@sibbald.com>
Mon, 26 Feb 2007 20:29:25 +0000 (20:29 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 26 Feb 2007 20:29:25 +0000 (20:29 +0000)
docs/manual/faq.tex
docs/manual/storedconf.tex

index 27417d8632fc66399af350397d0ff9a5f3413c62..20e3167685b31b019b1bc72cc396590cd2ec5c04 100644 (file)
@@ -361,10 +361,10 @@ FAQ for how to do so.
    management.  It is, however, still quite a good chapter to read.
 
 \label{testbackup}
-\section{Can i use Dummy device to test backup?}
-   Yes, to have a {\sl Virtual} device which just drop data, you can use a 
-   Fifo Device (see \ilink{Stored configuration}{SetupFifo}).
-   It's useful to test backup.
+\section{Can I use a dummy device to test the backup?}
+   Yes, to have a {\sl Virtual} device which just consumes data, you can use a 
+   FIFO device (see \ilink{Stored configuration}{SetupFifo}).
+   It's useful to test backup.
 \footnotesize
 \begin{verbatim}
 Device {
@@ -383,13 +383,12 @@ Device {
 \normalsize
 
 \label{bigfiles}
-\section{Can Bacula Backup and Restore Files Greater than 2 Gigabytes?}
-\item [Can Bacula Backup and Restore Files Greater than 2 Gigabytes in
-   Size?  ]
+\section{Can Bacula Backup and Restore Files Bigger than 2 Gigabytes?}
+\item [Can Bacula Backup and Restore Files Bigger than 2 Gigabytes?]
 \index[general]{Large file support}
 If your operating system permits it, and you are running Bacula version
 1.26 or later, the answer is yes.  To the best of our knowledge all client
-system supported by Bacula can handle files larger than 2 Gigabytes.
+system supported by Bacula can handle files bigger 2 Gigabytes.
 
 \label{cancel}
 \section{I want to stop a job.}
@@ -415,9 +414,9 @@ Bacula, even in a derivative product as long as it  remains totally compatible
 in all respects with the program defined  here.
 
 \label{docversion}
-\section{Why is Your Online Document for Version 1.39 but the Released Version is 1.38?}
-\item [Why is Your Online Document for Version 1.39 of Bacula when the
-   Currently  Release Version is 1.38?]
+\section{Why is the Online Document for Version 1.39 but the Released Version is 1.38?}
+\item [Why is the Online Document for Version 1.39 of Bacula when the
+   Current Version is 1.38?]
 \index[general]{Multiple manuals}
 As Bacula is being developed, the document is also being enhanced, more
 often than not it has clarifications of existing features that can be very
index 624f1c52284829441ef756393ff39d4ca809639d..f9cd1d7d8705b496a2455120e899e8d7b81d1cab 100644 (file)
@@ -298,7 +298,7 @@ specified within the Device resource are specific to the Device.
    the Storage daemon to open it only  when a job starts, so you must explicitly
    set it to {\bf No}.  Since a FIFO is a one way device, Bacula will not attempt
    to read  a label of a FIFO device, but will simply write on it. To create a 
-   FIFO Volume in the catalog, use the {\bf add} command rather than  then {\bf
+   FIFO Volume in the catalog, use the {\bf add} command rather than the {\bf
    label} command to avoid attempting to write a label.
 
 \footnotesize