]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/sqlite.tex
Add Spanish traslation of the newbsfeatures chapter
[bacula/docs] / docs / manuals / en / main / sqlite.tex
index a5ef8790a82ebde9086f420e931fa2f35d0219ba..4ff662138d6761dc32e06088597320a9c9cb43ca 100644 (file)
@@ -33,12 +33,16 @@ Installing and Configuring is quite easy.
 \item Download the Bacula dependency packages  
 \item Detar it with something like:
 
-   {\bf tar xvfz depkgs.tar.gz}  
+\begin{verbatim}
+   tar xvfz depkgs.tar.gz
+\end{verbatim}
 
    Note, the above command requires GNU tar. If you do not  have GNU tar, a
    command such as:
 
-   {\bf zcat depkgs.tar.gz | tar xvf -}
+\begin{verbatim}
+   zcat depkgs.tar.gz | tar xvf -
+\end{verbatim}
 
    will probably accomplish the same thing.