]> git.sur5r.net Git - bacula/docs/commitdiff
Corrected minor LaTeX errors
authorKarl Cunningham <karlec@users.sourceforge.net>
Wed, 20 Jul 2005 14:45:11 +0000 (14:45 +0000)
committerKarl Cunningham <karlec@users.sourceforge.net>
Wed, 20 Jul 2005 14:45:11 +0000 (14:45 +0000)
docs/manual-de/configure.tex
docs/manual-de/dirdconf.tex
docs/manual-de/faq.tex
docs/manual-de/fileset.tex
docs/manual-de/gpl.tex
docs/manual-de/lesser.tex
docs/manual-de/python.tex
docs/manual-de/tls.tex

index 013f21482a3fb4dba5226e1fd109df16a77da8d1..72685f7bfe08fed9d2ab9dd0962152f25cec3673 100644 (file)
@@ -181,7 +181,7 @@ constructs such as {\bf \$HOME} are interpreted to be  their correct values.
 exceed 4 billion and thus  require a 64 bit value. 
 
 \item [yes|no]
-   \index[dir]{yes|no }
+   \index[dir]{yes or no }
    Either a {\bf yes} or a {\bf no}. 
 
 \item [
index 6f28738bb5dc78465dbd3515b6d0413fbf51e3c6..7710eed0d5e46b00c6d512935aa1b853a3e07650 100644 (file)
@@ -885,7 +885,7 @@ The following line in the Job resoure in the bacula-dir.conf file:
 \normalsize
  When the job is run, you will get messages from the output of the script stating 
  that the backup has started. Even though the command being run is 
- backgrounded with &, the job will block until the "db2 BACKUP DATABASE" command,
+ backgrounded with \&, the job will block until the "db2 BACKUP DATABASE" command,
  thus the backup stalls.
  
  To remedy this situation, the "db2 BACKUP DATABASE" line should be changed to the following:
index 6d779c8fce0943e587475be966de749076192aaa..545190acf1379f592545fe8caeb036b71a37b89a 100644 (file)
@@ -668,8 +668,8 @@ to change it.
 \label{ConnectionRefused}
 \item [In connecting to my Client, I get ''ERR:Connection Refused.  Packet
    Size too big from File daemon:192.168.1.4:9102`` Why?]
-   \index[general]{In connecting to my Client, I get &htmlQuoteERR:Connection Refused.
-   Packet Size too big from File daemon:192.168.1.4:9102&htmlQuote Why? }
+   \index[general]{In connecting to my Client, I get ``:Connection Refused.
+   Packet Size too big from File daemon:192.168.1.4:9102'' Why? }
    This is typically a communications error resulting  from one of the following:
  
 
index d8664549837ecee19904639b100638e63d76ebe5..3773c514ff714959421e97857a3e72b6783f89ce 100644 (file)
@@ -413,7 +413,7 @@ The directives within an Options resource may be one of the following:
    until the first one that matches.  Note, if you exclude a directory, no
    files or directories below it will be matched.
 
-\item [exclude=yes|no]}
+\item [exclude=yes|no]
 \index[dir]{exclude }
    The default is {\bf no}. When  enabled, any files matched within the Options
    will be  excluded from the backup. 
