diff --git a/en/news/status/report-2010-04-2010-06.xml b/en/news/status/report-2010-04-2010-06.xml
index f710cefb17..3b6a02357d 100644
--- a/en/news/status/report-2010-04-2010-06.xml
+++ b/en/news/status/report-2010-04-2010-06.xml
@@ -1,7 +1,7 @@
-
+
I spent most of the time getting familiar with studying how +
I spent most of the time familiarizing myself with how things are done inside the kernel, how syscalls work, etc. So far, - I got the basic understanding I needed and I added the most + I have the basic understanding needed and I added the most important syscalls to group processes together into jobs and manipulate collective resource limits on them.
@@ -409,7 +409,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd"> profclock() events. If some timer is not functioning - it will be replaced. If there is no second timer - it will be emulated. The administrator may affect that choice using loader tunables during - boot and sysctls in run-time (kern.eventtimer. ...). + boot and sysctls in run-time (kern.eventtimer, ...).Most of the code was recently committed to HEAD. Now it is used by i386 and amd64 architectures.
@@ -440,7 +440,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">The old ata(4) driver is believed to be going away sometime in - the future, to be replaced with ATA_CAM [ - 1]. However, ATA pseudo-RAID support in &os;, ataraid(4), is + the future, to be replaced with ATA_CAM + [1]. + However, ATA pseudo-RAID support in &os;, ataraid(4), is implemented as part of said ata(4) driver, which means that it, too, will be going away. It was decided that pseudo-RAID support is - desirable and that it should be reimplemented in GEOM [ - 2][ - 3], which this project aims to do.
+ desirable and that it should be reimplemented in GEOM + [2] + [3], + which this project aims to do.Currently, RAID-1 arrays can be used on VIA Tech V-RAID and Adaptec HostRAID controllers in a limited capacity. There is no @@ -1338,12 +1339,9 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd"> is fine for development of the actual RAID parts of the code, the project will be somewhat useless in the absence of the old ata(4) driver. There has been talk of exporting PCI information to GEOM - [ - 4][ - 5], but the work does not appear to have been completed - yet.
+ [4] + [5], + but the work does not appear to have been completed yet.