]> git.sur5r.net Git - bacula/docs/commitdiff
minor typos fixed. I didn't change Mandrake to Mandrive since it talks
authorJo Simoens <polyglot@users.sourceforge.net>
Thu, 19 May 2005 12:00:30 +0000 (12:00 +0000)
committerJo Simoens <polyglot@users.sourceforge.net>
Thu, 19 May 2005 12:00:30 +0000 (12:00 +0000)
about a specific version.

docs/manual/bootstrap.tex
docs/manual/rpm-faq.tex
docs/manual/verify.tex

index e7f18ea1f9af2dfe166da9438212925fa464989a..e343b10586307078f4bfe394b83841b76f8cf2aa 100644 (file)
@@ -79,7 +79,7 @@ This allows the Storage  daemon to know when to stop reading the Volume.
 \item [VolFile]
    \index[fd]{VolFile }
    The value is a file number, a list of file numbers,  or a range of file
-numbers numbers to match on the current Volume.  The file number represents
+numbers to match on the current Volume.  The file number represents
 the physical file on the Volume where  the data is stored. For a tape volume,
 this record is used  to position to the correct starting file, and once the
 tape is  past the last specified file, reading will stop. 
@@ -87,7 +87,7 @@ tape is  past the last specified file, reading will stop.
 \item [VolBlock]
    \index[fd]{VolBlock }
    The value is a block number, a list of block numbers,  or a range of block
-numbers numbers to match on the current Volume.  The block number represents
+numbers to match on the current Volume.  The block number represents
 the physical block on the Volume where  the data is stored. This record is
 currently not used.  
 
index 670452aab25cd64e9ea9803b18e79c54f87220ff..c03e77b871f821aad74d31196a715b918f4d1fb5 100644 (file)
@@ -38,7 +38,7 @@ The bacula spec file contains defines to build for several platforms:  RedHat
 7.x (rh7), RedHat 8.0 (rh8), RedHat 9 (rh9), Fedora Core (fc1),  Whitebox
 Enterprise Linux (RHEL) 3.0 (wb3), Mandrake 10.x (mdk) and SuSE 9.x (su9). 
 The package build is controlled by a mandatory define set at the beginning of 
-the file. These defines basically just control the dependancy information that
+the file. These defines basically just control the dependency information that
  gets coded into the finished rpm package. 
 The platform define may be edited in the spec file directly (by default all 
 defines are set to 0 or ``not set''). For example, to build the RedHat 7.x 
@@ -119,7 +119,7 @@ rpm packages  as a non-root user. Bacula packages are designed to be built by
 a regular user but you must  make a few changes on your system to do this. If
 you are building on your own system then  the simplest method is to add write
 permissions for all to the build directory  (/usr/src/redhat/). To accomplish
-this execute the following command as root:  
+this, execute the following command as root:  
 
 \footnotesize
 \begin{verbatim}
@@ -129,7 +129,7 @@ this execute the following command as root:
 \normalsize
 
 If you are working on a shared system where you can not use the method above
-then you need to  recreate the /usr/src/redhat directory tree with all of it's
+then you need to  recreate the /usr/src/redhat directory tree with all of its
 subdirectories inside your home  directory. Then create a file named  {\tt
 .rpmmacros} in your home directory (or edit  the file if it already exists)
 and add the following line:  
@@ -144,11 +144,11 @@ and add the following line:
 \item 
    \label{faq5}
    {\bf I'm building my own rpms but on all platforms and compiles  I get an
-unresolved dependancy for something called /usr/afsws/bin/pagsh.}
+unresolved dependency for something called /usr/afsws/bin/pagsh.}
 This is a shell from the OpenAFS (Andrew File System). If you are seeing this
 then you  chose to include the docs/examples directory in your package. One of
 the example scripts  in this directory is a pagsh script. Rpmbuild, when
-scanning for dependancies, looks at  the shebang line of all packaged scripts
+scanning for dependencies, looks at  the shebang line of all packaged scripts
 in addition to checking shared libraries. To avoid  this do not package the
 examples directory.  
 \end{enumerate}
index 9ae160adfc6a1145af10015baa8fc05ad602ac54..2eb12b36bcdaae206b9c10dba3017247b63c74e1 100644 (file)
@@ -21,7 +21,7 @@ Level = InitCatalog
 \end{verbatim}
 \normalsize
 
-The {\bf InitCatalog} level tells {\bf Bacula} simply get the information on
+The {\bf InitCatalog} level tells {\bf Bacula} simply to get the information on
 the specified files and to put it into the catalog. That is your database is
 initialized and no comparison is done. The {\bf InitCatalog} is normally run
 one time manually. 
@@ -77,7 +77,7 @@ is cryptographically less secure.
 The {\bf verify=pins1} is ignored during the {\bf InitCatalog} Job, but is
 used during the subsequent {\bf Catalog} Jobs to specify what attributes of
 the files should be compared to those found in the catalog. {\bf pins1} is a
-reasonable set to begin with, but you may want to look at the details these
+reasonable set to begin with, but you may want to look at the details of these
 and other options. They can be found in the 
 \ilink{FileSet Resource}{FileSetResource} section of this manual.
 Briefly, however, the {\bf p} of the {\bf pins1} tells Verify to compare the
@@ -194,7 +194,7 @@ OK to run? (yes/mod/no): yes
 
 at which point you respond {\bf yes}, and the Job will begin. 
 
-There after the Job will automatically start according to the schedule you
+Thereafter the Job will automatically start according to the schedule you
 have defined. If you wish to immediately verify it, you can simply run a
 Verify {\bf Catalog} which will be the default. No differences should be
 found. 
@@ -296,7 +296,7 @@ normal operation of your system, you will get false matches, and you will need
 to modify the {\bf FileSet} to exclude that file (or not to Include it), and
 then re-run the {\bf InitCatalog}. 
 
-The FileSet that is show below is what I use on my RedHat 7.3 system. With a
+The FileSet that is shown below is what I use on my RedHat 7.3 system. With a
 bit more thought, you can probably add quite a number of additional files that
 should be monitored.