]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/concepts/newfeatures.tex
Try to clean up a bit
[bacula/docs] / docs / manuals / en / concepts / newfeatures.tex
index ca2471cc4c5de340969f534d6ba9b8b37f82f3a8..ad0b843e9f84697cb78878c0b20ad3052776ed75 100644 (file)
@@ -170,16 +170,16 @@ To help developers in restore GUI interfaces, we have added new \textsl{dot
   commands} that permit to browse the catalog in a very simple way.
 
 \begin{itemize}
-\item \texttt{.bvfs_update [jobid=x,y,z]} This command is required to update the
+\item \texttt{.bvfs\_update [jobid=x,y,z]} This command is required to update the
   Bvfs cache in the catalog. You need to run it before any access to the Bvfs
   layer.
 
-\item \texttt{.bvfs_lsdirs jobid=x,y,z path=/path | pathid=101} This command
+\item \texttt{.bvfs\_lsdirs jobid=x,y,z path=/path | pathid=101} This command
   will list all directories in the specified \texttt{path} or
   \texttt{pathid}. Using \texttt{pathid} avoids problems with caracters
   encoding.
 
-\item \texttt{.bvfs_lsfiles jobid=x,y,z path=/path | pathid=101} This command
+\item \texttt{.bvfs\_lsfiles jobid=x,y,z path=/path | pathid=101} This command
   will list all files in the specified \texttt{path} or \texttt{pathid}. Using
   \texttt{pathid} avoids problems with caracters encoding.
 \end{itemize}