]> git.sur5r.net Git - bacula/docs/commitdiff
Fix error in developers pluginAPI chapter
authorKern Sibbald <kern@sibbald.com>
Sat, 26 Nov 2011 11:09:59 +0000 (12:09 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 26 Nov 2011 11:09:59 +0000 (12:09 +0100)
docs/manuals/en/developers/pluginAPI.tex

index 42103f207f9d14f0582b438733a4b330ed39eedd..2a36b7a863cfcd0bfcb83a4bcc626de7bb7ecb79 100644 (file)
@@ -491,13 +491,13 @@ Most of the above are self-explanatory.
 \item [bEventVssBackupAddComponents] 
 
 \item [bEventPluginCommand] is called for each PluginCommand present in the
 \item [bEventVssBackupAddComponents] 
 
 \item [bEventPluginCommand] is called for each PluginCommand present in the
-  current FileSet. The event will be sent only on plugin specifed in the
-  command. The argument is the PluginCommand (not valid after the call). 
+  current FileSet.  The event will be sent only on plugin specifed in the
+  command.  The argument is the PluginCommand (not valid after the call).
 
 \item [bEventHandleBackupFile] is called for each file of a FileSet when
 
 \item [bEventHandleBackupFile] is called for each file of a FileSet when
-  using a Options Plugin. If the plugin returns CF_OK, it will be used for the
-  backup, if it returns CF_SKIP, the file will be skipped. Anything else will
-  backup the file with Bacula core functions.
+  using a Options Plugin.  If the plugin returns CF\_OK, it will be used
+  for the backup, if it returns CF\_SKIP, the file will be skipped.
+  Anything else will backup the file with Bacula core functions.
 \end{description}
 
 During each of the above calls, the plugin receives either no specific value or
 \end{description}
 
 During each of the above calls, the plugin receives either no specific value or