index e9a1253d52b6853338042358574dd4f3e21a8618..ec8c56d66dcf26a442a580c80260ab5e00cb4aee 100644 (file)
@@ -16,7 +16,7 @@ GNU}{http://www.gnu.org/graphics/philosophicalgnu.html}
    violation}{http://www.gnu.org/copyleft/gpl-violation.html}  
 \item 
    \elink{Translations of the
-   GPL}{http://www.gnu.org/copyleft/copyleft.html#translations} 
+   GPL}{http://www.gnu.org/copyleft/copyleft.html\#translations} 
 \end{itemize}
 
 
@@ -416,7 +416,7 @@ Return to
 
 FSF \& GNU inquiries \& questions to 
 \elink{gnu@gnu.org}{mailto:gnu@gnu.org}. Other 
-\elink{ways to contact}{http://www.gnu.org/home.html#ContactInfo} the FSF. 
+\elink{ways to contact}{http://www.gnu.org/home.html\#ContactInfo} the FSF. 
 
 Comments on these web pages to 
 \elink{webmasters@www.gnu.org}{mailto:webmasters@www.gnu.org}, send other
index 792d8c9668ace7015d89148e39a5e5aaa7bece29..cf05cbe90794ec49ffd9f3d2e1527bc937d0e231 100644 (file)
@@ -21,7 +21,7 @@ GNU}{http://www.gnu.org/graphics/philosophicalgnu.html} [
    violation}{http://www.gnu.org/copyleft/gpl-violation.html}  
 \item 
    \elink{Translations of the
-   LGPL}{http://www.gnu.org/copyleft/copyleft.html#translationsLGPL}  
+   LGPL}{http://www.gnu.org/copyleft/copyleft.html\#translationsLGPL}  
 \item The GNU Lesser General Public License as a  
    \elink{text file}{http://www.gnu.org/copyleft/lesser.txt}  
 \item The GNU Lesser General Public License as a  
@@ -567,7 +567,7 @@ Return to
 
 FSF \& GNU inquiries \& questions to 
 \elink{gnu@gnu.org}{mailto:gnu@gnu.org}. Other 
-\elink{ways to contact}{http://www.gnu.org/home.html#ContactInfo} the FSF. 
+\elink{ways to contact}{http://www.gnu.org/home.html\#ContactInfo} the FSF. 
 
 Comments on these web pages to 
 \elink{webmasters@www.gnu.org}{mailto:webmasters@www.gnu.org}, send other
index c0adf1e361c2f22712aa46f74555bee4e5bfb2e5..12d5a6ff1d1f4537783b4c27a1a56f498634630b 100644 (file)
@@ -68,7 +68,7 @@ There are four Python objects that you will need to work with:
 
 \item [The Bacula Events Class]
    You create this class in the startup script, and you pass
-   it to the Bacula Object's {\bf set_events} method. The 
+   it to the Bacula Object's {\bf set\_events} method. The 
    purpose of the Bacula Events Class is to define what global
    or daemon events you want to monitor. When one of those events
    occurs, your Bacula Events Class will be called at the method
@@ -88,7 +88,7 @@ There are four Python objects that you will need to work with:
    You create this class in the JobStart method of your Bacula Events
    class, and it allows you to define which of the possible Job Object
    events you want to see. You must pass an instance of your Job Events
-   class to the Job Object set_events() method.
+   class to the Job Object set\_events() method.
    Normally, you will probably only have one
    Job Events Class, which will be instantiated for each Job. However,
    if you wish to see different events in different Jobs, you may have
@@ -99,7 +99,7 @@ There are four Python objects that you will need to work with:
 The first thing the startup script must do is to define what global Bacula
 events (daemon events), it wants to see. This is done by creating a 
 Bacula Events class, instantiating it, then passing it to the 
-{\bf set_events} method. There are three possible
+{\bf set\_events} method. There are three possible
 events.
 
 \begin{description}
@@ -167,7 +167,7 @@ class JobEvents:
 Here, your JobEvents class method NewVolume will be called each time
 the Job needs a new Volume name.  To actually register the events defined
 in your class with the Job, you must instantiate the JobEvents class and
-set it in the Job {\be set_events} variable. Note, this is a bit different 
+set it in the Job {\bf set\_events} variable. Note, this is a bit different 
 from how you registered the Bacula events. The registration process must
 be done in the Bacula JobStart event (your method).  So, you would modify 
 Bacula Events (not the Job events) as follows:
@@ -186,7 +186,7 @@ class BaculaEvents:
 The following are the methods (subroutines) provided within the
 directory by the {\bf job} object.
 \begin{description}
-\item [set_events] The set_events takes a single
+\item [set\_events] The set\_events takes a single
 argument, which is the instantation of the Job Events class
 that contains the methods that you want called. The method
 names that will be called must correspond to the Bacula
index a50899228d2f82ad8f9c84dad08d695c6fcc64c5..7f2b7f1c0e562e2e29d595f558f532af7ccae91a 100644 (file)
@@ -7,7 +7,7 @@
 
 Bacula TLS (Transport Layer Security) is built-in network
 encryption code to provide secure network transport similar to
-that offered by {\bf stunnel} or {\bs ssh}. The Bacula code was
+that offered by {\bf stunnel} or {\bf ssh}. The Bacula code was
 written by Landon Fuller.
 
 Supported features of this code include: 
@@ -89,7 +89,7 @@ context.  To generate the parameter file, you may use openssl:
    openssl dhparam -out dh1024.pem -5 1024 
 \end{verbatim}
 
-\end{itemize}
+\end{description}
 
 \subsection*{Creating a Self-signed Certificate}
 \index[general]{Creating a Self-signed Certificate }