diff --git a/features.html b/features.html
index f5505f8ce4149095f7aea84c09f09db829aa8b4a_ZmVhdHVyZXMuaHRtbA==..d8f9d0dfa415557d824ef10c75f9768d3339b075_ZmVhdHVyZXMuaHRtbA== 100644
--- a/features.html
+++ b/features.html
@@ -85,8 +85,9 @@
 <li><a class="reference external" href="https://de.wikipedia.org/wiki/PowerPC">PowerPC</a> 64bit both little and big endian</li>
 <li><a class="reference external" href="https://de.wikipedia.org/wiki/System/390">System Z (s390x)</a></li>
 </ul>
-<p>PyPy's x86 version runs on several operating systems such on Linux 32/64, Mac OS X 64, Windows, OpenBSD, freebsd.
-All others are only supported on Linux.</p>
+<p>PyPy's x86 version runs on several operating systems, such as Linux
+(32/64 bits), Mac OS X (64 bits), Windows (32 bits), OpenBSD, FreeBSD.
+All non-x86 versions are only supported on Linux.</p>
 <p>If you are interested in helping to move forward, see our <a class="reference external" href="howtohelp.html">howtohelp</a> page.</p>
 <p>We also have a beta release of <strong>PyPy3</strong> which implements <strong>Python 3.2.5</strong>.
 It runs on the same platforms as above.</p>
diff --git a/source/features.txt b/source/features.txt
index f5505f8ce4149095f7aea84c09f09db829aa8b4a_c291cmNlL2ZlYXR1cmVzLnR4dA==..d8f9d0dfa415557d824ef10c75f9768d3339b075_c291cmNlL2ZlYXR1cmVzLnR4dA== 100644
--- a/source/features.txt
+++ b/source/features.txt
@@ -24,8 +24,9 @@
 * `PowerPC`_ 64bit both little and big endian
 * `System Z (s390x)`_
 
-PyPy's x86 version runs on several operating systems such on Linux 32/64, Mac OS X 64, Windows, OpenBSD, freebsd.
-All others are only supported on Linux.
+PyPy's x86 version runs on several operating systems, such as Linux
+(32/64 bits), Mac OS X (64 bits), Windows (32 bits), OpenBSD, FreeBSD.
+All non-x86 versions are only supported on Linux.
 
 If you are interested in helping to move forward, see our `howtohelp`_ page.