]> git.sur5r.net Git - bacula/docs/commitdiff
Fix typo
authorEric Bollengier <eric@baculasystems.com>
Tue, 19 Feb 2013 08:08:36 +0000 (09:08 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2013 17:37:27 +0000 (18:37 +0100)
docs/manuals/en/main/newfeatures.tex

index 8a321f12dfd277c6ba5e516e6daae09d541cde88..740a4187bb60abbea5ab25bd625c759ca08d212c 100644 (file)
@@ -2530,7 +2530,7 @@ autochanger content.
 \end{lstlisting}
 \normalsize
 
-If you an asterisk ({\bf *}) appears after the slot number, you must run an
+If an asterisk ({\bf *}) appears after the slot number, you must run an
 {\bf update slots} command to synchronize autochanger content with your
 catalog.
 
@@ -2816,11 +2816,11 @@ than your statistics period. Ie, if jobs are purged from the catalog, you won't
 be able to use them.
 
 Now, you can use the \textbf{update stats [days=num]} console command to fill
-the JobHistory table with new Job records. If you want to be sure to take in
+the JobHisto table with new Job records. If you want to be sure to take in
 account only \textbf{good jobs}, ie if one of your important job has failed but
 you have fixed the problem and restarted it on time, you probably want to
 delete the first \textit{bad} job record and keep only the successful one. For
-that simply let your staff do the job, and update JobHistory table after two or
+that simply let your staff do the job, and update JobHisto table after two or
 three days depending on your organization using the \textbf{[days=num]} option.
 
 These statistics records aren't used for restoring, but mainly for
@@ -2831,7 +2831,7 @@ can also use tools like Talend or extract information by yourself.
 
 The \textbf{Statistics Retention = \lt{}time\gt{}} director directive defines
 the length of time that \mbacula{} will keep statistics job records in the Catalog
-database after the Job End time. (In \texttt{JobHistory} table) When this time
+database after the Job End time. (In \texttt{JobHisto} table) When this time
 period expires, and if user runs \texttt{prune stats} command, \mbacula{} will
 prune (remove) Job records that are older than the specified period.