]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/concepts/newfeatures.tex
ebl Add chapter about statistics
[bacula/docs] / docs / manuals / en / concepts / newfeatures.tex
index f929f7d8fd17c8cbac4778fc046991f2f47938d8..b6943e69b756b2ec371f473907a2e4b74a618091 100644 (file)
@@ -702,7 +702,8 @@ following packages are needed:
 \section{Display Autochanger Content}
 \index[general]{StatusSlots}
 
-The {\bf status slots storage=\lt{}storage-name\gt{}} command displays autochanger content.
+The {\bf status slots storage=\lt{}storage-name\gt{}} command displays
+autochanger content.
 
 \footnotesize
 \begin{verbatim}
@@ -783,8 +784,8 @@ Job {
 }
 \end{verbatim}
 
-A new Client RunScript {\bf RunsWhen} keyword of {\bf AfterVSS} has been implemented, which
-runs the command after the Volume Shadow Copy has been made.
+A new Client RunScript {\bf RunsWhen} keyword of {\bf AfterVSS} has been
+implemented, which runs the command after the Volume Shadow Copy has been made.
 
 Console commands can be specified within a RunScript by using:
 {\bf Console = \lt{}command\gt{}}, however, this command has not been 
@@ -1731,10 +1732,10 @@ This call permits you to put a message in the Job Report.
 This call permits you to print a debug message.
 
 
-\subsection{void bMalloc(bpContext *ctx, const char *file, int line,
+\subsection{void baculaMalloc(bpContext *ctx, const char *file, int line,
        size\_t size)}
 This call permits you to obtain memory from Bacula's memory allocator.
 
 
-\subsection{void bFree(bpContext *ctx, const char *file, int line, void *mem)}
+\subsection{void baculaFree(bpContext *ctx, const char *file, int line, void *mem)}
 This call permits you to free memory obtained from Bacula's memory allocator.