From: Jo Simoens Date: Thu, 19 May 2005 12:00:30 +0000 (+0000) Subject: minor typos fixed. I didn't change Mandrake to Mandrive since it talks X-Git-Tag: Release-1.38.0~434 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a4c5b6f428444950e8f39b984e47f9a0c45b806;p=bacula%2Fdocs minor typos fixed. I didn't change Mandrake to Mandrive since it talks about a specific version. --- diff --git a/docs/manual/bootstrap.tex b/docs/manual/bootstrap.tex index e7f18ea1..e343b105 100644 --- a/docs/manual/bootstrap.tex +++ b/docs/manual/bootstrap.tex @@ -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. diff --git a/docs/manual/rpm-faq.tex b/docs/manual/rpm-faq.tex index 670452aa..c03e77b8 100644 --- a/docs/manual/rpm-faq.tex +++ b/docs/manual/rpm-faq.tex @@ -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} diff --git a/docs/manual/verify.tex b/docs/manual/verify.tex index 9ae160ad..2eb12b36 100644 --- a/docs/manual/verify.tex +++ b/docs/manual/verify.tex @@ -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.