]> git.sur5r.net Git - bacula/docs/commitdiff
Corrected minor LaTeX errors
authorKarl Cunningham <karlec@users.sourceforge.net>
Wed, 20 Jul 2005 14:02:44 +0000 (14:02 +0000)
committerKarl Cunningham <karlec@users.sourceforge.net>
Wed, 20 Jul 2005 14:02:44 +0000 (14:02 +0000)
docs/manual/dvd.tex
docs/manual/tls.tex

index c67c87b5cb5a2835f5ff6a43f3da5c77618660a1..442a81f37adc9d0435cb91b82bd2286d7350878b 100644 (file)
@@ -106,7 +106,7 @@ Device resource.
   dvd-writepart is the Bacula supplied script file.  
   This command will already be present, but commented out,
   in the default bacula-sd.conf file. To use it, simply remove
-  the comment (#) symbol.
+  the comment (\#) symbol.
 
 
 \item [Free Space Command = {\it name-string}]
@@ -131,7 +131,7 @@ Device resource.
   dvd-freespace to see what output Bacula expects from this command.
   This command will already be present, but commented out,
   in the default bacula-sd.conf file. To use it, simply remove
-  the comment (#) symbol.
+  the comment (\#) symbol.
 
   If you do not set it, Bacula will expect there is always free space on the
   device. 
@@ -155,6 +155,7 @@ as {\bf /mnt/cdrom}.
 The following directives are added to the Director's Job resource.
     
 \label{WritePartAfterJob}
+\begin{description}
 \item [Write Part After Job = \lt{}yes|no\gt{}]
    \index[dir]{Write Part After Job }
    If this directive is set to {\bf yes} (default {\bf no}), the
index 6cd14e91e4e169ebd64cfca45434865d4fda32dd..1ef94dfc398c5bba5e61a7bd6673ad309c0dbe35 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: 
@@ -102,7 +102,7 @@ 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 }