diff --git a/dcapi/doc/boinc.xml b/dcapi/doc/boinc.xml
index d65f368020..aa0353554d 100644
--- a/dcapi/doc/boinc.xml
+++ b/dcapi/doc/boinc.xml
@@ -99,7 +99,7 @@
variable InputURLRewriteRegExpMatch defines the match part of the
regular expression, whereas the varibale InputURLRewriteRegExpReplace
defines the replacement part of the regular expression. An example value of this variable
- is attic://([^/]*).*/([^/]*)$.
+ is attic://([^/]*).*/([^/]*)$.
@@ -112,7 +112,7 @@
variable InputURLRewriteRegExpReplace defines the replace part of the
regular expression, whereas the varibale InputURLRewriteRegExpMatch
defines the match part of the regular expression. An example value of this variable
- is http://\1/dl/redir/\2\nhttp://localhost:12345/data/\2.
+ is http://\1/dl/redir/\2\nhttp://localhost:12345/data/\2.
@@ -165,11 +165,105 @@
When the redundancy is greater than 1, the work unit can not
be suspended using DC_suspendWU().
+
+ In the following the options are listed which allow fine tuning
+ redundancy. These options are mutually exclusive with Redundancy.
+
+ MinQuorum
+
+
+ OPTIONAL. Integer value specifying the quorum required to consider
+ the work unit as valid. The default value is 1.
+
+
+
+ This option is mutually exclusive with Redundancy.
+ MinQuorum, TargetNResults,
+ MaxErrorResults and MaxTotalResults
+ should be used combined.
+
+
+
+
+
+ TargetNResults
+
+
+ OPTIONAL. Integer value specifying the number of initial BOINC results to be
+ created. The default value is MinQuorum.
+
+
+
+ This option is mutually exclusive with Redundancy.
+ MinQuorum, TargetNResults,
+ MaxErrorResults and MaxTotalResults
+ should be used combined.
+
+
+
+
+
+ MaxErrorResults
+
+
+ OPTIONAL. Integer value specifying the maximum number of failed BOINC results
+ for a work unit. The default value is 0.
+
+
+
+ This option is mutually exclusive with Redundancy.
+ MinQuorum, TargetNResults,
+ MaxErrorResults and MaxTotalResults
+ should be used combined.
+
+
+
+
+
+ MaxTotalResults
+
+
+ OPTIONAL. Integer value specifying the total number of BOINC results for a
+ work unit. The default value is MinQuorum.
+
+
+
+ This option is mutually exclusive with Redundancy.
+ MinQuorum, TargetNResults,
+ MaxErrorResults and MaxTotalResults
+ should be used combined.
+
+
+
+
+
+ MaxSuccessResults
+
+
+ OPTIONAL. Integer value specifying the maximum number of successful BOINC results
+ for a work unit. The default value is MinQuorum.
+
+
+
+ This option is mutually exclusive with Redundancy.
+ MinQuorum, TargetNResults,
+ MaxErrorResults and MaxTotalResults
+ should be used combined.
+
+
+
+ MaxOutputSize