diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c2955eb367..fef2f25465 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -991,6 +991,10 @@
<device>
<path>/dev/sdb</path>
<weight>500</weight>
+ <read_bytes_sec>10000</read_bytes_sec>
+ <write_bytes_sec>10000</write_bytes_sec>
+ <read_iops_sec>20000</read_iops_sec>
+ <write_iops_sec>20000</write_iops_sec>
</device>
</blkiotune>
...
@@ -1025,8 +1029,22 @@
absolute path of the device, and weight
giving
the relative weight of that device, in the range [100,
1000]. After kernel 2.6.39, the value could be in the
- range [10, 1000].Since 0.9.8
-
+ range [10, 1000]. Since 0.9.8
+ Additionally, the following optional sub-elements can be used:
+
read_bytes_sec
write_bytes_sec
read_iops_sec
write_iops_sec